Inundator is a multi-threaded, queue-driven, IDS evasion tool. Its purpose is to anonymously flood intrusion detection systems (specifically Snort) with traffic designed to trigger false positives via a SOCKS proxy in order to obfuscate a real attack.
Inundator would be used whenever you feel there is a significant chance the attack you’re about to perform may be detected by the target’s intrusion detection system. You would launch inundator prior to starting the attack, and continue running it well after you have finished the attack. The hope is that if your attack is detected by the IDS, the alert will be buried among several thousand false positives, thus minimizing the chance of an IDS analyst detecting the real attack.
inundator is full featured, multi-threaded, queue-based, supports multiple targets, and requires the use of a SOCKS proxy for anonymization. Via Tor, inundator is capable of generating around 1000 false positives per minute. Via a high-bandwidth SOCKS proxy, you might be able to generate ten times that amount.
SYSTEM REQUIREMENTS
RAM : Minimum 500 mb
Storage : Minimum 300 mb of Device storage.
OS : Primarily Linux and BSD
Architecture : Supports standard architectures compatible with Linux/BSD systems.
Available On : PC
ADDITIONAL INFORMATION
Associated with contributors like "epixoip" and "itsthel10n"
Registered on July 1, 2010
300 mb
Epixoip and itsthel10n are developers of Inundator
English
April 10, 2013
Written in Perl
Designed for Linux and BSD
BSD License
The Inundator tool is primarily used for HTTP flood testing and IDS evasion. Here are some usage examples :
inundator -n 1000000 -c 1000 -H "Connection: keep-alive" http://localhost/pathThis sends 1 million requests to a localhost web server with 1000 concurrent connections and a custom header.
inundator -H "User-Agent: Mozilla/5.0" http://example.comThis adds a custom User-Agent header to the requests.
inundator -c 500 http://example.comThis sets the number of concurrent connections to 500.
inundator --helpDisplays all available options and usage instructions.
$ sudo apt-get update
$ sudo git clone https://github.com/opsengine/inundator.git
tar -xvf inundator.tar.gzcd inundatorsudo apt-get install perl./inundator.plperl inundator.pl(Ensure Perl is installed on your system.)
brew install perl
$ tar -xvf inundator.tar.gz
$ cd inundator
$ perl inundator.pl
$ sudo apt-get remove inundator
$ sudo apt autoclean && apt autoremove
rm -rf inundatorsudo apt-get remove inundatorwmic product where name="Inundator" call uninstallrm -rf inundatorbrew uninstall perlCopyright © 2025 HACKERSPOT
All original content, including tools, software, and other information, is protected by copyright and remains the property of its respective owners.
HackerSpot is an informational platform that offers resources such as tools, software, courses, internships, and various other materials aimed at supporting individuals passionate about CyberSecurity and IT.