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

推薦閱讀
- Mastering Zabbix(Second Edition)
- PHP 7底層設計與源碼實現
- 云原生Spring實戰
- 深度強化學習算法與實踐:基于PyTorch的實現
- 程序是怎樣跑起來的(第3版)
- 從Excel到Python:用Python輕松處理Excel數據(第2版)
- C語言程序設計上機指導與習題解答(第2版)
- 執劍而舞:用代碼創作藝術
- HTML5 APP開發從入門到精通(微課精編版)
- ElasticSearch Cookbook(Second Edition)
- 原型設計:打造成功產品的實用方法及實踐
- Flink核心技術:源碼剖析與特性開發
- ArcPy and ArcGIS(Second Edition)
- Python無監督學習
- Parallel Programming with Python