xmlquery
xmlquery copied to clipboard
How to recursively traverse any XML and modify the values of leaf nodes
@antchfx I want to implement fuzz for XML POST requests, which requires modifying the values of any XML leaf node and replacing them with attack payloads. How to achieve it