diff --git a/.travis.yml b/.travis.yml index 9f114482..f811c88b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/requirements.txt b/requirements.txt index 51b8b008..202ed802 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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