Coder Social home page Coder Social logo

weed-out's Introduction

weed out

logo

Docerkized Docerkized Docerkized Docerkized

Description

weed out is a DOS project which based on varios tools. this mean it will act differntly with diffrent drivers. there is a dirves directory which contain scripts that the script will run to take the site down. available scripts for now are: wget.sh, ab.sh.

Usage

there is two Environment Variable which you should set before runing: $URL and $DRIVER.

Env Purpose
$URL url of the site which you want to take down!
$DRIVER driver to use

Example

  • build
export URL=<site url here>
git clone https://github.com/shabane/weed-out.git && cd weed-out

docker build . -t weed-out
docker run -e URL=$URL -e DRIVER=wget weed-out
  • or pull from docker hub
export URL=<site url here>
export DRIVER=<driver name here>

docker pull mshabane/weed-out:latest # Download image from docker hub
docker run -e URL=$URL -e DRIVER=$URL mshabane/weed-out # run a container
  • and or without docker
git clone https://github.com/shabane/weed-out.git && cd weed-out
export URL=<site url here>
export DRIVER=<driver name here>
bash ./main.sh

Disclaimer

Yes of course DOS is not legal, this tool is educational purpose, use this to test your site tolerance.

i made this for Standing with Ukraine🇺🇦, and Irananian Protesters🇮🇷 try to get list of Russian and or Iran government websites and then set the URL variable to theme.

weed-out's People

Contributors

shabane avatar

Stargazers

 avatar

Watchers

 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.