Closed phihag closed 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).
When using a configuration file and the command line (i.e. passing something like
) 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).