1
mirror of https://github.com/rapid7/metasploit-framework synced 2024-10-09 04:26:11 +02:00

Adding a deprecation warning to the usage of script autoroute.rb pointing to the post module.

git-svn-id: file:///home/svn/framework3/trunk@12127 4d416f70-5f16-0410-b530-b9f4589650da
This commit is contained in:
Tod Beardsley 2011-03-24 16:37:04 +00:00
parent 1d65ae4122
commit 378c80b948

View File

@ -140,6 +140,7 @@ def usage()
print_status " run autoroute -p # Print active routing table"
print_status " run autoroute -d -s 10.10.10.1 # Deletes the 10.10.10.1/255.255.255.0 route"
print_status "Use the \"route\" and \"ipconfig\" Meterpreter commands to learn about available routes"
print_error "Deprecation warning: This script has been replaced by the post/windows/manage/autoroute module"
end
# Validates the command options