5l1v3r1 / KeepSafe

A node js script to protect from ddos in Layer 7 under nginx

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

KeepSafe

Description :

  • -> A Node-JS script to blacklist malicious ips from your nginx servers ( layer 7 protection )
  • -> Un script Node-JS pour blacklister les adresses IP malveillantes de votre serveur nginx ( protection layer 7)

Demo (An attack in real time) :

alt text

Installation :

  • -> Put the contents of the nginx directory in /ect/nginx and create a directory in the root file of your machine to install the modules and run your script during a layer 7 attack
  • -> Mettez le contenu du répertoire nginx dans /ect/nginx et créez un répertoire à la racine de votre machine pour installer les modules et exécuter votre script lors d'une attaque de couche 7

Information :

  • -> This script is a bit old you have the right to modify it while working on my repository you have no right to re-publish it on your github as creator this script is licensed under GNU General Public License v3.0
  • -> Ce script est un peu ancien vous avez le droit de le modifier en travaillant sur mon dépôt vous n'avez pas le droit de le republier sur votre github en tant que créateur ce script est sous licence GNU General Public License v3.0.

Require :

Dependencies npm :

Credits :

  • -> Anatik572 - Script creator
  • -> TrackZone - Person who found the name KeepSafe

Support :

  • -> Give me a little star to support me

/!\ You don't have to do it, this is just a means of support
/!\ Vous n'êtes pas obligé de le faire, c'est juste un moyen de soutien.

About

A node js script to protect from ddos in Layer 7 under nginx

License:GNU General Public License v3.0


Languages

Language:JavaScript 100.0%