Releases: NoraCodes/rloris
v0.6.0: No More System SSL Libraries
This release uses rusttls
instead of native SSL libraries, so it should work as is, with no extra installation required.
The "Making Mistakes" 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
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
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!
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.