fix typo in route command examples

GSoC/Meterpreter_Web_Console
jgor 2018-09-28 16:53:12 -05:00
parent c23e6cce5a
commit 5dcb6ab321
1 changed files with 1 additions and 1 deletions

View File

@ -821,7 +821,7 @@ class Core
print_line " print - show all active routes"
print_line
print_line "Examples:"
print_line " Add a route for all hosts from 192.168.0.0 to 192.168.0.0 through session 1"
print_line " Add a route for all hosts from 192.168.0.0 to 192.168.0.255 through session 1"
print_line " route add 192.168.0.0 255.255.255.0 1"
print_line " route add 192.168.0.0/24 1"
print_line