Система волонтерської кібероборони України / The voluntary Ukrainian cyber defence system
Комюніті / Community: Discord
- Програми знаходяться в релізах.
- Вибераємо найновший реліз і свою платформу
- Скачуємо і запускаємо
В користувачів на Linux можливо треба буде додати аргумент "--no-sandbox" . Windows повинен працювати без всяких додаткових речей.
- You can find pre-compiled binaries in the releases section.
- Double-check for the latest release and your platform
- Download and run
** Running on Linux may require an additional "--no-sandbox" argument. We are trying to solve this problem. On Windows everything works without any additional efforts.**
Наш центр волонтерів займається всією тяжкою роботою: моніторингом цілей, підтримкою технічної структури, координацією атак, передачі даних до програм клієнтів, тощо. Тому на момент атаки всі підготовчі дані є. Вам залишається тільки встановити програму і приєднуватися. Цілі міняються автоматично і підгружаються з центру координації
Our voluntary defence center works is doing all the hard work: monitoring the targets, running the technical infrastructure, cooridnation of the attack targets, coordination with the client applications, etc. When the attack is performed, the application gets the data that it needs automatically. The only thing you need to do is to install it. Targets being attacked are changed automatically and are downloaded from the control center/server.
Білд із джерельних кодів
- Клонуємо репозиторій
git clone https://github.com/opengs/uashield.git
- Встановлюємо залежності
cd uashield && npm install
- Запускаємо білд
npm run build:electron
- Запускаємо виконавчий файл в
./dist/electron
або електрон версію вnpm run start:electron
Building from sources
- Clone the repo
git clone https://github.com/opengs/uashield.git
- Install dependencies
cd uashield && npm install
- Build
npm run build:electron
- Start the executable in
./dist/electron
, or start the electron versionnpm run start:electron
-
docker build . -t uashield
-
docker run uashield 500 true
- де500
- номер потоків, іtrue
|false
чи ви бажаєте використати проксі -
docker build . -t uashield
-
docker run uashield 500 true
- where500
- number of threads, andtrue
|false
if you want to use proxy
-
docker-compose up -d
-
Відредагуйте значення змінних
WORKERS
таUSEPROXY
docker-compose.yml
- де256
- номер потоків, іtrue
|false
чи ви бажаєте використати проксі -
docker-compose up -d
-
Replace values of variables
WORKERS
andUSEPROXY
docker-compose.yml
where256
- number of threads, andtrue
|false
if you want to use proxy