GREP and RM without FIND
So, a really nasty Windows virus, infects all your HTML and could also reach your FTP login. First of all clear that computer. Second, change the FTP password and claim for a SSH access. Once logged i... – continue reading
So, a really nasty Windows virus, infects all your HTML and could also reach your FTP login. First of all clear that computer. Second, change the FTP password and claim for a SSH access. Once logged i... – continue reading
Well, today I decided to start the FTP Server on my mini-server, so I tried to install Filezilla FTP Server and everything went right (just selected everything to start manually). But then, from a cli... – continue reading
1) It is about real attacks. 2) No theory, just practice. A) Detecting the attack. 1) Using netstat command netstat -an | grep :80 | sort netstat -n -p | grep SYN_REC | awk '{print $5}' | awk -F: '{pr... – continue reading