Empowering Secure Networks Through Intelligent Testing
Built with the tools and technologies:
DEDnetSEC is an advanced command-line toolkit crafted for security professionals to perform comprehensive network security testing and penetration assessments. Its interactive Bash script simplifies executing complex attack workflows, making vulnerability evaluations more accessible and efficient.
Why DEDnetSEC?
This project aims to streamline security testing workflows by providing an intuitive, menu-driven interface for executing various attack vectors. The core features include:
- 🛠️ User-Friendly Interface: An interactive menu that simplifies complex security testing procedures.
- 🔍 Network Reconnaissance: Tools for detailed network discovery and assessment.
- ⚡ Packet Injection & Traffic Manipulation: Capabilities for traffic interception and manipulation.
- 🕵️♂️ Man-in-the-Middle & Spoofing Attacks: Support for ARP spoofing and DNS spoofing to evaluate network defenses.
- 🔐 Local Network Focus: Designed for targeted security evaluations within local environments.
This project requires the following dependencies:
- Programming Language: Shell
- Package Manager: Bash
Build DEDnetSEC from the source and install dependencies:
- Clone the repository:
git clone https://github.com/wrxxnch/DEDnetSEC- Navigate to the project directory:
cd DEDnetSEC- Install the dependencies:
Using bash:
chmod +x dednetsec.shRun the project with:
./dednetsec.sh