Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 |
- Host: GitHub
- URL: https://github.com/pan0pt1c0n/python-sockstress
- Owner: pan0pt1c0n
- Created: 2014-07-07T19:17:21.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-09-09T22:29:00.000Z (about 9 years ago)
- Last Synced: 2024-04-24T12:18:05.567Z (7 months ago)
- Language: Python
- Homepage: http://www.shortbus.ninja/sockstress-denial-of-service-with-python-2/
- Size: 128 KB
- Stars: 38
- Watchers: 9
- Forks: 17
- Open Issues: 2
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
- awesome-network-stuff - **33**星
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