diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index 02ae877d..f6c8a748 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -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 diff --git a/.github/workflows/theHarvester.yml b/.github/workflows/theHarvester.yml index 65d3bba5..cc21ecb6 100644 --- a/.github/workflows/theHarvester.yml +++ b/.github/workflows/theHarvester.yml @@ -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 diff --git a/.gitignore b/.gitignore index a72cb9ab..ffe2562b 100644 --- a/.gitignore +++ b/.gitignore @@ -4,9 +4,7 @@ *.html *.vscode *.xml -api-keys.yaml debug_results.txt -tests/myparser.py venv .mypy_cache .pytest_cache \ No newline at end of file diff --git a/.travis.yml b/.travis.yml index 03c1db26..815485b6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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' diff --git a/Pipfile b/Pipfile index dc13f631..3f68cc7d 100644 --- a/Pipfile +++ b/Pipfile @@ -22,4 +22,4 @@ retrying = "==1.3.3" [dev-packages] [requires] -python_version = "3.7" +python_version = "3.7" \ No newline at end of file diff --git a/Pipfile.lock b/Pipfile.lock index 9c542216..fc69ed75 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -461,4 +461,4 @@ } }, "develop": {} -} +} \ No newline at end of file diff --git a/README.md b/README.md index 7f081793..2d0cd62a 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/requirements.txt b/requirements.txt index 3ae001cd..4bff3330 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 \ No newline at end of file diff --git a/theHarvester/__main__.py b/theHarvester/__main__.py index ff059283..f8411f0d 100644 --- a/theHarvester/__main__.py +++ b/theHarvester/__main__.py @@ -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