Land #10718, fix typo in route command examples

GSoC/Meterpreter_Web_Console
Jacob Robles 2018-09-28 17:27:38 -05:00
commit 0827bc5614
No known key found for this signature in database
GPG Key ID: 3EC9F18F2B12401C
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 - show all active routes"
print_line print_line
print_line "Examples:" 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 255.255.255.0 1"
print_line " route add 192.168.0.0/24 1" print_line " route add 192.168.0.0/24 1"
print_line print_line