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,11 +196,12 @@ module Exploit::Remote::Tcp
end end
def print_prefix def print_prefix
if rhost # if rhost
super + peer + " - " # super + peer + " - "
else # else
super # super
end # end
super
end end
## ##