Skip to content

Commit a3523bd

Browse files
committed
Update mantisbt_admin_sqli.rb
remove extra new line and fix author line
1 parent 98b59c4 commit a3523bd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

modules/auxiliary/gather/mantisbt_admin_sqli.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def initialize(info={})
2525
'Author' =>
2626
[
2727
'Jakub Galczyk', #initial discovery
28-
'Brandon Perry <[email protected]', #meatpistol module
28+
'Brandon Perry <[email protected]>', #meatpistol module
2929
],
3030
'References' =>
3131
[
@@ -71,7 +71,6 @@ def run
7171
'cookie' => cookie,
7272
})
7373

74-
7574
resp.body =~ /qgjuq(.*)qirpq/
7675

7776
file = [$1].pack("H*")

0 commit comments

Comments
 (0)