View Single Post
Remus's Avatar
Posts: 37 | Thanked: 18 times | Joined on Jun 2011 @ /dev/null
#21
Originally Posted by CasTTeLLo View Post
safe but not safe.......
Well, let's make it feel a bit more safe then?

First we'll take a look at the open ports on your device. This can be done either with nmap or netstat. You'll be better off with netstat this time.

From your x-terminal run;

Code:
sudo gainroot
netstat -lptu
That should print the currently open ports and what program is using it. Run this once every few hours and keep an eye open for strange activities.

That, atleast, gives you a bit of a overview of your network but if Epitaph's package does contain malicious sofware this trick probably will not be enough to flush out everything.

As a side note, there are ways to backup your currently installed games, programs and so forth if you end up reflashing.

Last edited by Remus; 2011-06-29 at 15:35.