Update modules/auxiliary/server/capture/javascript_keylogger.rb

This commit is contained in:
Marcus J. Carey 2012-02-02 10:33:33 -06:00
parent 3bfb8b3c9d
commit f45528ec68
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ class Metasploit3 < Msf::Auxiliary
super(update_info(info,
'Name' => 'Metasploit JavaScript Keylogger',
'Description' => %q{
This modules runs a HTTP Server to serves as a remote keylog listener
This modules runs a HTTP Server to serve as a remote keylog listener
to capture web page keystrokes.
},
'License' => MSF_LICENSE,