Skip to content

Commit 5cbe464

Browse files
committed
Missed this var
1 parent 8f94e9a commit 5cbe464

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

msfcli

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ class Msfcli
389389

390390
def show_ids_evasion(m)
391391
readable = Msf::Serializer::ReadableText
392-
$stdout.puts("\n" + readable.dump_evasion_options(m[:module], Indent))
392+
$stdout.puts("\n" + readable.dump_evasion_options(m[:module], @indent))
393393
$stdout.puts("\nPayload:\n\n" + readable.dump_evasion_options(m[:payload], @indent)) if m[:payload]
394394
$stdout.puts("\nEncoder:\n\n" + readable.dump_evasion_options(m[:encoder], @indent)) if m[:encoder]
395395
$stdout.puts("\nNOP:\n\n" + readable.dump_evasion_options(m[:nop], @indent)) if m[:nop]

0 commit comments

Comments
 (0)