CreedX
Unknown
- Messages
- 233
- Reaction score
- 228
- Points
- 43
Educational Purpose
Hello all,
It is cross-platform software, runs on Linux, Windows and Termux.
INSTALLATION:
Windows
• Python 3.8 required• Download Impulse from github https://github.com/LimerBoy/Impulse/
• Open the command line in the directory with the software
• Execute commands:
•• pip install -r requirements.txt
•• python impulse.py --help
Linux
Bash:
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
Termux
Bash:
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
EXAMPLE OF START-UP:
• python3 impulse.py --method SMS --time 20 --threads 15 --target +74657384657This bomber has over 60 services.
Last edited:
