Merge branch 'dev' of github.com:NotoriousRebel/theHarvester into dev
This commit is contained in:
NotoriousRebel 2019-10-07 15:03:19 -04:00
commit 2932271412
9 changed files with 8 additions and 11 deletions

4
.github/FUNDING.yml vendored
View file

@ -1,8 +1,8 @@
# These are supported funding model platforms
github: [L1ghtn1ng] # Matt, chris and Lee if you have signed up to the beta put your names in here
#github: [L1ghtn1ng] # Matt, chris and Lee if you have signed up to the beta put your names in here
open_collective: # Replace with a single Open Collective username
ko_fi: # Replace with a single Ko-fi username
ko_fi: theharvester
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
liberapay: # Replace with a single Liberapay username

View file

@ -15,7 +15,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
python-version: [3.6, 3.7]
python-version: [3.7]
steps:
- uses: actions/checkout@v1

2
.gitignore vendored
View file

@ -4,9 +4,7 @@
*.html
*.vscode
*.xml
api-keys.yaml
debug_results.txt
tests/myparser.py
venv
.mypy_cache
.pytest_cache

View file

@ -3,8 +3,6 @@ language: python
cache: pip
matrix:
include:
- python: '3.6'
env: TEST_SUITE=suite_3_6
- python: '3.7'
env: TEST_SUITE=suite_3_7
- python: '3.8-dev'

View file

@ -22,4 +22,4 @@ retrying = "==1.3.3"
[dev-packages]
[requires]
python_version = "3.7"
python_version = "3.7"

2
Pipfile.lock generated
View file

@ -461,4 +461,4 @@
}
},
"develop": {}
}
}

View file

@ -83,7 +83,7 @@ Add your keys to api-keys.yaml
Dependencies:
-------------
* Python 3.6+
* Python 3.7+
* python3 -m pip install -r requirements.txt
* Recommend that you use a virtualenv when cloning from git

View file

@ -11,4 +11,4 @@ PyYaml==5.1.2
requests==2.22.0
shodan==1.19.0
texttable==1.6.2
retrying==1.3.3
retrying==1.3.3

View file

@ -345,6 +345,7 @@ def start():
db.store_all(word, all_hosts, 'host', 'suip')
except Exception as e:
print(e)
elif engineitem == 'spyse':
print('\033[94m[*] Searching Spyse. \033[0m')
from theHarvester.discovery import spyse