W3af

De Linuxmemo.

http://w3af.org/

Framework d'Attaque et d'Audit d'Application Web (w3af),

Install

git clone https://github.com/andresriancho/w3af.git

Memo Python modules via proxy

vim /tmp/w3af_dependency_install.sh

ajouter le proxy en httpS

sudo pip install --proxy "https://xxx.xxx.xxx.xxx:8080"  module

si nécessaire

sudo pip install --proxy "https://xxx.xxx.xxx.xxx:8080" --timeout 30 module
Outils personnels