我尝试在 MacOS 上使用 Responder.py,但遇到与端口 5353 有关的问题。 我不确定如何解决这个问题,因为我已经尝试使用以下命令,非常感谢任何帮助。
使用此命令启动: (zsh)
% sudo python3 Responder.py -I tun0 -i 172.20.10.8
<... LOTS OF OUTPUT ABOVE THAT I WONT INCLUDE UNLESS NECESSARY>
<end of output / where issue is occuring:>
[+] Listening for events...
[!] 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.
[+] Exiting...
172.20.10.8 是我的电脑在热点 wifi 上的 IP,请告诉我这是否是用于 -i 标志的错误 IP。
我尝试过这个来看看发生了什么: (zsh)
% lsof -i UDP:5353
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
Google 2228 maxcooper 109u IPv6 0xc031b29db4830411 0t0 UDP *:mdns
Google 2228 maxcooper 112u IPv6 0xc031b29db4830741 0t0 UDP *:mdns
Google 2228 maxcooper 116u IPv6 0xc031b29db4830a71 0t0 UDP *:mdns
Google 2228 maxcooper 122u IPv4 0xc031b29db4830da1 0t0 UDP *:mdns
Google 2228 maxcooper 127u IPv6 0xc031b29db48310d1 0t0 UDP *:mdns
Google 2228 maxcooper 131u IPv6 0xc031b29db4831731 0t0 UDP *:mdns
Google 2228 maxcooper 132u IPv6 0xc031b29db4831d91 0t0 UDP *:mdns
Google 2228 maxcooper 133u IPv6 0xc031b29db48320c1 0t0 UDP *:mdns
Google 2228 maxcooper 137u IPv6 0xc031b29db48323f1 0t0 UDP *:mdns
Google 2228 maxcooper 138u IPv6 0xc031b29db4832721 0t0 UDP *:mdns
Google 2228 maxcooper 144u IPv6 0xc031b29db4832a51 0t0 UDP *:mdns
Google 2228 maxcooper 146u IPv6 0xc031b29db482f0f1 0t0 UDP *:mdns
Google 2228 maxcooper 147u IPv4 0xc031b29db482f421 0t0 UDP *:mdns
Google 2228 maxcooper 150u IPv6 0xc031b29db482f751 0t0 UDP *:mdns
随后尝试终止该进程,但它似乎没有改变任何东西: (zsh)
kill -9 2228
例如,要杀死 Responder 阻塞的 139 tcp 进程,请使用以下命令:
$sudo fuser -k 139/tcp