Linux scp命令
语法
scp [-1246BCpqrv] [-c cipher] [-F ssh_config] [-i identity_file]
[-l limit] [-o ssh_option] [-P port] [-S program]
[[user@]host1:]file1 [...] [[user@]host2:]file2
scp [-1246BCpqrv] [-c cipher] [-F ssh_config] [-i identity_file]
[-l limit] [-o ssh_option] [-P port] [-S program]
[[user@]host1:]file1 [...] [[user@]host2:]file2
yum -y install pciutils
在BeEF的wiki上,安装的方法写的很详细,按照上面的方法来操作就可以~但是,前提是你得系统不受到我们亲爱的长城防火墙的影响,现在分享下我的安装过程~
1、安装『git』和『curl』
apt-get update
apt-get install curl git
2、安装rvm,通过rvm来安装ruby
apt-get install git
github提供了两种地址,SSL和SSH,都可以使用,建议使用git~
地址1:
https://github.com/sqlmapproject/sqlmap.git
地址2:
git@github.com:sqlmapproject/sqlmap.git
克隆命令:
git clone git@github.com:sqlmapproject/sqlmap.git /你要放sqlmap的目录路径