From 44b67e97a8ca9e0fd99c6bb3f22664e3fab807df Mon Sep 17 00:00:00 2001 From: fproldan Date: Mon, 4 Feb 2019 12:15:55 -0300 Subject: [PATCH 1/4] Added setup.py --- __init__.py | 0 setup.py | 21 +++++++++++++++++++++ 2 files changed, 21 insertions(+) create mode 100644 __init__.py create mode 100644 setup.py diff --git a/__init__.py b/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/setup.py b/setup.py new file mode 100644 index 00000000..8d07f199 --- /dev/null +++ b/setup.py @@ -0,0 +1,21 @@ +import setuptools + +with open("README.md", "r") as fh: + long_description = fh.read() + +setuptools.setup( + name='theHarvester', + version='3.0.6', + author="Christian Martorella", + author_email="cmartorella@edge-security.com", + description="theHarvester is a very simple, yet effective tool designed to be used in the early stages of a penetration test", + long_description=long_description, + long_description_content_type="text/markdown", + url="https://github.com/laramies/theHarvester", + packages=setuptools.find_packages(), + classifiers=[ + "Programming Language :: Python :: 3", + "License :: OSI Approved :: GNU General Public License v2 (GPLv2)", + "Operating System :: OS Independent", + ], +) \ No newline at end of file From d42844a220c3e7f256beef718d2b7699a6c7245d Mon Sep 17 00:00:00 2001 From: Lee Baird Date: Sun, 17 Mar 2019 23:05:29 -0500 Subject: [PATCH 2/4] Updated Twitter accounts. --- README.md | 12 ++++++------ lib/core.py | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 5fef5ded..1e70adca 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ * | |_| | | | __/ / __ / (_| | | \ V / __/\__ \ || __/ | * * \__|_| |_|\___| \/ /_/ \__,_|_| \_/ \___||___/\__\___|_| * * * -* theHarvester 3.0.6 v374 * +* theHarvester 3.0.6 v380 * * Coded by Christian Martorella * * Edge-Security Research * * cmartorella@edge-security.com * @@ -24,7 +24,7 @@ sources that include: Passive: -------- -* baidu: Baidu search engine +* baidu: Baidu search engine - www.baidu.com * bing: Microsoft search engine - www.bing.com @@ -50,7 +50,7 @@ Passive: * intelx: Intelx search engine (Requires API key, see below.) - www.intelx.io -* linkedin: Google search engine, specific search for Linkedin users +* linkedin: Google search engine, specific search for Linkedin users - www.linkedin.com * netcraft: Netcraft Data Mining - www.netcraft.com @@ -68,7 +68,7 @@ Passive: * vhost: Bing virtual hosts search -* virustotal: Virustotal.com domain search +* virustotal: virustotal.com domain search * yahoo: Yahoo search engine @@ -101,8 +101,8 @@ cmartorella@edge-security.com Main contributors: ------------------ -* Matthew Brown @NotoriousRebel -* Janos Zold @Jzold +* Matthew Brown @NotoriousRebe1 [![Twitter Follow](https://img.shields.io/twitter/follow/NotoriousRebe1.svg?style=social&label=Follow)](https://twitter.com/NotoriousRebe1) +* Janos Zold @Jzold [![Twitter Follow](https://img.shields.io/twitter/follow/Jzold.svg?style=social&label=Follow)](https://twitter.com/Jzold) * Lee Baird @discoverscripts [![Twitter Follow](https://img.shields.io/twitter/follow/discoverscripts.svg?style=social&label=Follow)](https://twitter.com/discoverscripts) * Jay Townsend @L1ghtn1ng [![Twitter Follow](https://img.shields.io/twitter/follow/jay_townsend1.svg?style=social&label=Follow)](https://twitter.com/jay_townsend1) diff --git a/lib/core.py b/lib/core.py index a6b80ba9..b5e5c02b 100644 --- a/lib/core.py +++ b/lib/core.py @@ -44,7 +44,7 @@ class Core: print(r"* | |_| | | | __/ / __ / (_| | | \ V / __/\__ \ || __/ | *") print(r"* \__|_| |_|\___| \/ /_/ \__,_|_| \_/ \___||___/\__\___|_| *") print('* *') - print('* theHarvester 3.0.6 v374 *') + print('* theHarvester 3.0.6 v380 *') print('* Coded by Christian Martorella *') print('* Edge-Security Research *') print('* cmartorella@edge-security.com *') From 4207e09783162e53ac9249e365d4d2438d2dd397 Mon Sep 17 00:00:00 2001 From: Lee Baird Date: Mon, 18 Mar 2019 16:12:01 -0500 Subject: [PATCH 3/4] Tweaked 'Main contributors. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1e70adca..9d49090e 100644 --- a/README.md +++ b/README.md @@ -101,10 +101,10 @@ cmartorella@edge-security.com Main contributors: ------------------ -* Matthew Brown @NotoriousRebe1 [![Twitter Follow](https://img.shields.io/twitter/follow/NotoriousRebe1.svg?style=social&label=Follow)](https://twitter.com/NotoriousRebe1) -* Janos Zold @Jzold [![Twitter Follow](https://img.shields.io/twitter/follow/Jzold.svg?style=social&label=Follow)](https://twitter.com/Jzold) -* Lee Baird @discoverscripts [![Twitter Follow](https://img.shields.io/twitter/follow/discoverscripts.svg?style=social&label=Follow)](https://twitter.com/discoverscripts) -* Jay Townsend @L1ghtn1ng [![Twitter Follow](https://img.shields.io/twitter/follow/jay_townsend1.svg?style=social&label=Follow)](https://twitter.com/jay_townsend1) +* [![Twitter Follow](https://img.shields.io/twitter/follow/NotoriousRebe1.svg?style=social&label=Follow)](https://twitter.com/NotoriousRebe1) Matthew Brown @NotoriousRebe1 +* [![Twitter Follow](https://img.shields.io/twitter/follow/jay_townsend1.svg?style=social&label=Follow)](https://twitter.com/jay_townsend1) Jay Townsend @L1ghtn1ng +* [![Twitter Follow](https://img.shields.io/twitter/follow/Jzold.svg?style=social&label=Follow)](https://twitter.com/Jzold) Janos Zold @Jzold +* [![Twitter Follow](https://img.shields.io/twitter/follow/discoverscripts.svg?style=social&label=Follow)](https://twitter.com/discoverscripts) Lee Baird @discoverscripts Thanks: ------- From 31037999333f14232b0e86e4376e23d9e3a1f06e Mon Sep 17 00:00:00 2001 From: Lee Baird Date: Mon, 18 Mar 2019 16:26:54 -0500 Subject: [PATCH 4/4] Tweaked Main contributors again. --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9d49090e..30d62b91 100644 --- a/README.md +++ b/README.md @@ -97,12 +97,13 @@ Dependencies: Comments, bugs, or requests? ---------------------------- -cmartorella@edge-security.com +* [![Twitter Follow](https://img.shields.io/twitter/follow/laramies.svg?style=social&label=Follow)](https://twitter.com/laramies) Christian Martorella @laramies +* cmartorella@edge-security.com Main contributors: ------------------ * [![Twitter Follow](https://img.shields.io/twitter/follow/NotoriousRebe1.svg?style=social&label=Follow)](https://twitter.com/NotoriousRebe1) Matthew Brown @NotoriousRebe1 -* [![Twitter Follow](https://img.shields.io/twitter/follow/jay_townsend1.svg?style=social&label=Follow)](https://twitter.com/jay_townsend1) Jay Townsend @L1ghtn1ng +* [![Twitter Follow](https://img.shields.io/twitter/follow/jay_townsend1.svg?style=social&label=Follow)](https://twitter.com/jay_townsend1) Jay "L1ghtn1ng" Townsend @jay_townsend1 * [![Twitter Follow](https://img.shields.io/twitter/follow/Jzold.svg?style=social&label=Follow)](https://twitter.com/Jzold) Janos Zold @Jzold * [![Twitter Follow](https://img.shields.io/twitter/follow/discoverscripts.svg?style=social&label=Follow)](https://twitter.com/discoverscripts) Lee Baird @discoverscripts