update icmp threads

This commit is contained in:
shadow1ng 2020-11-16 19:55:11 +08:00
parent 468c2a0ff9
commit 1a8b884d63

View File

@ -13,6 +13,9 @@
答: 答:
因为用习惯了f-scrack习惯一条命令跑完所有模块省去一个个模块单独调用的时间当然我附加了-m 指定模块的功能。 因为用习惯了f-scrack习惯一条命令跑完所有模块省去一个个模块单独调用的时间当然我附加了-m 指定模块的功能。
## 最近更新
[+] 2020/11/16 对icmp模块进行优化,增加-it 参数(IcmpThreads),默认3000,适合扫B段
[+] 2020/11/15 支持ip以文件导入,-hs ip.txt,并对去重做了处理
## usege ## usege
简单用法 简单用法
@ -41,6 +44,8 @@ fscan.exe -h 192.168.1.1/24 -m ms17010 (指定模块)
IP address of the host you want to scan,for example: 192.168.11.11 | 192.168.11.11-255 | 192.168.11.11,192.168.11.12 IP address of the host you want to scan,for example: 192.168.11.11 | 192.168.11.11-255 | 192.168.11.11,192.168.11.12
-hf string -hf string
host file, -hs ip.txt host file, -hs ip.txt
-it int
Icmp Threads nums (default 3000)
-m string -m string
Select scan type ,as: -m ssh (default "all") Select scan type ,as: -m ssh (default "all")
-no -no
@ -60,7 +65,7 @@ fscan.exe -h 192.168.1.1/24 -m ms17010 (指定模块)
-rs string -rs string
redis shell to write cron file (as: -rs 192.168.1.1:6666) redis shell to write cron file (as: -rs 192.168.1.1:6666)
-t int -t int
Thread nums (default 100) Thread nums (default 200)
-time int -time int
Set timeout (default 3) Set timeout (default 3)
-user string -user string
@ -84,11 +89,8 @@ fscan.exe -h 192.168.1.1/24 -m ms17010 (指定模块)
![](image/3.png) ![](image/3.png)
## 最近更新
2020/11/15
[+] 支持ip以文件导入,-hs ip.txt
## 未来计划 ## 未来计划
[*] 合理输出当前扫描进度
[*] 增加内网常见高危漏洞 [*] 增加内网常见高危漏洞
[*] 增加高危web漏洞扫描 [*] 增加高危web漏洞扫描
[*] 师傅们觉得有必要加的漏洞也可以提issue [*] 师傅们觉得有必要加的漏洞也可以提issue