mirror of
https://github.com/laramies/theHarvester.git
synced 2025-02-24 14:32:57 +08:00
Update CI for otx and Intelx
This commit is contained in:
parent
6e24941294
commit
fd262958bc
2 changed files with 5 additions and 1 deletions
4
.github/workflows/theHarvester.yml
vendored
4
.github/workflows/theHarvester.yml
vendored
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue