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

[!] Error: eth0: Interface not found #155

Open
dparson20 opened this issue Jul 16, 2019 · 5 comments
Open

[!] Error: eth0: Interface not found #155

dparson20 opened this issue Jul 16, 2019 · 5 comments

Comments

@dparson20
Copy link

dparson20 commented Jul 16, 2019

I'm trying to make Responder work through the Kali Linux WSL for Windows 10 App. Getting the above error. How do I correct this so I may run responder?

@dparson20
Copy link
Author

You need to specify the interface with -I or the ip address with -i after you type responder in Kali.
example: responder -I eth0 -wrFb or responder -i 192.168.1.1 -wrFb

@Stacyboy
Copy link

same issue. I can see eth0 and eth1 but "./Responder.py -I eth0" returns a "Interface not found" msg

@0xSV1
Copy link

0xSV1 commented Feb 3, 2020

Having the same issue. Running Responder from Ubuntu WSL, eth5 is the Windows LAN interface that the host/Windows uses.

/opt/Responder$ sudo ./Responder.py -I eth5
                                         __
  .----.-----.-----.-----.-----.-----.--|  |.-----.----.
  |   _|  -__|__ --|  _  |  _  |     |  _  ||  -__|   _|
  |__| |_____|_____|   __|_____|__|__|_____||_____|__|
                   |__|

           NBT-NS, LLMNR & MDNS Responder 3.0.0.0

  Author: Laurent Gaffie ([email protected])
  To kill this script hit CTRL-C

[!] Error: eth5: Interface not found

@maxdemajo
Copy link

I managed to get around this by including both the interface with -I and the local IP address with -i. The combination gets it running, but I am then met with several error messages stating that none of the listening servers were able to start.

@gelosecurity
Copy link

@maxdemajo That worked in getting responder to run! But I'm getting the same issue saying:

Error starting TCP server on port 445, check permissions or other servers running.

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

5 participants