Update CI for otx and Intelx

This commit is contained in:
Jay Townsend 2019-09-25 21:31:31 +01:00
parent 6e24941294
commit fd262958bc
2 changed files with 5 additions and 1 deletions

View file

@ -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

View file

@ -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