Try   HackMD

About Me

葉柏毅 Alex
Contact: alrex5401@gmail.com
Linkedin:https://www.linkedin.com/in/alrex5401/

AutoRecon學習筆記

自動化情資搜集工具,輸入目標後自動引用Nmap、gobuster等工具,針對所開啟的服務進行更深入的刺探或暴力破解等測試,

先使用nmap掃瞄服務埠,發現smb服務,則會引用相對應的工具進行檢測,如enum4linux、smbclient等

https://github.com/Tib3rius/AutoRecon

AutoRecon基礎使用

列舉可使用的參數

$autorecon -h

預設掃描與搜集

$sudo autorecon cooooofeecofeee.com -o ./autorecon

​cd /home/kali/tools/autorecon
​sudo python3 -m pip install -r requirements.txt
​sudo python3 autorecon.py cooooofeecofeee.com -o /home/kali/autoreon

檢視後續可嘗試執行的指令

​home/kali/autoreon/cooooofeecofeee.com/scans/
​	_commcands.log
​	_full_tcp_nmap.txt
​	_manual_commands.txt