Closed debasishm89 closed 10 years ago
probably you need simply to close the fuzzer tag at the end of you .log file do this open the .log file and add < /fuzzer > (without the spaces) to the end of the log file if it was not there already
Solved this issue using python. Used one python xml parser lib. to parse that xml log file . It actually gives verbose error message, and pointed out in line which line the error is. Like below,
debasish@debasish:~/Desktop$ python grinder.py
Traceback (most recent call last):
File "grinder.py", line 2, in
Actually, I was using few special characters in my fuzzer and those special characters were responsible for breaking the ruby xml parser. :) After removing them it worked smoothly.
Debasish https://twitter.com/debasishm89
Glad you solved the issue!
I have written a custom fuzzer for grinder. But I'm getting Error, Failed to parse the xml crash log file error message when generating POC html. I'm not sure whether I've done any silly mistake when logging the fuzzing activities or not. So,I'm unable to track this error down.
So I wanted to know whether I can debug this error message in any way and fix this .log file and generate POC html from that log?
Thanks in Advance! Debasish