add deprication warning to the original module

unstable
Spencer McIntyre 2012-10-12 13:49:25 -04:00
parent 3ab24cdbb9
commit f5302bfc49
1 changed files with 6 additions and 0 deletions

View File

@ -46,6 +46,12 @@ class Metasploit3 < Msf::Post
end end
def run def run
print_error("*********************************************************")
print_error("* *")
print_error("* Module will be depricated on Jan 10 2013 *")
print_error("* Please use exploits/windows/local/service_permissions *")
print_error("* *")
print_error("*********************************************************")
print_status("running") print_status("running")
lhost = datastore["LHOST"] || Rex::Socket.source_address lhost = datastore["LHOST"] || Rex::Socket.source_address