Skip to content

Releases: kpcyrd/rshijack

v0.5.1

10 Feb 20:40
Compare
Choose a tag to compare

What's Changed

  • Update dependencies
  • Document build environment with repro-env for reproducible builds

Release binary SHA256

Download for Linux x86_64

e7f4c9f123fa4a33ecf97e51e4d2507396d30018eea1a6c83dd705346188a896

Reproduce release binary from source

git clone https://github.com/kpcyrd/rshijack
cd rshijack
git checkout v0.5.1
make
sha256sum target/x86_64-unknown-linux-musl/release/rshijack

Thanks

We'd like to thank @SantiagoTorres, @repi and @rgacogne for their support on github sponsors.

v0.5.0

03 Jun 16:40
Compare
Choose a tag to compare

What's Changed

  • Update dependencies, rewrite build scripts by @kpcyrd in #11

Full Changelog: v0.4.0...v0.5.0

Thanks

We'd like to thank @SantiagoTorres, @repi and @rgacogne for their support on github sponsors.

v0.4.0

25 Apr 23:12
Compare
Choose a tag to compare
  • Add ipv6 support
  • Add wildcard support for both the ip (set to 0.0.0.0/[::]) and the port (set to 0)
  • Allow passing SEQ and ACK as command-line argument

Thanks

We'd like to thank @repi for their support on github sponsors.