Remove peer information from the prefix
parent
2ce34b4a0e
commit
5c061c02b9
|
@ -196,11 +196,12 @@ module Exploit::Remote::Tcp
|
|||
end
|
||||
|
||||
def print_prefix
|
||||
if rhost
|
||||
super + peer + " - "
|
||||
else
|
||||
super
|
||||
end
|
||||
# if rhost
|
||||
# super + peer + " - "
|
||||
# else
|
||||
# super
|
||||
# end
|
||||
super
|
||||
end
|
||||
|
||||
##
|
||||
|
|
Loading…
Reference in New Issue