raider icon indicating copy to clipboard operation
raider copied to clipboard

DEPRECATED, please use the new repository from OWASP: https://github.com/OWASP/raider

Results 8 raider issues
Sort by recently updated
recently updated
newest added

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.

documentation

Logging is implemented poorly and inconsistently. Needs to be improved and given more structure.

enhancement

Add an option to allow changing the configuration for raider instead of having to edit the common.hy file by hand

enhancement

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,...

enhancement

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).

bug

Enable uploading files with raider. Currently there's no way to do that.

enhancement

Current implementation of fuzzing is quite slow, and using multiple threads should make it faster.

enhancement