Responder icon indicating copy to clipboard operation
Responder copied to clipboard

[WSL]: Error starting UDP/TCP server on port

Open ph-hitachi opened this issue 8 months ago • 0 comments

Hi i'm encountering error on wsl while using responder is there any way to change the port ?

$ sudo ss --tcp --udp --listen --numeric --process | grep 53
udp   UNCONN 0      0      10.255.255.254:53         0.0.0.0:*
tcp   LISTEN 0      1000   10.255.255.254:53         0.0.0.0:*
$ sudo responder -I tun0
[+] Listening for events...

[!] Error starting UDP server on port 53, check permissions or other servers running.
[!] Error starting TCP server on port 53, check permissions or other servers running.
[+] Exiting...

ph-hitachi avatar Jun 22 '24 12:06 ph-hitachi