Responder Starting point issues

Hello everyone,

Im getting a few errors and I would like someone with more experience to guide me on this

Im trying to run gobuster and Responder on my PWNbox but they arent working at all ive gone down a very long rabbit hole to fix them here are some of the errors im getting there are so many I dont know where to start and now im just lost at this point

                                                        ___ERROR MESSAGES____

Error starting TCP server on port 80, check permissions or other servers running.
[!] Error starting TCP server on port 5985, 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 3389, check permissions or other servers running.
[!] Error starting TCP server on port 135, 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 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 587, check permissions or other servers running.
[!] Error starting TCP server on port 143, check permissions or other servers running.

[+] Listening for events…
[!] Error starting TCP server on port 53, check permissions or other servers running.


python3: can’t open file ‘/root/gobuster/Responder.py’: [Errno 2] No such file or directory


There are more but I’ve spent so many hours troubleshooting I’ve lost the other error messages

You need to use sudo, I think

python3: can’t open file ‘/root/gobuster/Responder.py’: [Errno 2] No such file or directory

Here a I guess you used sudo, do the following
sudo find / -name Responder.py 2>/dev/null
And copy it here /root/gobuster/

I’m having the same issue and I can’t for the life of me figure out what’s going on.