Update CI

This commit is contained in:
Jay Townsend 2019-09-08 01:16:16 +01:00
parent eab9b116c0
commit 6215ad370e

View file

@ -28,7 +28,22 @@ jobs:
pip install -r requirements.txt pip install -r requirements.txt
- name: Run theHarvester - name: Run theHarvester
run: | run: |
python theHarvester.py -d metasploit.com -b baidu,bing,censys,crtsh,dnsdumpster,dogpile,duckduckgo,exalead,linkedin,netcraft,threatcrowd,trello,twitter,virustotal,yahoo python theHarvester.py -d metasploit.com -b baidu
python theHarvester.py -d metasploit.com -b bing
python theHarvester.py -d metasploit.com -b censys
python theHarvester.py -d metasploit.com -b crtsh
python theHarvester.py -d metasploit.com -b dnsdumpster
python theHarvester.py -d metasploit.com -b dogpile
python theHarvester.py -d metasploit.com -b duckduckgo
python theHarvester.py -d metasploit.com -b exalead
python theHarvester.py -d metasploit.com -b linkedin
python theHarvester.py -d metasploit.com -b linkedin_links
python theHarvester.py -d metasploit.com -b netcraft
python theHarvester.py -d metasploit.com -b threatcrowd
python theHarvester.py -d metasploit.com -b trello
python theHarvester.py -d metasploit.com -b twitter
python theHarvester.py -d metasploit.com -b virustotal
python theHarvester.py -d metasploit.com -b yahoo
- name: Lint with flake8 - name: Lint with flake8
run: | run: |
# stop the build if there are Python syntax errors or undefined names # stop the build if there are Python syntax errors or undefined names