Initialize the DisableBanner option
This commit is contained in:
@@ -37,7 +37,10 @@ arguments = Rex::Parser::Arguments.new(
|
||||
"-q" => [ false, "Do not print the banner on startup" ],
|
||||
"-h" => [ false, "Help banner" ])
|
||||
|
||||
opts = { 'RunInForeground' => true }
|
||||
opts = {
|
||||
'RunInForeground' => true,
|
||||
'DisableBanner' => false
|
||||
}
|
||||
foreground = false
|
||||
|
||||
# Parse command line arguments.
|
||||
|
||||
Reference in New Issue
Block a user