工具、軟體

sublist3r

我是直接從https://github.com/aboul3la/Sublist3r 下載來的

你電腦需要python 軟體,需要pip install requests dnspython argparse 這三套

他的說明文件有寫,然後你就可以來跑程式了(他的程式跑起來會出錯,所以我乾脆就去python把出錯的那幾個服務給刪了…

他有說可以安裝color的pip install win_unicode_console colorama 可以讓畫面變彩色,我是覺得可以裝拉,感覺漂亮多了

如下圖,我是去搜我的網域,結果沒發現東西,他就啥也不顯示 害我以為掛了

如果他有搜到的話 就會列在下面告訴你抓到幾個

使用範例Examples

  • To list all the basic options and switches use -h switch:

python sublist3r.py -h

  • To enumerate subdomains of specific domain:

python sublist3r.py -d example.com

  • To enumerate subdomains of specific domain and show only subdomains which have open ports 80 and 443 :

python sublist3r.py -d example.com -p 80,443

  • To enumerate subdomains of specific domain and show the results in realtime:

python sublist3r.py -v -d example.com

  • To enumerate subdomains and enable the bruteforce module:

python sublist3r.py -b -d example.com

  • To enumerate subdomains and use specific engines such Google, Yahoo and Virustotal engines

python sublist3r.py -e google,yahoo,virustotal -d example.com

Be the First to comment.

Leave a Comment

發佈留言必須填寫的電子郵件地址不會公開。 必填欄位標示為 *

(若看不到驗證碼,請重新整理網頁。)