make logfile configurable

This commit is contained in:
Christian Mehlmauer
2017-05-31 23:16:07 +02:00
parent d65567fc8f
commit 21f4de2ec1
7 changed files with 49 additions and 8 deletions

View File

@@ -89,7 +89,7 @@ def help
puts '--follow-redirection If the target url has a redirection, it will be followed without asking if you wanted to do so or not'
puts '--batch Never ask for user input, use the default behaviour.'
puts '--no-color Do not use colors in the output.'
puts '--log Creates a log.txt file with WPScan\'s output.'
puts '--log [filename] Creates a log.txt file with WPScan\'s output if no filename is supplied. Otherwise the filename is used for logging.'
puts '--no-banner Prevents the WPScan banner from being displayed.'
puts '--disable-accept-header Prevents WPScan sending the Accept HTTP header.'
puts '--disable-referer Prevents setting the Referer header.'