屏幕截图
您可以访问collection of screenshots演示维基上的一些功能
安装
您可以通过单击下载最新的tarballhere或最新的Zipball,请单击here
最好,您可以通过克隆sqlmap来下载sqlmap。Git存储库:
git clone --depth 1 https://github.com/sqlmapproject/sqlmap.git sqlmap-dev
sqlmap开箱即用Python版本2.6,2.7和3.x在任何平台上
用法
要获取基本选项和开关的列表,请使用:
python sqlmap.py -h
要获取所有选项和开关的列表,请使用:
python sqlmap.py -hh
您可以找到一个示例运行here要获得sqlmap功能的概述、支持的功能列表、所有选项和开关的说明以及示例,建议您参阅user’s manual
链接
- 主页:http://sqlmap.org
- 下载:.tar.gz或.zip
- 提交RSS源:https://github.com/sqlmapproject/sqlmap/commits/master.atom
- 问题跟踪器:https://github.com/sqlmapproject/sqlmap/issues
- 用户手册:https://github.com/sqlmapproject/sqlmap/wiki
- 常见问题(FAQ):https://github.com/sqlmapproject/sqlmap/wiki/FAQ
- 推特:@sqlmap
- 演示:http://www.youtube.com/user/inquisb/videos
- 截图:https://github.com/sqlmapproject/sqlmap/wiki/Screenshots