- Mastering Kali Linux for Advanced Penetration Testing(Second Edition)
- Vijay Kumar Velu
- 155字
- 2021-07-02 21:04:14
Gathering usernames and email addresses
The theHarvester tool is a Python script that searches through popular search engines and other sites for email addresses, hosts, and subdomains.
Using theHarvester is relatively simple as there are only a few command switches to set. The options available are as follows:
- -d: This identifies the domain to be searched – usually the domain or target's website.
- - b: This identifies the source for extracting the data. It must be one of the following: Bing, BingAPI, Google, Google-Profiles, Jigsaw, LinkedIn, People123, PGP, or All.
- - l: This limit option instructs theHarvester to only harvest data from a specified number of returned search results.
- -f: This option is used to save the final results to an HTML and an XML file. If this option is omitted, the results will be displayed on the screen and not saved.
The following screenshot provides the sample data extract from theHarvester for the packtpub.com domain:

推薦閱讀
- Google Apps Script for Beginners
- Android項(xiàng)目開(kāi)發(fā)入門(mén)教程
- Web開(kāi)發(fā)的貴族:ASP.NET 3.5+SQL Server 2008
- 信息安全技術(shù)
- Elasticsearch for Hadoop
- 低代碼平臺(tái)開(kāi)發(fā)實(shí)踐:基于React
- 編程可以很簡(jiǎn)單
- 創(chuàng)意UI:Photoshop玩轉(zhuǎn)APP設(shè)計(jì)
- DB2SQL性能調(diào)優(yōu)秘笈
- Shopify Application Development
- 從“1”開(kāi)始3D編程
- Elasticsearch搜索引擎構(gòu)建入門(mén)與實(shí)戰(zhàn)
- Android應(yīng)用開(kāi)發(fā)攻略
- Android熱門(mén)應(yīng)用開(kāi)發(fā)詳解
- Cinder:Begin Creative Coding