Skip to content

sophacles/rust-endlessh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rust-endlessh

This is a rust version of the ssh tarpit created by Chris Wellons (see here: https://nullprogram.com/blog/2019/03/22/ ). This started as a direct clone, and I added a bit of output to keep track of what's been caught. It's built using tokio for async networking, and the rand crate to generate noise.

It works and is super lightweight. To use just clone the repository and do:

$ cargo build --release
$ sudo ./target/release/sshtarpit

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages