sviatoslav-lebediev / uashield

Voluntary Ukraine security platform to counter attack Russian forces in the Internet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

https://github.com/opengs/uashield supports a headless mode, this repo will be closed

UA Cyber SHIELD

Система волонтерської кібероборони України / Ukrainian voluntary cyber defence system

Комюніті / community: Discord

Відо інструкція на українській мові

Для захисників / For defenders

  1. Програми знаходяться в релізах.
  2. Вибераємо найновший реліз і свою платформу
  3. Скачуємо і запускаємо

В користувачів на Linux можливо треба буде додати аргумент "--no-sandbox" . Windows повинен працювати без всяких додаткових речей.

  1. Compileg programs are in releases.
  2. Check newest release and you platform
  3. Download and run

Linux may require additional "--no-sandbox" argument. We are trying to solve this problem. Windows works without any additional steps.

Як це працює / How it works

Наш центр волонтерів займається всією тяжкою роботою: моніторингом цілей, підтримкою технічної структури, координацією атак, передачі даних до програм клієнтів, тощо. Тому на момент атаки всі підготовчі дані є. Вам остається тільки встановити програму і приєднуватися. Цілі міняються автоматично і підгружаються з центру координації

Our voluntary center works with all hard work: monitoring targets, keeping technical structure, atack coordination, coordination with clients programs, ... When atack is performed - program has all the data that i needs. You just have to install program. Targets are changing automatically and are downloading from coordination center.

Working example

Для розробників / For Developers

Білд із джерельних кодів

  1. Клонуємо репозиторій git clone https://github.com/opengs/uashield.git
  2. Встановлюємо залежності cd uashield && npm install
  3. Запускаємо білд npm run build:electron
  4. Запускаємо виконавчий файл в ./dist/electron або електрон версію в npm run start:electron

Build from sources

  1. Clone repo git clone https://github.com/opengs/uashield.git
  2. Install dependencies cd uashield && npm install
  3. Build npm run build:electron
  4. Start executable in ./dist/electron or start electron version npm run start:electron

About

Voluntary Ukraine security platform to counter attack Russian forces in the Internet


Languages

Language:TypeScript 39.9%Language:JavaScript 32.1%Language:Vue 24.0%Language:HTML 2.2%Language:Sass 1.8%