Skip to content

Python code demonstrating the how-to part of L7 Application DDoS Attack called SlowLoris

Notifications You must be signed in to change notification settings

tomdailey/SlowLoris

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 

Repository files navigation

Simple Slow Loris DDoS: For Educational Purposes Only

For proper use of this code, use python version 2.7.10 and issue the below command specifiying the URL, Port, Number of Scokets to open, and Timer Period in Seconds:

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

Use with caution, the auther is not responsible for any damages caused by this CODE

About

Python code demonstrating the how-to part of L7 Application DDoS Attack called SlowLoris

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%