cybersaki / fluster

A python HTTP flooding script to crash a blog website temporarily.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fluster

A python HTTP flooding script to crash a blog website temporarily.

Installation

  1. Installing in Windows :
cd fluster-master
pip install -r requirements.txt
python fluster.py
  1. Installing in Linux:
git clone https://github.com/cyb3rs4k1/fluster.git
cd fluster-master
pip install -r requirements.txt
python fluster.py

Usage

fluster.py (host) (port) (No. of intervals)

License

This application is distributed under the GNU General Public License v3.0, see LICENSE.txt for more information.

About

A python HTTP flooding script to crash a blog website temporarily.

License:GNU General Public License v3.0


Languages

Language:Python 100.0%