forked from anouarbensaad/vulnx
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
21 lines (21 loc) · 859 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
language: python
os:
# os building
- linux
python:
# version of python.
- 3.6
install:
# install packages.
- pip install -r ./requirements.txt
before_script:
- pip install flake8
# stop the build if there are Python syntax errors or undefined names
- flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
- flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
script:
# run this command to grabber all informations, and apply the vunerabilites search
- python vulnx.py -u isetso.rnu.tn --cms all -t3 --web-info --exploit
# show list dorks & search example for blaze dork 5 page of google search & output the results to logs/Dorks/getTime()
- python vulnx.py -l all -D blaze -n 5 --output logs/