Skip to content

Releases: OWASP/raider

0.3.3 - beta4 (2022-12-27)

27 Dec 16:59
Compare
Choose a tag to compare

Minor bugfix release.

  • Fix crash when JSON doesn't decode
  • Exit when (Failure) is returned while running multiple Flows from CLI
  • Cookie/Header .from_plugin didn't work after recent changes, this was fixed
  • Use RAIDERPATH environment variable

0.3.2 - beta3 (2022-12-13)

13 Dec 12:11
Compare
Choose a tag to compare
  • Added Print.all Operation to print all HTTP data (request+response)
  • Add the option to run quoted hylang code as operation
  • Clean cache files and other unnecessary stuff from the final package

0.3.1 - beta2 (2022-12-10)

10 Dec 18:30
Compare
Choose a tag to compare

Minor bugfix release. Documentation being updated.

OWASP Raider v0.3.0 - First Beta Release

04 Dec 16:31
Compare
Choose a tag to compare

Besides outdated documentation, Raider is now ready to be considered a beta quality software. Many things have changed, and many are still being planned in the near future after the documentation gets updated. Raider started as a framework focused on testing and automating authentication processes, however it has evolved and now it can be used for all kinds of stateful HTTP processes.

Some major things that have changed since last release are:

  • Raider now has a CLI interface (not fully complete)
  • Graph-like architecture, and there's no need to distinguish between
    authentication Flows and regular Flows
  • Logging added everywhere
  • New Plugins and Operations
  • No more special variables
  • Simplified Request definitions
  • Fixed many bugs and implemented many smaller features

The documentation is still being worked on, so if you run into issues, you will have to figure it out from the source code, or wait a little until we update the documentation.