AutoSqlmap
autoSqlmap for sqlmapapi by proxy
Install / Use
/learn @xibijj/AutoSqlmapREADME
#autoSqlmap
未解决问题: 不能自定义指定ip地址做为监听地址,算是坑吧!(求大神指点) 默认情况autosqlmap因为代码问题,获取最后的网卡地址(ipv6)做为监听地址,所以默认情况设置不了代理。目前解决办法是修改python目录下/lib/SocketServer.py第402行 def __init__ 新添加:
if len(server_address[0]) ==0:
self.address_family = 2
autoSqlmap is a simple http(s) proxy with python based sqlmapapi wrapper.
When HTTP traffic goes through the proxy, it will auto launch sqlmap to test sqli vulnerability.
##Requirement
- python2
- sqlmap
- requests
##Usage modify configurations in config.py, default config is for http://testphp.vulnweb.com/
sqlmap options please refer to sqlmap_options_list.txt
start sqlmap api
python sqlmapapi.py -s
start autoSqlmap
python run.py 2>/dev/null
go to http://testphp.vulnweb.com/ for test
##Enable HTTPS intercept To intercept HTTPS connections, generate private keys and a private CA certificate:
./setup_https_intercept.sh
Through the proxy, you can access http://proxy2.test/ and install the CA certificate in the browsers.
(from proxy2)
##Contact http://blog.163.com/x_rm/
coolxia [AT] foxmail.com
##Reference
- https://github.com/zt2/sqli-hunter
- https://github.com/manning23/MSpider
- https://github.com/inaz2/proxy2
- http://drops.wooyun.org/tips/6653
Related Skills
feishu-drive
335.8k|
things-mac
335.8kManage Things 3 via the `things` CLI on macOS (add/update projects+todos via URL scheme; read/search/list from the local Things database)
clawhub
335.8kUse the ClawHub CLI to search, install, update, and publish agent skills from clawhub.com
yu-ai-agent
1.9k编程导航 2025 年 AI 开发实战新项目,基于 Spring Boot 3 + Java 21 + Spring AI 构建 AI 恋爱大师应用和 ReAct 模式自主规划智能体YuManus,覆盖 AI 大模型接入、Spring AI 核心特性、Prompt 工程和优化、RAG 检索增强、向量数据库、Tool Calling 工具调用、MCP 模型上下文协议、AI Agent 开发(Manas Java 实现)、Cursor AI 工具等核心知识。用一套教程将程序员必知必会的 AI 技术一网打尽,帮你成为 AI 时代企业的香饽饽,给你的简历和求职大幅增加竞争力。
