ImpulseBomber
1.0.0
Method | Target | Description |
---|---|---|
SMS | PHONE | Sends a huge number of SMS messages and calls to one target. |
Sends a large number of messages to the entered email. | ||
NTP | IP:PORT | NTP amplification is a type of distributed DoS attack in which an attacker uses publicly available Network Time Protocol (NTP) servers to overload targeted User Datagram Protocol (UDP) traffic. |
SYN | IP:PORT | SYN flood (semi-open attack) is a type of DoS attack, the purpose of which is to make the server unavailable for legitimate traffic, consuming all available server resources. |
UDP | IP:PORT | UDP flooding is a type of DoS attack in which a large number of User Datagram Protocol (UDP) packets are sent to a target server with the goal of overwhelming that device's ability to process and respond. The firewall protecting the target server can also fail as a result of UDP flooding, resulting in denial of service to legitimate traffic. |
POD | IP | Ping of Death (PoD) is a type of DoS attack in which an attacker attempts to disable, destabilize, or freeze a target computer or service by sending malformed or oversized packets using a simple "ping" command. |
ICMP | IP:PORT | Ping flood, also known as ICMP flood, is a common DoS attack in which the attacker shuts down the victim's computer by overwhelming it with ICMP echo requests, also known as echo requests. |
HTTP | URL | HTTP Flood is a type of distributed DDoS in which an attacker manipulates unwanted HTTP and POST requests to attack a web server or application. These attacks often involve interconnected computers that have been hijacked using malware such as Trojan horses. |
SLOWLORIS | IP:PORT | Slowloris is a DDos attack program that allows an attacker to overload a target server by opening and maintaining multiple simultaneous HTTP connections between the attacker and the target. |
MEMCACHED | IP:PORT | A distributed DDoS-memcached attack is a type of cyber attack in which the attacker attempts to overload the target victim with Internet traffic. The attacker forges requests to a vulnerable memcached UDP server, which then floods the targeted victim with Internet traffic, potentially overloading the victim's resources. While the target's Internet infrastructure is overloaded, new requests cannot be processed and normal traffic cannot access the Internet resource, resulting in a denial of service. |
Windows:
pip install -r requirements.txt
.python impulse.py --help
.Linux:
sudo apt update
.sudo apt install python3 python3-pip git -y
.git clone https://github.com/destamido/ImpulseBomber
.cd Impulse/
.pip3 install -r requirements.txt
.python3 impulse.py --help
.Termux:
pkg update
.pkg install python3 python3-pip git -y
.git clone https://github.com/destamido/ImpulseBomber
.cd Impulse/
.pip3 install -r requirements.txt
.python3 impulse.py --help
.Possible problems:
pip3 install wget
. python impulse.py --method SMS --time 20 --threads 15 --target +79771234567
Created by destamido (ex. damiolka).