Dec 26, 2024
Fuzzing with AFL++
Fuzzing is an essential technique in software security that involves feeding unexpected or random inputs to a program to uncover hidden bugs, vulnerabilities, and crashes. I got interested in fuzzing while working on a project to develop an Agent Computer Interface (ACI) for penetration testing. One of the toolsets I want the agent to have is fuzzing tools. So I started learning more about fuzzing and if we can leverage LLM’s to do it for us.