Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pan0pt1c0n/python-sockstress

SockStress DoS (Denial of Service) exploit written in Python |
https://github.com/pan0pt1c0n/python-sockstress

Last synced: 3 months ago
JSON representation

SockStress DoS (Denial of Service) exploit written in Python |

Awesome Lists containing this project

README

        

Proof of Concept on my blog at:
http://www.pan0pt1c0n.net/sockstress-denial-of-service-with-python-2/

***Basic Usage***
Usage - ./sock_stress.py [Target-IP] [Port Number] [Threads]
Example - ./sock_stress.py 10.0.0.5 21 20
Example will perform a 20x multi-threaded sock-stress DoS attack
against the FTP (port 21) service on 10.0.0.5

***NOTE***
Make sure you target a port that responds when a connection is made