antchfx / xmlquery

xmlquery is Golang XPath package for XML query.
https://github.com/antchfx/xpath
MIT License
444 stars 89 forks source link

How to recursively traverse any XML and modify the values of leaf nodes #115

Open chushuai opened 3 months ago

chushuai commented 3 months ago

@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