[Anti-DDoS] WarezScene Attack

Status
Not open for further replies.

UltimA

Active Member
Veteran
624
2008
133
2,610
WarezScene Attack

WarezScene Attack is a script coded in Ruby.
It's designed to block IP's which have over an x amount of connections.
There are others around, however this is the most efficient one currently available.

Very efficient in blocking most floods.

Requirements:
- SSH Root Access
- Linux based server (ie: CentOS)
- Firewall that accepts "-d" - examples: APF / CSF

Installation:
# wget http://www.warezscene.org/attack/download/attack.rb
# mv attack.rb.txt attack.rb
# chmod 0777 attack.rb
# ./attack.rb

Information and Download

Credits go to JR - lead WS developer.
 
59 comments
Nice, I'll try this on my home server. Does it run as a daemon automatically, or so I need to run it with a '-d' option?
 
Status
Not open for further replies.
Back
Top