Rogue period, DELETED.

This commit is contained in:
Tod Beardsley 2012-03-26 10:41:50 -05:00 committed by James Lee
parent cfc0fdac7d
commit 0df4a8a63d
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ class Metasploit3 < Msf::Auxiliary
When an EXEC_CMD packet is sent, omniinet.exe will attempt to look
for that user-supplied filename with kernel32!FindFirstFileW(). If the file
is found, the process will then go ahead execute it with CreateProcess().
is found, the process will then go ahead execute it with CreateProcess()
under a new thread. If the filename isn't found, FindFirstFileW() will throw
an error (0x03), and then bails early without triggering CreateProcess().