Initialize the DisableBanner option

bug/bundler_fix
jvazquez-r7 2015-10-08 14:08:45 -05:00
parent 77fae28cd4
commit 326141ffa8
No known key found for this signature in database
GPG Key ID: 38D99152B9352D83
1 changed files with 4 additions and 1 deletions

5
msfd
View File

@ -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.