Fix a typo in the original module
git-svn-id: file:///home/svn/framework3/trunk@11833 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
fa16dcb098
commit
9a54bc0a95
|
@ -185,7 +185,7 @@ class Metasploit3 < Msf::Post
|
|||
|
||||
sleep(2)
|
||||
if not outp.empty?
|
||||
print_good("keystrokes captured #{outp}") if datatstore['ShowKeystrokes']
|
||||
print_good("keystrokes captured #{outp}") if datastore['ShowKeystrokes']
|
||||
file_local_write(logfile,"#{outp}\n")
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue