Jump to content
WebFlake

Anti ddos ( layer 7 ) scripts free


ar51

Recommended Posts

Good Morning
 
I'm sorry if I bother you with my link, but I would like to share my script which can help people.

My forums get a lot of attack I decided to make a script to block any attack on web server.

I want to share this script with all people who meet the same problem.

Here is the link to the script
 
http://fw.ar51.eu
 
Several sites are in test, if you want, you can also test

 

 

More and more people ask me our protection of our web site, i was able to modify the scripts for anyone who uses our protection, without the source code.

 

5 sites are in beta testing, if you also want to test this protection, simply click on this link : http://fw.ar51.eu

 

http://cod4.rip Protected By [AR51]

http://ar51substanz.eu Protected By [AR51]

http://show-laser.be Protected By [AR51]

http://official-gaming.net Protected By [AR51]

http://substanz.biz Protected By [AR51]

 

  • Denies access of unwanted bots.
  • Blocks auto spam and malicious scripts.
  • Conserves server resources.
  • SEO Friendly – Google has no problem indexing your website.
  • No database required, extremely fast.

Warning this script protect against attacks on your web server ( LAYER 7 ), not UDP attack.

 

Layer 7 DDoS attacks

Application-layer DDoS attacks are a bit more complicated. Layer 7 DDoS attacks are some of the most difficult attacks to mitigate against because they mimic human behavior as they interact with the user interface. A sophisticated Layer 7 DDoS attack may target specific areas of a website, making it even more difficult to separate from normal traffic. For example, some types of Layer 7 DDoS attacks will target website elements, like your logo or a button, and repeatedly download resources hoping to exhaust the server. Still another example is when an attacker targets a download on a website and proceeds to go through the process I just described above.

Edited by ar51
Link to comment
Share on other sites

  • 2 months later...

The best way to prevent a DDoS attack on your site, is if you have physical access to the servers hardware. There is always a way around software, and any software will be limited. If the attack is strong enough, the best Anti-DDoS Software in the world wont help you.

 

But if you have physical access to the servers, when the attack starts, you can disable the internet connection to the servers, or disable all incoming connections, until you switch to an unused IP, or until the attack stops. So the attack doesn't cause major damage and downtime.

 

Actually, thats one of the main reasons why I built my own small server farm and network.

Link to comment
Share on other sites

Sorry, but i think that https://www.cloudflare.com is much better solution for this.

Old post but regardless, if you just use cloudflare and no other protection at all you're nothing more than a sitting duck, CF is protection trough obscurity and that's one of the weakest forms of protection.

I do use CF and alot of people do aswell and it's great, no question on that, it speeds up your website, acts as a reverse proxy and even has a BIC if you enable it but that's just it.

If you want protection you need a good hosting company that has protection agaisnt DDoS ( OVH is great ) and you need to learn some basic defense mechanics so you don't wait on your host to just do everything.

Edited by TheyCallMeFox

signature-main.png

Link to comment
Share on other sites

  • 6 months later...

Hello here is a good Script Antiddos php

used in Anonysocial

you create a folder on your site
with anti ddos name after you
Copy and paste all the files there

anti_ddos.php
index.php
white_ip.txt
check.txt
black_ip.txt
all_ip.txt
.httaccess

<Files ~ "^.*\.(php|cgi|pl|php3|php4|php5|php6|phtml|shtml)">
    Order allow,deny
    Deny from all
</Files>

RewriteEngine On
Header add "disablevcache" "true"

AddDefaultCharset UTF-8

ready!!!

Now you go in the index.php of your site,
not in the index.php anti_ddos,
but rather in index.php of your site,
and paste this code below,

<?php require("anti_ddos/index.php"); //Antiddos ?>
         or
//Antiddos
require("anti_ddos/index.php");

Project anti ddos https://anonysocial.org
Created by Felipe Trote
Skype: Trote.br1

DOWNLOAD: http://anonysocial.org/AnonyTeam/Anti ddos Proteção para Windows & Site/Anti ddos para Site/Projeto anti ddos AnonySocial/Projeto anti ddos AnonySocial.zip

Screenshot: http://anonysocial.org/AnonyTeam/Anti ddos Proteção para Windows & Site/Anti ddos para Site/Projeto anti ddos AnonySocial/Screenshot_1.png

 

Edited by Felipe Trote
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
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...