Impulse is a toolkit, also known as a “dark” toolkit for Black Hat Hackers. The purpose of this tool is to harass and destroy others, but has no effect. This is the author who has integrated many features into Impulse, making it easy for you to perform attacks like DDoSspam emails, sms bombingcall bombing.
Join the channel Telegram of the AnonyViet 👉 Link 👈 |
This article is for research purposes only, it is recommended not to use it to violate the law.
Impulse – Black Hat Hacker’s DDOS, Spam Email, SMS Toolkit
Introducing Impulse’s features
Impulse’s attack methods are written in python and work well on both Windows, Linux, Android (Termux) and to summarize with 2 main functions:
- DDOS: UPD, SYNC, Slowloris, HTTP, Memcached…
- Spam: Email, SMS, Incoming Call
It seems that the author wrote this tool just for the purpose of interrupting the operation of the device, making others uncomfortable and frustrated.
METHOD | Target | Describe |
SMS | PHONE | Continuously send multiple SMS messages and calls to any phone number |
Continuously send multiple Emails to any address | ||
NTP | IP: PORT | NTP amplification is a type of Distributed Denial of Service (DDoS) attack in which an attacker exploits publicly accessible Network Time Protocol (NTP) servers to overwhelm the targeted audience. consumed using the User Data Protocol (UDP). |
SYN | IP: PORT | SYN is a type of Denial of Service (DDoS) attack that aims to cause a server to crash with heavy traffic by consuming all server resources. |
UDP | IP: PORT | UDP is a type of denial-of-service attack in which a large number of User Data Protocol (UDP) packets are sent to a targeted server with the intent of crowding out the processing and response capabilities of the user. that device. Firewalls protecting the targeted host can also be exhausted due to UDP being DoS, resulting in denial of service for legitimate traffic. |
POD (Ping of Death) | IP | Ping of Death (aka PoD) is a type of Denial of Service (DoS) attack in which an attacker attempts to crash, destabilize, or freeze a targeted computer or service by how to send malformed or oversized packets with a simple ping command. |
ICMP | IP: PORT | Ping is a common Denial of Service (DoS) attack in which an attacker crashes a victim’s computer by overwhelming it with ICMP echo requests, also known as pings. |
HTTP | URL | HTTP Flood is a type of distributed denial of service (DDoS) attack in which an attacker manipulates unwanted HTTP and POST requests to attack a web server or application. These attacks typically use interconnected computers that have been used with the help of malware such as Trojan Horses. |
Slowloris | IP: PORT | Slowloris is a denial of service attack program that allows an attacker to overwhelm a targeted server by opening and maintaining multiple simultaneous HTTP connections between the attacker and the target. |
Memcached | IP: PORT | Cached Distributed Denial of Service (DDoS) attack is a type of cyber attack in which an attacker attempts to overload the internet traffic of a targeted victim. An attacker spoofs requests to a vulnerable memcached* UDP server, then floods a targeted victim with internet traffic, potentially overwhelming the victim’s resources. While the target’s internet infrastructure is overloaded, new requests cannot be processed and regular traffic cannot access internet resources, resulting in denial of service. |
How to install and use Impulse
Windows
- Download and install the latest version of Python 3.x. Remember to check in add python to PATH in the settings screen.
- Download Impulse to the computer and decompress.
- Open cmd or powershell pointing to Impulse folder
- Run this command:
pip install -r requirements.txt
- Type command:
python impulse.py
–help to see how to use instructions
Linux:
Enter the commands below:
sudo apt update
sudo apt install python3 python3-pip git -y
git clone https://github.com/LimerBoy/Impulse
cd Impulse/
pip3 install -r requirements.txt
python3 impulse.py --help hoặc
Termux:
Enter the commands below:
pkg update
pkg install python3 python3-pip git -y
git clone https://github.com/LimerBoy/Impulse
cd Impulse/
pip3 install -r requirements.txt
python3 impulse.py --help
Notice the following two parameters:
- –method: attack method
- –target: attack target
- –time: attack time
- –threads: attack thread
For example: I want to spam SMS, phone calls +84909123456. then execute the following command:
python3 impulse.py --time 200 --threads 150--method SMS --target +84909123456
And this is the result of SMS Bombing method.