Coder Social home page Coder Social logo

akhtarwall's Introduction

AkhtarWall

VERSION 4 OF AKHTARWALL IS CURRENTLY NOT IN PRODUCTION RELEASE.

AkhtarWall provides Layer-4 DDOS Mitigation (UDP only (for now)), at the Software Level, utilizing the following software:

  • (REQUIRED DEPENDENCY) TCPDUMP -> in order to read incoming traffic from target network interface.
  • (REQUIRED DEPENDENCY) IPTABLES -> in order to drop deemed malicious traffic.

(Download: https://github.com/Aaron-Akhtar/AkhtarWall/releases/download/3.0/AkhtarWall.jar)

During the mitigation period, it will LIVE/CONCURRENTLY transmit logs to a unique file in the directory:

./AkhtarWall/logs/%dd-MM-yyyy-HH-mm-ss%.txt
./AkhtarWall/droppedSourcePorts.txt

How to use AkhtarWall on Debian >

# Download AkhtarWall Executable Jar
wget https://github.com/Aaron-Akhtar/AkhtarWall/releases/download/3.0/AkhtarWall.jar

# To start, install the JRE (Java)
apt-get install default-jre -y

# Next, install TCPDUMP, one of the required dependencies
apt-get install tcpdump -y

# Last, but not least, install IPTABLES
apt-get install iptables -y

In order to start running AkhtarWall, execute the following command:

java -jar AkhtarWall.jar [NET_INTERFACE] [MAX_THREADS] [MITIGATION_LENGTH_SECONDS] [PPS_TRIGGER] [MBPS_TRIGGER] [MAX_PACKETS_PER_IP] [BLACKLISTED_HOSTS_FILE]

Example Command:

java -jar AkhtarWall.jar eth0 45 60 2000 10 3 blacklisted-ips.txt

Developed by Yours Truly, Aaron Akhtar...

akhtarwall's People

Contributors

aaron-akhtar avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.