Skip to content
This repository has been archived by the owner on Aug 7, 2020. It is now read-only.

Errors - Kali linux - -A param #120

Open
M3noetius opened this issue Feb 16, 2017 · 2 comments
Open

Errors - Kali linux - -A param #120

M3noetius opened this issue Feb 16, 2017 · 2 comments

Comments

@M3noetius
Copy link

#sudo ./Responder.py -I wlan0 -A
[i] Responder is in analyze mode. No NBT-NS, LLMNR, MDNS requests will be poisoned. Traceback (most recent call last): File "./Responder.py", line 263, in <module> main() File "./Responder.py", line 182, in main from poisoners.LLMNR import LLMNR File "filepath/Responder-master/poisoners/LLMNR.py", line 45, in <module> IsICMPRedirectPlausible(settings.Config.Bind_To) File "filepath/Responder-master/poisoners/LLMNR.py", line 39, in IsICMPRedirectPlausible if x != "127.0.0.1" and IsOnTheSameSubnet(x,IP) is False: File "filepath/Responder-master/utils.py", line 50, in IsOnTheSameSubnet ipaddr = int(''.join([ '%02x' % int(x) for x in ip.split('.') ]), 16) ValueError: invalid literal for int() with base 10: 'fe80::1%wlan0'

@sumaoqing123
Copy link

temporarily, you can edit /etc/resolv.conf, and delete the line starts with 'fe80'

@kawaxi
Copy link

kawaxi commented Nov 19, 2017

thanks for the information @sumaoqing123 , still useful

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants