使用recon/domains-hosts/baidu_site模組,列舉baidu網站的子域
使用recon/domains-hosts/baidu_site模組,列舉baidu網站的子域
【例項3-1】使用recon/domains-hosts/baidu_site模組,列舉baidu網站的子域。具體操作步驟如下所示:本文選自Kail Linux滲透測試實訓手冊
(1)使用recon/domains-hosts/baidu_site模組。執行命令如下所示:
- [recon-ng][default] > use recon/domains-hosts/baidu_site
(2)檢視該模組下可配置選項引數。執行命令如下所示:
- [recon-ng][default][baidu_site] > show options
- Name Current Value Req Description
- -------------- ---------------------- --------- -------------------------------------------------------
- SOURCE default yes source of input (see 'show info' for details)
- [recon-ng][default][baidu_site] >
從輸出的資訊中,可以看到有一個選項需要配置。
(3)配置SOURCE選項引數。執行命令如下所示:
- [recon-ng][default][baidu_site] > set SOURCE baidu.com
- SOURCE => baidu.com
從輸出的資訊中,可以看到SOURCE選項引數已經設定為baidu.com,本文選自Kail Linux滲透測試實訓手冊。
(4)啟動資訊收集。執行命令如下所示:
- [recon-ng][default][baidu_site] > run
- ---------
- BAIDU.COM
- ---------
- [*] URL: %3Abaidu.com
- [*] map.baidu.com
- [*] 123.baidu.com
- [*] jingyan.baidu.com
- [*] top.baidu.com
- [*]
- [*] hi.baidu.com
- [*] video.baidu.com
- [*] pan.baidu.com
- [*] zhidao.baidu.com
- [*] Sleeping to avoid lockout...
- -------
- SUMMARY
- -------
- [*] 9 total (2 new) items found.
從輸出的資訊中,可以看到找到9個子域。列舉到的所有資料將被連線到Recon-NG放置的資料庫中。這時候,使用者可以建立一個報告檢視被連線的資料。
【例項3-2】檢視獲取的資料。具體操作步驟如下所示:
(1)選擇reporting/csv模組,執行命令如下所示:
- [recon-ng][default] > use reporting/csv
(2)建立報告。執行命令如下所示:
- [recon-ng][default][csv] > run
- [*] 9 records added to '/root/.recon-ng/workspaces/default/results.csv'.
從輸出的資訊可以看到,列舉到的9個記錄已被新增到/root/.recon-ng/workspaces/default/results.csv檔案中。開啟該檔案,本文選自Kail Linux滲透測試實訓手冊如圖3.1所示。
圖3.1 results.csv檔案
(3)從該介面可以看到,列舉到的所有子域。
使用者也可以使用Dmitry命令,查詢關於網站的資訊。下面將介紹Dmitry命令的使用。
檢視Dmitry命令的幫助資訊。執行命令如下所示:
- root@kali:~# dmitry -h
- Deepmagic Information Gathering Tool
- "There be some deep magic going on"
- dmitry: invalid option -- 'h'
- Usage: dmitry [-winsepfb] [-t 0-9] [-o %host.txt] host
- -o Save output to %host.txt or to file specified by -o file
- -i Perform a whois lookup on the IP address of a host
- -w Perform a whois lookup on the domain name of a host
- -n Retrieve Netcraft.com information on a host
- -s Perform a search for possible subdomains
- -e Perform a search for possible email addresses
- -p Perform a TCP port scan on a host
- * -f Perform a TCP port scan on a host showing output reporting filtered ports
- * -b Read in the banner received from the scanned port
- * -t 0-9 Set the TTL in seconds when scanning a TCP port ( Default 2 )
- *Requires the -p flagged to be passed
以上資訊顯示了dmitry命令的語法格式和所有可用引數。下面使用dmitry命令的-s選項,查詢合理的子域。執行命令如下所示:
- root@kali:~# dmitry -s google.com
- Deepmagic Information Gathering Tool
- "There be some deep magic going on"
- HostIP:173.194.127.71
- HostName:google.com
- Gathered Subdomain information for google.com
- ---------------------------------
- Searching Google.com:80...
- HostName:
- HostIP:173.194.127.51
- Searching Altavista.com:80...
- Found 1 possible subdomain(s) for host google.com, Searched 0 pages containing 0 results
- All scans completed, exiting
從輸出的資訊中,可以看到搜尋到一個子域。該子域名為,IP地址為173.194.127.51。該命令預設是從google.com網站搜尋,如果不能連線google.com網站的話,執行以上命令將會出現Unable to connect: Socket Connect Error錯誤資訊本文選自Kail Linux滲透測試實訓手冊。
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/29597077/viewspace-1395977/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 使用微軟Detours庫進行模組列舉微軟
- Python使用技巧(九):列舉模組enumerate()方法Python
- C/C++列舉enum分別列印輸出列舉子和列舉值的方法C++
- SEC504.2 Recon, Scanning, and Enumeration Attacks 偵察、掃描和列舉攻擊
- Java列舉使用Java
- 列舉Java開發者必不可少的9大程式設計網站!Java程式設計網站
- 一站式解決使用列舉的各種痛點
- 【java】【列舉使用技巧】Java
- ZwQuerySystemInformation列舉核心模組及簡單應用ORM
- 列舉和列舉的取值範圍
- java中列舉(Enum)使用Java
- JAVA列舉使用詳解Java
- 網站做好後後臺修改?網站使用者修改密碼模組?網站密碼
- Vue Baidu Map使用VueAI
- 列舉型別在JPA中的使用型別
- Java列舉型別的使用和原理Java型別
- C#中列舉型別的使用C#型別
- Java雙屬性列舉使用Java
- 使用 MapStruct 對映列舉Struct
- Java 列舉、JPA 和 PostgreSQL 列舉JavaSQL
- 列舉一些站長工具中常用的SEO工具
- 利用CSP探測網站登陸狀態(alipay/baidu為例)網站AI
- 列舉電子遊戲史上最經典的5句臺詞遊戲
- 結構、位域、聯合、列舉之小小總結
- JAVA 基礎 - ENUM 列舉的簡單使用Java
- poj3080-kmp+列舉子串 求最長公共子串KMP
- 網站防止被舉報程式碼舉 QQ 上的網頁報入口隱藏 QQ 上的網頁網站網頁
- javaenum(列舉)使用詳解+總結Java
- Java列舉-通過值查詢對應的列舉Java
- Java enum列舉類詳解 列舉的常見用法Java
- 利用iframe引入外部網站的功能模組網站
- 國外電子網站網站
- iOS 列舉的巧用iOS
- delphi 裡的 列舉
- java中的列舉Java
- ClickTale:電子商務領域大網站使用者體驗設計表現更優網站
- Java列舉型別enum的詳解及使用Java型別
- 一網打盡列舉操作 .net core