You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
print_error("Please note that errors might be experienced with this choice of address for LHOST.")
88
-
end
97
+
#Checking whether LHOST is a loopback address
98
+
ifloopback_addr(ip) ==true
99
+
print_warning("You are attempting to listen on a loopback address by setting LHOST to #{ip}, did you mean to set ReverseListenerBindAddress instead?\n")
100
+
end
101
+
89
102
rescue
90
103
ex= $!
91
104
print_error("Handler failed to bind to #{ip}:#{local_port}:- #{comm} -")
0 commit comments