raider icon indicating copy to clipboard operation
raider copied to clipboard

Improve PostBody to work recursively

Open danielonsecurity opened this issue 4 years ago • 0 comments

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 are processed in the JSON body. To solve this, the entire JSON body needs to be parsed so that the plugins nested inside other data structures get processed as well.

danielonsecurity avatar Sep 08 '21 13:09 danielonsecurity