您的位置:首页 > 数据库

sqlmap无法更新解决办法

2014-05-12 13:43 267 查看
在kali官方论坛发现了解决办法:

Install git:

 

apt-get install git

 

Go to the sqlmap dir:

 

cd /usr/share/sqlmap

 

Initialize the repository:

 

git init

 

Point to sqlmap:

 

git remote add origin https://github.com/sqlmapproject/sqlmap.git
 

And now you should be able to use the old familiar command:

 

sqlmap –-update
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  sqlmap