TIDoS-Framework is an open source web application penetration testing framework designed to assist security researchers and ethical hackers in identifying vulnerabilities in web systems. It provides a comprehensive environment for performing multiple phases of security assessment, including reconnaissance, scanning, enumeration, vulnerability analysis, and exploitation. Its modular architecture contains more than one hundred modules organized into several testing phases, allowing users to automate or manually run different security checks against a target application. The framework includes both graphical and command-line interfaces, enabling flexible interaction depending on the user’s workflow and preferred interface. A console interface inspired by tools like Metasploit allows testers to execute modules, manage targets, and perform operations efficiently. TIDoS is implemented in Python and supports multiprocessing to speed up scanning and testing operations.
Features
- Modular architecture with 100+ security testing modules across multiple phases
- Reconnaissance tools for information gathering and target discovery
- Scanning and enumeration modules for ports, services, and web technologies
- Vulnerability analysis tools for detecting common web application flaws
- Metasploit-like console interface with optional graphical interface
- Multiprocessing support to accelerate scanning and attack operations