mirror of
https://github.com/laramies/theHarvester.git
synced 2025-02-23 22:13:02 +08:00
Update travis
This commit is contained in:
parent
db06e548a3
commit
911b134999
2 changed files with 8 additions and 8 deletions
|
@ -13,7 +13,7 @@ before_install:
|
|||
install:
|
||||
- python setup.py test
|
||||
script:
|
||||
- python theHarvester.py -d metasploit.com -b baidu,bing,certspotter,crtsh,dnsdumpster,dogpile,duckduckgo,exalead,linkedin,netcraft,otx,intelx,threatcrowd,trello,twitter,virustotal,yahoo
|
||||
- python theHarvester.py -d apple.com -b baidu,bing,certspotter,crtsh,dnsdumpster,dogpile,duckduckgo,exalead,linkedin,netcraft,otx,intelx,threatcrowd,trello,twitter,virustotal,yahoo
|
||||
-l 200
|
||||
- pytest
|
||||
- flake8 . --count --show-source --statistics
|
||||
|
|
|
@ -1,16 +1,16 @@
|
|||
aiodns==2.0.0
|
||||
beautifulsoup4==4.8.0
|
||||
dnspython==1.16.0
|
||||
flake8==3.7.8
|
||||
flake8==3.7.9
|
||||
gevent==1.4.0
|
||||
grequests==0.4.0
|
||||
lxml==4.4.1
|
||||
mypy==0.740
|
||||
lxml==4.4.2
|
||||
mypy==0.761
|
||||
netaddr==0.7.19
|
||||
plotly==4.2.1
|
||||
pytest==5.2.2
|
||||
PyYaml==5.1.2
|
||||
plotly==4.4.1
|
||||
pytest==5.3.2
|
||||
PyYaml==5.2
|
||||
requests==2.22.0
|
||||
shodan==1.19.0
|
||||
shodan==1.21.0
|
||||
texttable==1.6.2
|
||||
retrying==1.3.3
|
||||
|
|
Loading…
Reference in a new issue