Skip to content

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

Notifications You must be signed in to change notification settings

AuFeng111/afscan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go写的afscan

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

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

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

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

  • 实战ssh爆破

Image text

  • webtitle识别:

    Image text

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages