Remove peer information from the prefix

GSoC/Meterpreter_Web_Console
Nate Caroe 2018-10-10 16:31:48 -06:00 committed by GitHub
parent 2ce34b4a0e
commit 5c061c02b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 5 deletions

View File

@ -196,12 +196,13 @@ module Exploit::Remote::Tcp
end
def print_prefix
if rhost
super + peer + " - "
else
# if rhost
# super + peer + " - "
# else
# super
# end
super
end
end
##
#