whoops, typoed the markers

bug/bundler_fix
Brandon Perry 2014-03-12 10:58:34 -07:00
parent 6636d43dc5
commit 9cb1c1a726
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ class Metasploit3 < Msf::Auxiliary
file = /qcuhq(.*)qohvq/.match(resp.body)
file = file[1].gsub('qgjuq', '').gsub('qirpq', '')
file = file[1].gsub('qcuhq', '').gsub('qohvq', '')
file = [file].pack("H*")
path = store_loot("joomla.file", "text/plain", datastore['RHOST'], file, datastore['FILEPATH'])