利用Fierce2查詢子網域名稱

2021-09-21 16:07:30 字數 2213 閱讀 2366

安裝方法引用mickey的:

1.mickey@pentestbox:/pentest/enumeration/#svn co fierce2/

mickey@pentestbox:/pentest/enumeration/#git clone git:

mickey@pentestbox:/pentest/enumeration/#perl makefile.pl

mickey@pentestbox:/pentest/enumeration/#make install

如果上步提示缺少模組,則用cpan安裝,比如安裝test::class模組

mickey@pentestbox:/pentest/enumeration/fierce2#cpan

cpan[1]> install test::class

mickey@pentestbox:/pentest/enumeration/fierce2#make install

常用查子網域名稱語句:perl fierce2.pl -dns google.com -wide

如圖:其他一些命令:

perl fierce.pl -dns widget.com -search widgetcompany,nutsandbolts

我們目標dns是widget.com發現其還管理著nutsandbolts**,並且存在@widgetcompany的郵箱字尾,通過-search能夠查詢到相關資訊

perl fierce.pl -range 10.10.10.0-255 -dnsserver ns1.example.com

查詢內網域,定製乙個dnsserver

perl fierce.pl -dns example.com -connect headers.txt -fulloutput -file output.txt

可以連線乙個http標頭檔案對目標進行http head injection 不過用處不大,耗時

perl fierce.pl -dns example.com -wordlist dictionary.txt -file output.txt

可以自己定製二級網域名稱的字典來進行查詢

利用子查詢優化SQL

在千萬級別的資料表中以乙個無索引的列作為查詢條件,結果可想而知,大部分情況下肯定是非常耗時。這無疑造成的結果就是,這樣的慢sql查詢,輕則只是影響使用它的介面,重則在使用者請求量大的情況下佔滿我們的資料庫資源,造成生產環境業務的不能操作。所以對於大資料量的查詢,我們需要建立適合的索引來優化查詢。一般...

tkmybatis 子查詢 資訊蒐集子網域名稱挖掘

一位苦於資訊保安的萌新小白帽,記得本實驗僅用於資訊防禦教學,切勿用於它用途 網域名稱有級別之分 可以分為頂級網域名稱 一級網域名稱 二級網域名稱 網域名稱 多級網域名稱 二級 和多級則是此 的 子網域名稱。舉個例子啊 頂級網域名稱 hub.com 二級網域名稱 www.hub.com rtsp.hu...

高效的MySQL分頁 利用子查詢分頁

先抄回來 首先看一下分頁的基本原理 mysql explain select from message order by id desc limit 10000,20g 1.row id 1 select type table message type index possible keys nul...