Update mma_backdoor_upload.rb

This commit is contained in:
JT 2015-10-26 23:01:38 +08:00
parent ad80f00159
commit 4f244c54f8
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ class Metasploit3 < Msf::Exploit::Remote
register_options(
[
OptString.new('TARGETURI',[true, "The path of the mma.php file uploader backdoor", "mma.php"]),
OptString.new('TARGETURI',[true, "The path of the mma.php file uploader backdoor", "/mma.php"]),
],self.class) # sometimes it is under host/images/mma.php so you may want to set this one
end