Fix a typo in the original module

git-svn-id: file:///home/svn/framework3/trunk@11833 4d416f70-5f16-0410-b530-b9f4589650da
unstable
HD Moore 2011-02-26 04:23:06 +00:00
parent fa16dcb098
commit 9a54bc0a95
1 changed files with 1 additions and 1 deletions

View File

@ -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