mirror of
https://github.com/mubix/kaliwiki.git
synced 2025-10-29 16:59:26 +00:00
Added theHarvester
This commit is contained in:
parent
c39a1918a2
commit
791b3b2e77
47
tools/theharvester.md
Normal file
47
tools/theharvester.md
Normal file
@ -0,0 +1,47 @@
|
||||
# theHarvester
|
||||
|
||||
Notes
|
||||
-------
|
||||
|
||||
Help Text
|
||||
-------
|
||||
```
|
||||
*******************************************************************
|
||||
* *
|
||||
* | |_| |__ ___ /\ /\__ _ _ ____ _____ ___| |_ ___ _ __ *
|
||||
* | __| '_ \ / _ \ / /_/ / _` | '__\ \ / / _ \/ __| __/ _ \ '__| *
|
||||
* | |_| | | | __/ / __ / (_| | | \ V / __/\__ \ || __/ | *
|
||||
* \__|_| |_|\___| \/ /_/ \__,_|_| \_/ \___||___/\__\___|_| *
|
||||
* *
|
||||
* TheHarvester Ver. 2.2a *
|
||||
* Coded by Christian Martorella *
|
||||
* Edge-Security Research *
|
||||
* cmartorella@edge-security.com *
|
||||
*******************************************************************
|
||||
|
||||
|
||||
Usage: theharvester options
|
||||
|
||||
-d: Domain to search or company name
|
||||
-b: Data source (google,bing,bingapi,pgp,linkedin,google-profiles,people123,jigsaw,all)
|
||||
-s: Start in result number X (default 0)
|
||||
-v: Verify host name via dns resolution and search for virtual hosts
|
||||
-f: Save the results into an HTML and XML file
|
||||
-n: Perform a DNS reverse query on all ranges discovered
|
||||
-c: Perform a DNS brute force for the domain name
|
||||
-t: Perform a DNS TLD expansion discovery
|
||||
-e: Use this DNS server
|
||||
-l: Limit the number of results to work with(bing goes from 50 to 50 results,
|
||||
-h: use SHODAN database to query discovered hosts
|
||||
google 100 to 100, and pgp doesn't use this option)
|
||||
|
||||
Examples:./theharvester.py -d microsoft.com -l 500 -b google
|
||||
./theharvester.py -d microsoft.com -b pgp
|
||||
./theharvester.py -d microsoft -l 200 -b linkedin
|
||||
```
|
||||
|
||||
Example Usage
|
||||
-------
|
||||
|
||||
Links
|
||||
-------
|
||||
Loading…
x
Reference in New Issue
Block a user