raider
raider copied to clipboard
OWASP Raider: a novel framework for manipulating the HTTP processes of persistent sessions
Bumps [pylint](https://github.com/PyCQA/pylint) from 2.14.5 to 2.15.0. Commits 24eaec2 Bump pylint to 2.15.0, update changelog (#7355) bb0df4a Update tox.ini (#7358) 1582e37 [literal-comparison] Cleanup of identical/duplicated functional tests 19b4fda [literal-comparison] Make the...
Bumps [mypy](https://github.com/python/mypy) from 0.961 to 0.971. Commits 1f08cf4 Update version to 0.971 61c0064 Add back workaround to avoid confusing mypy.types and types in pyinfo (#13176) d8d900c Update version to 0.971+dev...
Bumps [flake8](https://github.com/pycqa/flake8) from 4.0.1 to 5.0.4. Commits 6027577 Release 5.0.4 213e006 Merge pull request #1653 from asottile/lower-bound-importlib-metadata e94ee2b require sufficiently new importlib-metadata 318a86a Merge pull request #1646 from televi/main 7b8b374...
Instead of having to go to config files to see the project configuration, it should be accessible from the CLI
Write a technical blog post detailing instructions on how to set up and run access control automatically using Raider.
requests class become repetitive, with each HTTP method reusing the same parts of the code. Therefore this class needs to be redesigned to allow for easier maintenance and flexibility.
JWT is used in many places already, Raider needs a way to inspect a JWT object
Sometimes it's useful to run an arbitrary command or external script when receiving a response.
I need a plugin that will contain JSON data, and some of those fields be replaced by Raider on need.
Progress: - [X] Common - [X] Plugin - [X] Parser - [X] Processor - [X] Empty - [X] Basic - [X] Variable - [X] Prompt - [X] Cookie - [X]...