Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 368 Bytes

File metadata and controls

19 lines (14 loc) · 368 Bytes

socketwaste

waste time/socket for incoming connections

Based on ideas/code from https://nullprogram.com/blog/2019/03/22

./socketwaste.py -t http 80
usage: socketwaste.py [-h] [-t {basic,http}] port

positional arguments:
  port

optional arguments:
  -h, --help            show this help message and exit
  -t {basic,http}, --type {basic,http}