Skip to content

A Python tool to perform DoS, brute force and fake data fill attacks *For educational purposes only*

License

Notifications You must be signed in to change notification settings

GerardoBZentenoM/DoS-BruteForce-FakeData

Repository files navigation

RedNet: Python Network Testing Tool for Unified DoS Testing.

Command Line python script top perfom a variety of networking tests It aims to unify DoS test behind a simple script (In version 2 maybe a GUI), abstracting much of the backend work to enable developers to focus on other things. Warning: This script is published for educational purposes only! Author will accept no responsibility for any consequences, damage or loss which might result from use.

RedNet is a Python script designed to perform a wide range of networking tests, with a focus on unifying Denial of Service (DoS) testing through a simple command. This powerful tool enables comprehensive evaluations of network resilience and security.

Key features of RedNet:

Unified DoS testing: RedNet streamlines the DoS testing process by integrating various methods and attacks into a single tool. Control and precision: Configure and customize test parameters such as attack intensity, duration, and target, allowing for precise and controlled testing. Realistic simulation: RedNet realistically emulates attacks, enabling the evaluation of network and system resilience under adverse conditions. Intuitive interface: RedNet provides an easy-to-use command-line interface for quick test initiation, termination, and parameter customization. Detailed reports: Generate comprehensive reports with statistics and relevant metrics, enabling in-depth analysis of network response to different attack types. RedNet is an ideal tool for assessing network security and conducting controlled resilience tests. Strengthen your system against DoS attacks by identifying potential vulnerabilities using RedNet's precise and comprehensive testing capabilities.

Table of Contents.

Feature Highlights.

  • Easily integrate custom tools to unify operations behind a single script
  • Use attacks like UDP flood, Ping of death, Post petting with fake data and much more.

Getting Started 🚀

These instructions will allow you to get a copy of the project running on your local machine for development and testing purposes.

Pre-requisitos 📋

What things you need to install the software and how to install them

Clone the repository.

mkdir python_network_tests
cd python_network_tests
git clone https://github.com/GerardoBZentenoM/DoS-BruteForce-FakeData.git
cd DoS-BruteForce-FakeData

Download a Virtual Env. (in Ubuntu 20)

sudo apt install python3-venv

Create a virtual env (in Ubuntu 20)

python3 -m venv .venv

Activate the venv (in Ubuntu 20)

source .venv/bin/activate

Need sudo permition

Instalación 🔧

A series of step-by-step examples that tell you what to run to get a development environment up and running.

Clone the repository.

Download the requeriments

pip install -r requeriments.txt

Run: (in Ubuntu 20)

sudo ./.venv/bin/python3 main.py

Example:

alt text

Made with 🛠️

  • Python - As programming language.
  • Scapy - A powerful interactive packet manipulation program - License GPL v2.

Wiki 📖

You can find out much more about how to use this project in our Wiki

Authors ✒️

  • Gerardo Zenteno - Developer - GitHub

you can also view the list of all contributors


⌨️ Made with ❤️ by Gerardo Zenteno 😇

Feel free to colaborate <3

About

A Python tool to perform DoS, brute force and fake data fill attacks *For educational purposes only*

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages