Baby come back

This commit is contained in:
Nate Caroe
2018-10-11 11:10:36 -06:00
committed by GitHub
parent e207c225a2
commit 14e87bf06f
+8
View File
@@ -194,6 +194,14 @@ module Exploit::Remote::Tcp
super
disconnect
end
def print_prefix
if rhost && rhost.split(' ').length < 2
super + peer + ' - '
else
super
end
end
##
#