GithubHelp home page GithubHelp logo

maxr96 / ban-dera Goto Github PK

View Code? Open in Web Editor NEW

This project forked from vnestoruk/ban-dera

0.0 0.0 0.0 523 KB

#StandWithUkraine

Shell 0.51% PHP 65.96% JavaScript 13.05% Vue 17.80% Blade 2.69% CSS 0.01%

ban-dera's Introduction

Ban-DERA

BAN Digital Environment for Russian Assets

About

On Feb 24, 2022 at 4:00 (GMT +2, Kyiv) Russia has launched a devastating attack on Ukraine, a European democracy of 44 million people, bombarding its cities.

That's why we create ban-dera.com. It is a website for running continuous russian websites dos-attack. It is our cyber-response for Russia invasion.

How to use website?

We're tried to make this website as simple as possible. There are no any special skills required for using it, just open website: all the processes will be executed automatically. Here is exactly how this script works:

  1. The list with target websites will be loaded.
  2. First 10 websites to attack will be chosen randomly. You can also change amount of target.
  3. Your device will send requests 10 times per second to each website from selected list. You can change this speed too.

Settings

  • Change the number of simultaneously attacked targets.
  • Change the speed of requests.
  • Manually remove website from attack list.

Deploying project on your server

This project created with Laravel and Vue framework. Here is instruction how you can copy it to your own server.

  1. Clone git repository.
  2. Open terminal in destination path root.
  3. Install composer dependencies
path/to/your/repo> composer install
  1. Make copy of .env.example file and save it without .example extension.
  2. Change APP_URL with your webserver endpoint.
  3. Set the key that Laravel will use when doing encryption.
php artisan key:generate
  1. Write down your credentials to DB_DATABASE, DB_USERNAME and DB_PASSWORD.
  2. Run database migration. This action will create all required tables in your database.
php artisan migrate
  1. Fill up targets table by running DB seeder.
php artisan db:seed
  1. Run NPM build
npm install
npm run production
  1. You can also run local webserver:
php artisan serve
  1. To preview and compile all the assets in live mode (if you have separate local env like WAMP) run:
npx mix watch

That's it! Now you have your own ban-dera!

VPN usage

There are no any requirements for using VPN, but it is recommended. Here is some popular VPN services:

Notes

Thank you for considering contributing to the Ban-DERA!

WARNING! Using this website may slow down your computer and network. We are not responsible for any damage that may be caused by the use of the site.

ban-dera's People

Contributors

art-c0der avatar newexe avatar scsmash3r avatar seredaom avatar vnestoruk avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.