Jump to content

Recommended Posts

Posted

Yep, this is great protection, when I had a server, I were reciveing a lot of DOS attacks, this tool solved my problem, it shows IP's of attackers, so you can ban them instantly :)

Posted

so there is exploit http://www.maxcheaters.com/forum/index.php?topic=29372.0

 

and best protection against that is http://www.shockingsoft.com/AntiCSDoS.html

first run server ,then anti csdos

 

tested long time ago and its working good .gl

 

i dont think so because this dont protect from DDos Attacks or floods this just protect from program csdos

  • 5 weeks later...
Posted

It is good trick is to have rkhunter check your server for rootkits!

 

Yes this tutorial is already out there but you should use it!

SSH into root

wget http://downloads.rootkit.nl/rkhunter-1.2.8.tar.gz

tar -zxvf rkhunter-1.2.8.tar.gz

cd rkhunter-1.2.8

./installer.sh

Now cron this!

pico /etc/cron.daily/rkhunter.sh

#!/bin/bash

(/usr/local/bin/rkhunter -c --cronjob 2>&1 | mail -s "Daily Rkhunter Scan Report" email

@domain.com)

chmod +x /etc/cron.daily/rkhunter.sh

 

Now update..

rkhunter --update

and finaly do a scan!

 

/usr/local/bin/rkhunter -c

 

There may be some sectors that show as Bad but this should’nt concern you unless it states on results you have a rootkit!

 

If you have any findings or extra tweaks please post them in here.

 

 

Intraday Tips

Commodity Tips

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...