bug/bundler_fix
jvazquez-r7 2013-07-17 15:02:33 -05:00
commit 458ac5f289
2 changed files with 2 additions and 2 deletions

View File

@ -221,7 +221,7 @@ module Parser
return unless @report_type_ok
unless @state[:current_tag].empty?
missing_ends = @state[:current_tag].keys.map {|x| "'#{x}'"}.join(", ")
l msg = "Warning, the provided file is incomplete, and there may be missing\n"
msg = "Warning, the provided file is incomplete, and there may be missing\n"
msg << "data. The following tags were not closed: #{missing_ends}."
db.emit(:warning,msg,&block) if block
end

View File

@ -114,7 +114,7 @@ class Metasploit3 < Msf::Exploit::Remote
data = "cmd=query_engine&query=none&search=1&orderby=#{php_code}\r\n\r\n"
session = get_session
uri normalize_uri(datastore['URI'])
uri = normalize_uri(datastore['URI'])
uri << '/' if uri[-1,1] != '/'
uri << 'cmd.php'