diff --git a/Cargo.lock b/Cargo.lock index f440345..47fb304 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -306,7 +306,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "rshijack" -version = "0.1.0" +version = "0.2.0" dependencies = [ "clap 2.30.0 (registry+https://github.com/rust-lang/crates.io-index)", "env_logger 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 3b91ba1..9eee153 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "rshijack" -version = "0.1.0" -description = "tcp hijacking, rust rewrite of shijack" +version = "0.2.0" +description = "tcp connection hijacker, rust rewrite of shijack" authors = ["kpcyrd "] license = "GPL-3.0" repository = "https://github.com/kpcyrd/rshijack" diff --git a/README.md b/README.md index 13b59ff..553b925 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ [crates-img]: https://img.shields.io/crates/v/rshijack.svg [crates]: https://crates.io/crates/rshijack -tcp hijacking, rust rewrite of [shijack] from 2001. +tcp connection hijacker, rust rewrite of [shijack] from 2001. This was written for TAMUctf 2018, brick house 100. The target was a telnet server that was protected by 2FA. Since the challenge wasn't authenticated,