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

unstable
sinn3r 2012-04-18 16:07:41 -05:00
parent 0e45b6c06c
commit 7071c30b4b
2 changed files with 0 additions and 4 deletions

View File

@ -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

View File

@ -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