SSH tarpit that slowly sends an endless banner
Project description
ssh-tarpit
SSH tarpit that slowly sends an endless banner. Original idea by Chris Wellons. This is Python 3 implementation focused on safety and correctness. Project is now in "work in progress" stage.
Requirements
- Python 3.5.3+
Installation
Standard Python package installation. This package is available on PyPI:
pip3 install ssh-tarpit
Usage
Synopsis:
$ ssh-tarpit --help
usage: ssh-tarpit [-h] [-v {debug,info,warn,error,fatal}] [-i INTERVAL]
[-a BIND_ADDRESS] [-p BIND_PORT] [-D]
SSH tarpit that slowly sends an endless banner
optional arguments:
-h, --help show this help message and exit
-v {debug,info,warn,error,fatal}, --verbosity {debug,info,warn,error,fatal}
logging verbosity (default: info)
-i INTERVAL, --interval INTERVAL
interval between writes in seconds (default: 2.0)
listen options:
-a BIND_ADDRESS, --bind-address BIND_ADDRESS
bind address (default: 127.0.0.1)
-p BIND_PORT, --bind-port BIND_PORT
bind port (default: 2222)
-D, --dualstack force dualstack socket mode. Sets socket IPV6_V6ONLY
option to 0 (default: False)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ssh_tarpit-0.2.1.tar.gz
(4.2 kB
view hashes)
Built Distribution
Close
Hashes for ssh_tarpit-0.2.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6c95f476fd09e41249fb07d3e57e426d01ed2b1450a5a400565507ed8030eeda |
|
MD5 | 0d8740d7fc63997c850c934698d46b3e |
|
BLAKE2b-256 | 2230e6d7fbd42a2f90ac2688788071ec6c2ff2c1f47a049394b7d37ebdb4c37b |