Adds O action for msfpayload (duplicate of S). Fixes #73
git-svn-id: file:///home/svn/framework3/trunk@4798 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
7d7f244bf6
commit
539db15a31
|
@ -98,6 +98,6 @@ if (cmd =~ /^(p|r|c|j|x)/)
|
|||
|
||||
puts buf
|
||||
|
||||
elsif (cmd =~ /^s/)
|
||||
elsif (cmd =~ /^(s|o)/)
|
||||
puts Msf::Serializer::ReadableText.dump_module(payload)
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue