mtproto_proxy icon indicating copy to clipboard operation
mtproto_proxy copied to clipboard

Is there a back door?

Open ylot0 opened this issue 1 year ago • 1 comments

root@vultr:/opt/mtp_proxy/bin# netstat -antp Active Internet connections (servers and established) Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 0.0.0.0:31888 0.0.0.0:* LISTEN 40297/mtp_proxy
tcp 0 0 127.0.0.53:53 0.0.0.0:* LISTEN 14747/systemd-resol tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 38297/sshd: /usr/sb tcp 0 0 0.0.0.0:36109 0.0.0.0:* LISTEN 40297/mtp_proxy

After using the script to build, TCP 36109 port mtp_ The proxy process is listening, but the only port I actually opened is 31888. What is the purpose of listening to port 36109?

ylot0 avatar Jul 17 '23 08:07 ylot0

Really?! I didn't test it, but i recommend you using ufw to block the port.

mayburs avatar Jun 28 '24 13:06 mayburs