Skip to content

Releases: NoraCodes/rloris

v0.6.0: No More System SSL Libraries

17 Oct 11:51
51be1f6
Compare
Choose a tag to compare
Pre-release

This release uses rusttls instead of native SSL libraries, so it should work as is, with no extra installation required.

The "Making Mistakes" Release

08 Aug 17:51
Compare
Choose a tag to compare
Pre-release

So I'm silly and implemented SlowRead in a silly way. It didn't work. Now it's gone.

Also, the program now defaults to using all your machine's CPUs.

SlowRead Added

21 Feb 18:51
Compare
Choose a tag to compare
SlowRead Added Pre-release
Pre-release

The SlowRead attack is now implemented.

Other changes:

  • transitions the CLI to using subcommands to select an attack
  • inverts the cycles/timeout relationship for SlowLoris (timeout is now PER CYCLE, such that --timeout=100 --cycles=100 will send a new header every 0.1s for 100 cycles = 10 seconds total.

v0.3.0: Logging

20 Feb 15:27
Compare
Choose a tag to compare
v0.3.0: Logging Pre-release
Pre-release

This release improves threading support and, crucially, adds env_logger support, allowing customization of log output.

The binary included here works on any x86_64 Linux with a libSSL (OpenSSL or LibreSSL).

Initial Release!

20 Feb 04:40
Compare
Choose a tag to compare
Initial Release! Pre-release
Pre-release

This release includes all basic functionality for the SlowLoris attack as well as some scaffolding for building other attacks. This includes SSL, threading, and basic POST payloads.

The attached binary requires OpenSSL or LibreSSL.