Download the PHP package scheddel/hummelflug without Composer
On this page you can find all versions of the php package scheddel/hummelflug. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download scheddel/hummelflug
More information about scheddel/hummelflug
Files in scheddel/hummelflug
Package hummelflug
Short Description A utility for arming (creating) many bumblebees (micro EC2 instances) to attack (load test) targets (web applications).
License MIT
Homepage https://github.com/scheddel/hummelflug
Informations about the package hummelflug
Hummelflug
A utility for arming (creating) many bumblebees (micro EC2 instances) to attack (load test) targets (web applications). Inspired by Bees with Machine Guns
Dependencies
- PHP (>=5.5.9) with SSH2 extension
- Composer
Installation
- Clone the repository or download the zip file.
- Run
composer install
Configuration
Rename the config.ini.sample
to config.ini
and
adjust it to your needs.
Usage
Hummelflug in a Nutshell
At first you want to set up your swarm:
php hummelflug create
Before you can attack your target you need to wake up your swarm:
php hummelflug up
Now you can attack your target:
php hummelflug attack <URL>
Tired of attacking peaceful servers?
php hummelflug down
The caveat! (PLEASE READ)
If you decide to use Hummelflug, please keep in mind the following important caveat: they are, more-or-less a distributed denial-of-service attack in a fancy package and, therefore, if you point them at any server you don’t own you will behaving unethically, have your Amazon Web Services account locked-out, and be liable in a court of law for any downtime you cause.
You have been warned.
Bugs
Please log your bugs on the Github issues tracker.
License
MIT.
All versions of hummelflug with dependencies
ext-ssh2 Version *
symfony/polyfill-mbstring Version ~1.0
symfony/debug Version ~2.8|~3.0
aws/aws-sdk-php Version ^3.21