Daniel Neagaru

Results 61 issues of Daniel Neagaru

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

Instead of having to go to config files to see the project configuration, it should be accessible from the CLI

enhancement

Write a technical blog post detailing instructions on how to set up and run access control automatically using Raider.

documentation
tutorial