hhucn / webvulnscan

automated web application vulnerability scanner
MIT License
38 stars 27 forks source link

Command-line options should override configuration file options #33

Closed phihag closed 11 years ago

phihag commented 11 years ago

When using a configuration file and the command line (i.e. passing something like

python -m webvulnscan -c cfg.json --xss http://localhost:8666/

) the command line options should be applied after the configuration file (in this case, the user wants to use the auth data from the configuration file, but clearly only wants the XSS tests to run).