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 8f94e9a commit 5cbe464Copy full SHA for 5cbe464
msfcli
@@ -389,7 +389,7 @@ class Msfcli
389
390
def show_ids_evasion(m)
391
readable = Msf::Serializer::ReadableText
392
- $stdout.puts("\n" + readable.dump_evasion_options(m[:module], Indent))
+ $stdout.puts("\n" + readable.dump_evasion_options(m[:module], @indent))
393
$stdout.puts("\nPayload:\n\n" + readable.dump_evasion_options(m[:payload], @indent)) if m[:payload]
394
$stdout.puts("\nEncoder:\n\n" + readable.dump_evasion_options(m[:encoder], @indent)) if m[:encoder]
395
$stdout.puts("\nNOP:\n\n" + readable.dump_evasion_options(m[:nop], @indent)) if m[:nop]
0 commit comments