- 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:

推薦閱讀
- Microsoft Exchange Server PowerShell Cookbook(Third Edition)
- Rust編程:入門、實戰與進階
- Python 深度學習
- 架構不再難(全5冊)
- Python爬蟲開發與項目實戰
- 名師講壇:Java微服務架構實戰(SpringBoot+SpringCloud+Docker+RabbitMQ)
- Nginx Essentials
- CKA/CKAD應試教程:從Docker到Kubernetes完全攻略
- PHP+MySQL網站開發項目式教程
- Python編程:從入門到實踐
- Learning Python Design Patterns
- 精通Python自動化編程
- NGINX Cookbook
- Mastering Apache Storm
- 工業機器人離線編程