H4ckForJob / dirmap

An advanced web directory & file scanning tool that will be more powerful than DirBuster, Dirsearch, cansina, and Yu Jian.一个高级web目录、文件扫描工具,功能将会强于DirBuster、Dirsearch、cansina、御剑。
GNU General Public License v3.0
3.11k stars 546 forks source link

代理支持socks5吗? #43

Closed 0nlyuAarOn closed 4 years ago

0nlyuAarOn commented 4 years ago

代理支持socks5吗?

H4ckForJob commented 4 years ago

@Julythinkpad 理论上支持,调用的是requests的proxy。使用方法,修改配置文件:

conf.proxy_server = None

修改为:

conf.proxy_server = {"http": "socks5://127.0.0.1:1080","https": "socks5://127.0.0.1:1080"}

其中:

127.0.0.1:1080为你的ss代理本地监听地址