Update mantisbt_admin_sqli.rb

remove extra new line and fix author line
bug/bundler_fix
Brandon Perry 2014-03-04 08:44:53 -06:00
parent 98b59c4103
commit a3523bdcb9
1 changed files with 1 additions and 2 deletions

View File

@ -25,7 +25,7 @@ class Metasploit3 < Msf::Auxiliary
'Author' => 'Author' =>
[ [
'Jakub Galczyk', #initial discovery 'Jakub Galczyk', #initial discovery
'Brandon Perry <bperry.volatile@gmail.com', #meatpistol module 'Brandon Perry <bperry.volatile@gmail.com>', #meatpistol module
], ],
'References' => 'References' =>
[ [
@ -71,7 +71,6 @@ class Metasploit3 < Msf::Auxiliary
'cookie' => cookie, 'cookie' => cookie,
}) })
resp.body =~ /qgjuq(.*)qirpq/ resp.body =~ /qgjuq(.*)qirpq/
file = [$1].pack("H*") file = [$1].pack("H*")