STARWEST 2019 - Testing at Scale | TechWell

Conference archive

STARWEST 2019 - Testing at Scale

Wednesday, October 2

Melissa Benua
mParticle
W3

Fuzz Testing for Fun and Profit

Add to calendar
Wednesday, October 2, 2019 - 11:30am to 12:30pm

A software test is no better than the data that drives it. Fuzz testing is a great way to find buggy, exploitable, or otherwise bad code – and if you’re working with a native application that operates on file input, it’s a solved problem. Grab AFL or some other all-in-one suite, hit go, and profit! But what about web services? What about managed applications? For a service-based developer, fuzz testing your HTTP serving layer isn’t all that interesting if you’re running on the latest version of Apache. Fuzz testing your application along its interface boundaries, though? Very interesting...