OWASP Raider Versions Save

OWASP Raider: a novel framework for manipulating the HTTP processes of persistent sessions

v0.3.3

1 year ago

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

v0.3.2

1 year ago
  • 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

v0.3.1

1 year ago

Minor bugfix release. Documentation being updated.

v0.3.0

1 year ago

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.