fix: support SOCKS5 proxy auth

Fixes #585
This commit is contained in:
ZacharyZcR
2026-06-01 01:59:08 +08:00
parent 40b0eee654
commit bfc0e0fb52
6 changed files with 169 additions and 21 deletions
+2
View File
@@ -215,6 +215,8 @@ yay -S fscan-git
`fscan.exe -h 192.168.x.x -p80 -proxy http://127.0.0.1:8080`
![](image/2020-12-12-13-34-44.png)
`fscan.exe -h 192.168.x.x -socks5 socks5://user:[email protected]:1080` (SOCKS5认证代理)
`fscan.exe -h 192.168.x.x -p 139 -m netbios`
![](image/netbios.png)