SkillAgentSearch skills...

Afscan

go写的afscan,主要方便在webshell入口下的快速ssh、smb的弱口令探测。

Install / Use

/learn @AuFeng111/Afscan
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

go写的afscan

主要方便在webshell入口下的快速ssh、smb的弱口令探测。✔

快速探测内网C段资产是否关联.✔

刚起步,边学边写,代码偏基础,后续会重构.✔

Usage:</br> ./afscan.exe -model icmpalive -ip 192.168.201.1/24</br> ./afscan.exe -model icmpalive -ip 192.168.201.1/24 -t 500</br> ./afscan.exe -model portscan -ip 192.168.201.1/24 -port 22,445,1-10000</br> ./afscan.exe -model sshcrack -ip 192.168.201.1/24 -port 222(使用默认账号密码,指定端口爆破,port参数必须使用。)</br> ./afscan.exe -model sshcrack -ip 192.168.201.1/24 -port 22,222 -user root,admin -pass root,123456(指定用户名密码爆破,用逗号分割)</br> ./afscan.exe -model smbcrack -ip 192.168.201.1/24 -port 445 -user administrator,admin,guest,test(可指定密码,不指定默认使用默认密码)</br> ./afscan.exe -model webtitle -ip 192.168.201.1/24 -port 80,443 (必须带上port)</br> --by au7eng</br>

  • 实战ssh爆破</br> </br>

Image text

  • webtitle识别:</br></br> Image text
</br>

Related Skills

View on GitHub
GitHub Stars22
CategoryDevelopment
Updated8mo ago
Forks2

Languages

Go

Security Score

67/100

Audited on Jul 19, 2025

No findings