raider
raider copied to clipboard
DEPRECATED, please use the new repository from OWASP: https://github.com/OWASP/raider
At the moment Raider crashes when dealing with JSON data in the PostBody when some of the nested data is a plugin. This is because only the high level plugins...
Fix docstrings, add references, more examples, and document the undocumented features.
Logging is implemented poorly and inconsistently. Needs to be improved and given more structure.
Add an option to allow changing the configuration for raider instead of having to edit the common.hy file by hand
At the moment the only way to create a new project is to manually edit the configuration files. Make it easier for users to start using raider by asking inputs,...
For now the basic authentication probably works only when ASCII encoding is used. Should default to ISO-8859-1 and use UTF-8 when explicitly requested by the server (see https://datatracker.ietf.org/doc/html/rfc7617).
Enable uploading files with raider. Currently there's no way to do that.
Current implementation of fuzzing is quite slow, and using multiple threads should make it faster.