W3af
De Linuxmemo.
(Différences entre les versions)
(→Install) |
|||
| Ligne 7 : | Ligne 7 : | ||
git clone https://github.com/andresriancho/w3af.git | 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 | ||
Version du 9 octobre 2014 à 09:22
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