These modules don't really print anything out with print_status(), which makes it weird to look now that we've implemented egypt's output style changes
parent
0e45b6c06c
commit
7071c30b4b
|
@ -445,10 +445,8 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
raise RuntimeError, 'Using WebDAV requires SRVPORT=80 and URIPATH=/'
|
||||
end
|
||||
|
||||
print_status("")
|
||||
print_status("Send vulnerable clients to #{@exploit_unc}.")
|
||||
print_status("Or, get clients to save and render the icon of http://<your host>/<anything>.lnk")
|
||||
print_status("")
|
||||
|
||||
super
|
||||
end
|
||||
|
|
|
@ -371,9 +371,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
raise RuntimeError, 'Using WebDAV requires SRVPORT=80 and URIPATH=/'
|
||||
end
|
||||
|
||||
print_status("")
|
||||
print_status("Exploit links are now available at #{@exploit_unc}#{datastore['SHARENAME']}\\")
|
||||
print_status("")
|
||||
|
||||
super
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue