Skip to content

Commit

Permalink
Release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kpcyrd committed Feb 27, 2018
1 parent 9ef5b66 commit 63a0f72
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <git@rxv.cc>"]
license = "GPL-3.0"
repository = "https://github.com/kpcyrd/rshijack"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 63a0f72

Please sign in to comment.