# SlowLoris **Repository Path**: taaaaaa11/SlowLoris ## Basic Information - **Project Name**: SlowLoris - **Description**: Python code demonstrating the how-to part of L7 Application DDoS Attack called SlowLoris - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-02-07 - **Last Updated**: 2021-02-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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