diff --git a/.github/workflows/theHarvester.yml b/.github/workflows/theHarvester.yml index 9af33891..c006e4e9 100644 --- a/.github/workflows/theHarvester.yml +++ b/.github/workflows/theHarvester.yml @@ -38,6 +38,6 @@ jobs: - name: Test with pytest run: | pytest - - name: Check static type checking with mypy - run: | - mypy *.py \ No newline at end of file +# - name: Check static type checking with mypy +# run: | +# mypy *.py \ No newline at end of file diff --git a/.travis.yml b/.travis.yml index 26a2c608..c3cbb2ed 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,7 @@ script: - python theHarvester.py -d metasploit.com -b baidu,bing,censys,crtsh,dnsdumpster,dogpile,duckduckgo,exalead,linkedin,netcraft,threatcrowd,trello,twitter,virustotal,yahoo - pytest - flake8 . --count --show-source --statistics -- mypy *.py +#- mypy *.py notifications: email: false slack: diff --git a/theHarvester/__main__.py b/theHarvester/__main__.py index eefeed22..533d9da6 100644 --- a/theHarvester/__main__.py +++ b/theHarvester/__main__.py @@ -37,7 +37,7 @@ def start(): dogpile, duckduckgo, github-code, google, hunter, intelx, linkedin, linkedin_links, netcraft, securityTrails, threatcrowd, - trello, twitter, vhost, virustotal, yahoo, all''') + trello, twitter, vhost, virustotal, yahoo''') parser.add_argument('-x', '--exclude', help='exclude options when using all sources', type=str) args = parser.parse_args()