Skip to content

Commit 4f244c5

Browse files
committed
Update mma_backdoor_upload.rb
1 parent ad80f00 commit 4f244c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/multi/http/mma_backdoor_upload.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def initialize(info={})
4545

4646
register_options(
4747
[
48-
OptString.new('TARGETURI',[true, "The path of the mma.php file uploader backdoor", "mma.php"]),
48+
OptString.new('TARGETURI',[true, "The path of the mma.php file uploader backdoor", "/mma.php"]),
4949
],self.class) # sometimes it is under host/images/mma.php so you may want to set this one
5050
end
5151

0 commit comments

Comments
 (0)