Update simple_backdoors_exec.rb

bug/bundler_fix
JT 2015-09-24 13:54:40 +08:00
parent 192369607d
commit 56a551313c
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ class Metasploit3 < Msf::Exploit::Remote
super(update_info(info,
'Name' => 'Simple Backdoor Shell Remote Code Execution',
'Description' => %q{
This module exploits unauthenticated simple web backdoor shells by leveraging the
This module exploits unauthenticated simple web backdoor shells by leveraging the
common backdoor shell's CMD parameter to execute commands. The SecLists project of
Daniel Miessler and Jason Haddix has a lot of samples for this kind of backdoor shells
which is categorized under Payloads.