Merge pull request #287 from L1ghtn1ng/dev

Update readme, hopefully fix monkey patch issue and update github actions ci file
This commit is contained in:
J.Townsend 2019-09-03 00:49:10 +01:00 committed by GitHub
commit b35b28b982
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 8 deletions

View file

@ -3,13 +3,11 @@ name: TheHarvester
on:
push:
branches:
- master
- dev
- '*'
pull_request:
branches:
- master
- dev
- '*'
jobs:
test:

View file

@ -6,7 +6,7 @@
* | |_| | | | __/ / __ / (_| | | \ V / __/\__ \ || __/ | *
* \__|_| |_|\___| \/ /_/ \__,_|_| \_/ \___||___/\__\___|_| *
* *
* theHarvester 3.1.0 dev *
* theHarvester 3.1.0 dev2 *
* Coded by Christian Martorella *
* Edge-Security Research *
* cmartorella@edge-security.com *
@ -39,7 +39,9 @@ Passive:
* dogpile: Dogpile search engine - www.dogpile.com
* duckduckgo: DuckDuckGo search engine - www.duckduckgo.com
* duckduckgo: DuckDuckGo search engine - www.duckduckgo.com
* Exalead: a Meta search engine - https://www.exalead.com/search
* github-code: Github code search engine (Requires Github Personal Access Token, see below.) - www.github.com

View file

@ -0,0 +1,2 @@
from gevent import monkey as curious_george
curious_george.patch_all(thread=False, select=False)

View file

@ -1,5 +1,3 @@
import gevent.monkey
gevent.monkey.patch_all()
__all__ = ['baidusearch',
'bingsearch',
'censys',