trojan icon indicating copy to clipboard operation
trojan copied to clipboard

请问trojan真的是安全的吗?我之前多次被发邮件警告

Open chainofhonor opened this issue 3 years ago • 2 comments

I used this software and was warned by the administrator by email many times. I didn't take it seriously at first, and then once I was really curious, so I used the [netstat -ant|grep "serverip:443"] command to check the connection Then I found out that the service connects a lot of unnecessary IPs Then I use the following iptables rule to release my own IP and block any other IP from connecting iptables -I INPUT 1 -s $mypersonalcomputerip -j ACCEPT iptables -I INPUT 2 -p tcp --dport 443 -j DROP iptables -I OUTPUT 1 -d $mypersonalcomputerip -j ACCEPT iptables -I OUTPUT 2 -p tcp --sport 443 -j DROP After doing this, I have never been warned by the administrator again. Is the program really safe? Or is it possible that the file I downloaded has been tampered with, can you provide the MD5 value?

我使用这个软件,多次被管理员发邮件警告,我最开始没当回事,然后有一次我实在好奇,就用 [netstat -ant|grep "serverip:443"] 命令看了看连接 然后我发现该服务连接了很多没有必要的IP 然后我用如下的iptables放行了我自己的IP,阻止其他任何IP连接 iptables -I INPUT 1 -s $mypersonalcomputerip -j ACCEPT iptables -I INPUT 2 -p tcp --dport 443 -j DROP iptables -I OUTPUT 1 -d $mypersonalcomputerip -j ACCEPT iptables -I OUTPUT 2 -p tcp --sport 443 -j DROP 这样做以后我再也没有被管理员警告了 请问该程序真的是安全的吗? 或者有没有可能我下载的文件是被篡改过的,请问能提供MD5值吗?

这个是在trojan那边的提问 用的最新版的

这个程序真的安全吗?

chainofhonor avatar Feb 01 '22 18:02 chainofhonor

Release里有dgst文件里检验的

Jrohy avatar Feb 02 '22 04:02 Jrohy

你最好DD个纯净系统,这主机商没事管太多了

zhucaidan avatar Feb 03 '22 10:02 zhucaidan