From 791b3b2e778daebdf99152d57864d9746e4a9f9e Mon Sep 17 00:00:00 2001 From: Giga1699 Date: Sun, 16 Feb 2014 18:39:57 -0500 Subject: [PATCH] Added theHarvester --- tools/theharvester.md | 47 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 tools/theharvester.md diff --git a/tools/theharvester.md b/tools/theharvester.md new file mode 100644 index 0000000..ae20b51 --- /dev/null +++ b/tools/theharvester.md @@ -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 +-------