Skip to content

Commit 326141f

Browse files
committed
Initialize the DisableBanner option
1 parent 77fae28 commit 326141f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

msfd

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,10 @@ arguments = Rex::Parser::Arguments.new(
3737
"-q" => [ false, "Do not print the banner on startup" ],
3838
"-h" => [ false, "Help banner" ])
3939

40-
opts = { 'RunInForeground' => true }
40+
opts = {
41+
'RunInForeground' => true,
42+
'DisableBanner' => false
43+
}
4144
foreground = false
4245

4346
# Parse command line arguments.

0 commit comments

Comments
 (0)