Update mantisbt_admin_sqli.rb
remove extra new line and fix author linebug/bundler_fix
parent
98b59c4103
commit
a3523bdcb9
|
@ -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*")
|
||||||
|
|
Loading…
Reference in New Issue