diff --git a/MANIFEST b/MANIFEST index 2caa42ad7ca7de21659af69e06e9bfff979c8653..93ab003b5b834d4848ba43b9b6bc5b74e21e3817 100644 --- a/MANIFEST +++ b/MANIFEST @@ -1,3 +1,3 @@ -VERSION=v1.3.0 +VERSION=v1.3.1 SERVICE=vat-genscan diff --git a/install/requirements.txt b/install/requirements.txt index 6280d4c3dce428cfdede1a9d3f8ceb3c06c488ad..3cd110fbcff3db4dcba3e9d66db599e7c41e803b 100644 --- a/install/requirements.txt +++ b/install/requirements.txt @@ -5,7 +5,7 @@ backports-abc==0.5 biplist==1.0.3 blinker==1.4 bravado==9.2.2 -bravado-core==5.0.2 +bravado-core==5.12.1 certifi==2018.11.29 cffi==1.12.2 chardet==3.0.4 @@ -37,6 +37,8 @@ Jinja2==2.10 jsonpointer==2.0 jsonref==0.2 jsonschema==3.0.1 +keyring==10.6.0 +keyrings.alt==3.0 lxml==3.4.4 lz4==2.1.6 mac-alias==2.0.7 @@ -59,7 +61,9 @@ pyasn1==0.4.2 pybloomfiltermmap==0.3.14 pyClamd==0.4.0 pycparser==2.19 +pycrypto==2.6.1 PyGithub==1.21.0 +pygobject==3.26.1 pyOpenSSL==18.0.0 pyparsing==2.3.1 pyperclip==1.7.0 @@ -68,17 +72,20 @@ python-dateutil==2.8.0 python-ntlm==1.0.1 python-owasp-zap-v2==0.0.9 pytz==2018.9 +pyxdg==0.25 PyYAML==3.12 requests==2.21.0 rfc3987==1.3.8 ruamel.ordereddict==0.4.8 scapy==2.4.0 +SecretStorage==2.3.1 simplejson==3.16.0 singledispatch==3.4.0.3 six==1.12.0 smmap==0.9.0 smmap2==2.0.5 strict-rfc3339==0.7 +subprocess32==3.5.4 swagger-spec-validator==2.4.3 tblib==0.2.0 termcolor==1.1.0 diff --git a/install/w3af.sh b/install/w3af.sh index 848f65af9b0a6ce5c67158809c0d860c3b528648..a4a8b35b50c3314c630aaa1845ec3ed9bcafbaa7 100644 --- a/install/w3af.sh +++ b/install/w3af.sh @@ -24,9 +24,10 @@ npm install -g retire #W3AF apt install -y libffi-dev libsqlite3-dev libyaml-dev cd /tmp -wget -nv https://github.com/andresriancho/w3af/archive/0e6dc291a45dd4d5dae94bde301a10c7cb560578.zip -unzip -q 0e6dc291a45dd4d5dae94bde301a10c7cb560578.zip -mv w3af-0e6dc291a45dd4d5dae94bde301a10c7cb560578 /service/w3af +wget -nv https://github.com/andresriancho/w3af/archive/1910600684c22c767a1105fbfcb051db73ad1280.zip +unzip -q 1910600684c22c767a1105fbfcb051db73ad1280.zip +mv w3af-1910600684c22c767a1105fbfcb051db73ad1280 /service/w3af + ## for authenticated scans #cp ~/extended_generic.py w3af/plugins/auth/ #enable other output plugins for w3af API