From 582467428cb527553a8174a60edae6a0917d79d8 Mon Sep 17 00:00:00 2001 From: lgandx Date: Wed, 29 Jan 2014 22:34:16 -0500 Subject: [PATCH] Minor fix --- Responder.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Responder.py b/Responder.py index 369cd7c..6255513 100755 --- a/Responder.py +++ b/Responder.py @@ -919,7 +919,7 @@ def IsICMPRedirectPlausible(IP): dnsip.extend(ip[1:]) for x in dnsip: if IsOnTheSameSubnet(x,IP) == False: - print "[+]You can ICMP Redirect on this network. This workstation (%s) is not on the same subnet than the DNS server (%s). Use python Icmp-Redirect.py for more details."%(IP, x) + print "[Analyze mode: ICMP]You can ICMP Redirect on this network. This workstation (%s) is not on the same subnet than the DNS server (%s). Use python Icmp-Redirect.py for more details."%(IP, x) else: pass