wapiti-scanner / wapiti

Web vulnerability scanner written in Python3
https://github.com/wapiti-scanner/wapiti
GNU General Public License v2.0
1.21k stars 183 forks source link

Specify wich modules are updated #254

Closed polyedre closed 2 years ago

polyedre commented 2 years ago

This is a feature request.

Currently, the command wapiti --update runs the update method of all the attack modules. This includes Nikto and HashThePlanet wich download some files.

In some case, downloading a 350MB file (the HashThePlanet database) is not wished (the module is not mature yet).

Would it be possible to allow to update only specific modules ?

wapiti --update -m nikto -m ...

Cc @fwininger

polyedre commented 2 years ago

@JulienTD Can you work on this please?

JulienTD commented 2 years ago

Yes of course!