From 6215ad370e1723edc99e9a42549484854c41755f Mon Sep 17 00:00:00 2001 From: Jay Townsend Date: Sun, 8 Sep 2019 01:16:16 +0100 Subject: [PATCH] Update CI --- .github/workflows/theHarvester.yml | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/.github/workflows/theHarvester.yml b/.github/workflows/theHarvester.yml index c006e4e9..1444e382 100644 --- a/.github/workflows/theHarvester.yml +++ b/.github/workflows/theHarvester.yml @@ -28,7 +28,22 @@ jobs: pip install -r requirements.txt - name: Run theHarvester 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 run: | # stop the build if there are Python syntax errors or undefined names