From 1c6db58d6ef4a7b4aaebd2dccf6066fe82fcd2ae Mon Sep 17 00:00:00 2001 From: Christian Martorella Date: Thu, 22 Mar 2018 23:40:41 +0100 Subject: [PATCH] Local DB, Threatcrowd, output colors. --- README | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/README b/README index 80e9c122..ea18709a 100644 --- a/README +++ b/README @@ -5,7 +5,7 @@ * | |_| | | | __/ / __ / (_| | | \ V / __/\__ \ || __/ | * * \__|_| |_|\___| \/ /_/ \__,_|_| \_/ \___||___/\__\___|_| * * * -* TheHarvester Ver. 2.7.1 * +* TheHarvester Ver. 2.7.2 * * Coded by Christian Martorella * * Edge-Security Research * * cmartorella@edge-security.com * @@ -14,7 +14,7 @@ What is this? ------------- -theHarvester is a tool for gathering e-mail accounts, subdomain names, virtual +theHarvester is a tool for gathering subdomain names, e-mail addresses, virtual hosts, open ports/ banners, and employee names from different public sources (search engines, pgp key servers). @@ -25,6 +25,11 @@ The sources are: Passive: -------- + +-Threatcrowd: Open source threat intelligence - https://www.threatcrowd.org/ + +-crtsh: Comodo Certificate search - www.crt.sh + -google: google search engine - www.google.com -googleCSE: google custom search engine @@ -76,6 +81,13 @@ Dependencies: -Requests library (http://docs.python-requests.org/en/latest/) `pip install requests` +Changelog in 2.7.2: +------------------ +-Added threatcrowd +-Added IP resolution for all results +-Basic local storage of results using Sqlite (WIP) + + Changelog in 2.7.1: ------------------ -Added Virustotal, Netcraft, Crt.sh engines