diff --git a/.gitignore b/.gitignore index 11e52209699..6234e98191a 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,5 @@ stash.sqlite *.sqlite .vscode venv +.xml +.html diff --git a/README.md b/README.md index 832f459879d..a1607c1b1de 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ * | |_| | | | __/ / __ / (_| | | \ V / __/\__ \ || __/ | * * \__|_| |_|\___| \/ /_/ \__,_|_| \_/ \___||___/\__\___|_| * * * -* TheHarvester Ver. 3.0.2 * +* TheHarvester Ver. 3.0.4 * * Coded by Christian Martorella * * Edge-Security Research * * cmartorella@edge-security.com * diff --git a/theHarvester.py b/theHarvester.py index ac6c8371efb..6622ff2df53 100755 --- a/theHarvester.py +++ b/theHarvester.py @@ -30,7 +30,7 @@ print("* | |_| | | | __/ / __ / (_| | | \ V / __/\__ \ || __/ | *") print("* \__|_| |_|\___| \/ /_/ \__,_|_| \_/ \___||___/\__\___|_| *") print("* *") -print("* theHarvester Ver. 3.0.3 *") +print("* theHarvester Ver. 3.0.4 *") print("* Coded by Christian Martorella *") print("* Edge-Security Research *") print("* cmartorella@edge-security.com *")