项目作者: 0xc0d

项目描述 :
Slow Loris DDoS Attack
高级语言: Python
项目地址: git://github.com/0xc0d/Slow-Loris.git
创建时间: 2018-12-08T22:54:45Z
项目社区:https://github.com/0xc0d/Slow-Loris

开源协议:

下载


Slow Loris DDoS Attack

Slowloris is a type of denial of service attack tool invented by Robert “RSnake” Hansen which allows a single machine to take down another machine’s web server with minimal bandwidth and side effects on unrelated services and ports.

Example:

Using python version 3

  1. python slowloris.py www.example.com 80 100 10
  2. # here 80 is the port number
  3. # 100 is total number of socket to create
  4. # 10 is the timer period to check for open socket and create any