We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20c5e08 commit abcf34aCopy full SHA for abcf34a
msfvenom
@@ -97,8 +97,8 @@ def parse_args
97
opts[:list_options] = true
98
end
99
100
- opt.on('-d', '--advance', 'List the payload\'s advance options') do
101
- opts[:list_advance] = true
+ opt.on('-d', '--advanced', 'List the payload\'s advanced options') do
+ opts[:list_advanced] = true
102
103
104
opt.on_tail('-h', '--help', 'Show this message') do
@@ -342,7 +342,7 @@ if opts[:list_options]
342
exit
343
344
345
-if opts[:list_advance]
+if opts[:list_advanced]
346
puts Msf::Serializer::ReadableText.dump_advanced_options(payload)
347
348
0 commit comments