Find and replace

This commit is contained in:
Meatballs
2013-09-26 20:34:48 +01:00
parent 813bd2c9a5
commit 7ba846ca24
131 changed files with 175 additions and 175 deletions
@@ -89,7 +89,7 @@ class Metasploit3 < Msf::Exploit::Remote
def exploit
# load the static jar file
path = File.join( Msf::Config.install_root, "data", "exploits", "CVE-2012-0507.jar" )
path = File.join( Msf::Config.data_directory, "exploits", "CVE-2012-0507.jar" )
fd = File.open( path, "rb" )
@jar_data = fd.read(fd.stat.size)
fd.close