The utility aims to clean up output generated by popular tools by calculating a hash based on specific JSON values to removing junk data.
cat ffuf-json-output.txt | json-cleaner -f status,words,lines
cat httpx-json-output.txt | json-cleaner -f hash.body_sha256,words,lines
Disclaimer: "Stripping out output can be beneficial for reviewing purposes, but occasionally, it may inadvertently remove hidden data. Therefore, it's essential to be fully aware of what you're doing."