[HN Gopher] Build Simple Fuzzer (2020)
___________________________________________________________________
Build Simple Fuzzer (2020)
Author : todsacerdoti
Score : 47 points
Date : 2024-09-09 07:03 UTC (4 days ago)
(HTM) web link (carstein.github.io)
(TXT) w3m dump (carstein.github.io)
| ludovicianul wrote:
| I've followed similar approach for building a REST API fuzzer for
| the past 3 years: https://github.com/Endava/cats. Fuzz testing is
| still not widely adopted considering the obvious benefits and
| usually minimum setup time. Even if it's java, getting it to
| native code was a must, so I had to rewrite it from spring to
| quarkus to get native image compilation out of the box. And focus
| on the performance bit to be able to run large number of mutation
| even for large json payloads. Quite a journey.
| jonaslejon wrote:
| Nice tool! Will check it out. I have used jdam in the past to
| fuzz JSON: https://gitlab.com/michenriksen/jdam
| ludovicianul wrote:
| Thanks for the link. I'm always looking for ways to extend
| and enrich it, so it's good to discover similar tools.
| otteromkram wrote:
| Looks cool! Just a heads up: a couple of the demo links in the
| main README lead to 404s.
| ludovicianul wrote:
| Thanks.I'll check all links.
| ramon156 wrote:
| Link to the next page is broken, it doesn't add the /fuzzing/
| prefix. Cool series nonetheless!
| merkle wrote:
| It is just for me or it is really funny that he writes about
| fuzzing in his blog and his name is "Michal Melewski"? It is
| almost "Michal Zalewski"!
| withzombies wrote:
| All the polish hackers are named Michal and have also worked
| together. I know Melewski and Zalewski have in the past!
___________________________________________________________________
(page generated 2024-09-13 23:01 UTC)