GSoC/Meterpreter_Web_Console
Auxilus 2018-04-10 22:20:27 +05:30 committed by GitHub
parent 4495eea1ca
commit f1240b0454
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -858,6 +858,7 @@ class Core
# which session a given subnet should route through.
#
def cmd_route(*args)
begin
args << 'print' if args.length == 0
action = args.shift
@ -992,6 +993,9 @@ class Core
else
cmd_route_help
end
rescue => error
print_error(error.message)
end
end
#