Land #7083, Fix description for linux/misc/mongod_native_helper.rb
commit
92a592d303
|
@ -14,8 +14,8 @@ class MetasploitModule < Msf::Exploit::Remote
|
|||
super(update_info(info,
|
||||
'Name' => 'MongoDB nativeHelper.apply Remote Code Execution',
|
||||
'Description' => %q{
|
||||
This module exploit a the nativeHelper feature from spiderMonkey which allows to
|
||||
to control execution by calling it wit specially crafted arguments. This module
|
||||
This module exploits the nativeHelper feature from spiderMonkey which allows
|
||||
remote code execution by calling it with specially crafted arguments. This module
|
||||
has been tested successfully on MongoDB 2.2.3 on Ubuntu 10.04 and Debian Squeeze.
|
||||
},
|
||||
'Author' =>
|
||||
|
|
Loading…
Reference in New Issue