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

Ports being "used" #124

Open
Bry-fi opened this issue Apr 16, 2017 · 4 comments
Open

Ports being "used" #124

Bry-fi opened this issue Apr 16, 2017 · 4 comments

Comments

@Bry-fi
Copy link

Bry-fi commented Apr 16, 2017

I start up my computer and run responder than this comes up

[!] Error starting UDP server on port 5355, check permissions or other servers running.
[!] Error starting UDP server on port 5353, check permissions or other servers running.
[!] Error starting TCP server on port 80, check permissions or other servers running.
[!] Error starting SSL server on port 443, check permissions or other servers running. [!] Error starting TCP server on port 445, check permissions or other servers running.

[!] Error starting TCP server on port 139, check permissions or other servers running.
[!] Error starting UDP server on port 88, check permissions or other servers running.
[!] Error starting TCP server on port 88, check permissions or other servers running.
[!] Error starting TCP server on port 1433, check permissions or other servers running.
[!] Error starting TCP server on port 21, check permissions or other servers running.
[!] Error starting TCP server on port 110, check permissions or other servers running.
[!] Error starting TCP server on port 389, check permissions or other servers running.
[!] Error starting TCP server on port 25, check permissions or other servers running.
[!] Error starting TCP server on port 143, check permissions or other servers running.
[!] Error starting TCP server on port 587, check permissions or other servers running.
[!] Error starting UDP server on port 53, check permissions or other servers running.
[+] Listening for events...
[!] Error starting TCP server on port 53, check permissions or other servers running.

I checked networkmanager and I don't even have dnsmasq installed. I nmaped myself and none of these ports are running. However, this program works fine on kali nethunter.

@myalcin81
Copy link

You should kill active process. You can check active process list with " ps -a " command or you can check running ports with "netstat -al" who is running on it

@lokori
Copy link

lokori commented Apr 12, 2018

I seem to have the same issue with the most recent version of Responder. Definitely netstat and ps do not show any processes in those ports so it has something to do with Responder. I'm running it in Kali as root so binding to low ports shouldn't be an issue.

@hktalent
Copy link

hktalent commented Dec 10, 2018

me too,mac os X

[!] Error starting UDP server on port 137, check permissions or other servers running.
[!] Error starting UDP server on port 5353, check permissions or other servers running.
[!] Error starting UDP server on port 138, check permissions or other servers running.
[!] Error starting TCP server on port 80, check permissions or other servers running.

$ netstat -ant|grep LISTEN|grep -E "\.\b(137|5353|138|80)\b"
tcp4       0      0  *.80                   *.*                    LISTEN

#36 #45

@Ap6pack
Copy link

Ap6pack commented Apr 29, 2019

This was the error is was having: [!] Error starting TCP server on port 80, check permissions or other servers running. The way i fixed it was by killing my Apache server while using Responder.

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