From 5d738d2f0343b10455f48098de4f6b74e2c9ebae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?An=C5=BEe=20=C5=BDitnik?= <anze.zitnik@xlab.si> Date: Wed, 11 Mar 2020 16:20:25 +0100 Subject: [PATCH] Newest version of W3af. --- MANIFEST | 2 +- install/requirements.txt | 9 ++++++++- install/w3af.sh | 7 ++++--- 3 files changed, 13 insertions(+), 5 deletions(-) diff --git a/MANIFEST b/MANIFEST index 2caa42a..93ab003 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 6280d4c..3cd110f 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 848f65a..a4a8b35 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 -- GitLab