Giter VIP home page Giter VIP logo

ballisticmissile's Introduction

BallisticMissile 🎯

EDUCATION PURPOSES ONLY
GitHub All Releases GitHub stars


What is BallisticMissile❓

BallisticMissile is a DDOS tool for stress testing on server that supports http and https. BallisticMissile has the option to go into hardcore mode by activating the cpuKiller mode. In this mode, not only the units are started individually, but also the "weapons" of the units, which gives faster and more intense attacks, but this is also very CPU-heavy. With BallisticMissile you also have the option of using a proxy to hide your data on the internet.

Why was BallisticMissile created❓

BallisticMissile was made to test a web3.0 project working with NFT

Setup 🛠️

  1. Download all files
git clone https://github.com/Fabbboy/BallisticMissile 
  1. Give the "BallisticMissile.py" permissions
chmod +x BallisticMissile.py
  1. If needed edit the configuration file
    The following is the config file that we would use
{
  "_comment" : "Please do not change anything if you don't know what you are doing",
  "ThreadPool" : 5,
  "delay" : "0.1",
  "retry": 5,

  "_comment" : "If your using a old, slow or bad cpu please do not use this below",
  "cpuKiller" : true,   
  "cpuKillerThreadPool" : 5,

  "_comment": "http and https proxy",
  "useProxy" : false,
  "httpProxy" : "http://35.170.183.99",
  "httpPort" : 80,
  "httpsProxy": "https://20.47.108.204",
  "httpsPort" :	8888
}
  1. import dependencies
pip install -r requirements.txt

🚀 You're good to go 🚀

Usage ⚙️

Flags:

-t Target url (https://google.com)
-a the number of attacks performed by a unit (10)
-m Number of Units
-d The number of megabytes each attack sends to the server

all values in "{}" are example values

./BallisticMissile.py -t {https://google.com} -a {10} -m {10} -d {1024}

Tests 🧪

We tested this stress tool with 2 different http server.

Our system:

CPU: Intel I5 Dualcore 
Ram: 16 GB
OS: MacOs

Server system:

CPU: Intel Core I7-10700F
Ram: 2 GB
OS: Ubuntu

command that we started

./BallisticMissile.py -t https://ip -a 100 -d 2048 -m 1000

both servers crash after about 30 seconds
BOTH SERVER WE'RE HOSTET ON OUR OWN NETWORK

Fabbboy

This tool is owned and published by Fabbboy
This tool is under the GNU license
Changes are allowed
Official link: https://github.com/Fabbboy/BallisticMissile
DO NOT REMOVE THE LICENSE OR README FILE

ballisticmissile's People

Contributors

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