mirror of
https://github.com/laramies/theHarvester.git
synced 2026-09-27 12:04:51 +02:00
Syncing.
Merge branch 'master' of https://github.com/laramies/theHarvester
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -97,14 +97,15 @@ Dependencies:
|
||||
|
||||
Comments, bugs, or requests?
|
||||
----------------------------
|
||||
cmartorella@edge-security.com
|
||||
* [](https://twitter.com/laramies) Christian Martorella @laramies
|
||||
* cmartorella@edge-security.com
|
||||
|
||||
Main contributors:
|
||||
------------------
|
||||
* Matthew Brown @NotoriousRebel
|
||||
* Janos Zold @Jzold
|
||||
* Lee Baird @discoverscripts [](https://twitter.com/discoverscripts)
|
||||
* Jay Townsend @L1ghtn1ng [](https://twitter.com/jay_townsend1)
|
||||
* [](https://twitter.com/NotoriousRebe1) Matthew Brown @NotoriousRebe1
|
||||
* [](https://twitter.com/jay_townsend1) Jay "L1ghtn1ng" Townsend @jay_townsend1
|
||||
* [](https://twitter.com/Jzold) Janos Zold @Jzold
|
||||
* [](https://twitter.com/discoverscripts) Lee Baird @discoverscripts
|
||||
|
||||
Thanks:
|
||||
-------
|
||||
|
||||
+1
-1
@@ -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 *')
|
||||
|
||||
@@ -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",
|
||||
],
|
||||
)
|
||||
Reference in New Issue
Block a user