Added a --no-color argument switch

This commit is contained in:
Peter
2014-05-02 14:43:16 +02:00
parent 2104b49cee
commit b349990b19
3 changed files with 35 additions and 25 deletions

View File

@@ -18,6 +18,9 @@ def main
raise('No argument supplied')
end
# Define a global variable
$COLORSWITCH = wpscan_options.no_color
if wpscan_options.help
help()
usage()