diff --git a/.github/workflows/theHarvester.yml b/.github/workflows/theHarvester.yml index c78cb608..21fb098a 100644 --- a/.github/workflows/theHarvester.yml +++ b/.github/workflows/theHarvester.yml @@ -63,6 +63,10 @@ jobs: run: | python theHarvester.py -d metasploit.com -b google + - name: Run theHarvester module Intelx + run: | + python theHarvester.py -d metasploit.com -b intelx + - name: Run theHarvester module linkedin run: | python theHarvester.py -d metasploit.com -b linkedin diff --git a/.travis.yml b/.travis.yml index fd7d818a..9e5150b9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,7 @@ before_install: install: - python setup.py test script: -- python theHarvester.py -d metasploit.com -b baidu,bing,censys,crtsh,dnsdumpster,dogpile,duckduckgo,exalead,linkedin,netcraft,threatcrowd,trello,twitter,virustotal,yahoo -l 200 +- python theHarvester.py -d metasploit.com -b baidu,bing,censys,crtsh,dnsdumpster,dogpile,duckduckgo,exalead,linkedin,netcraft,otx,intelx,threatcrowd,trello,twitter,virustotal,yahoo -l 200 - pytest - flake8 . --count --show-source --statistics #- mypy *.py