This project demonstrates a beginner-friendly fuzzing technique used in ethical hacking to test how a web application handles unexpected or random input. The project uses a locally hosted web ...
🔐 Excited to share my latest cybersecurity project! As part of my journey as a cybersecurity student, I built a Python-based fuzzer from scratch — a tool designed to automatically send unexpected or ...
Atheris: A Coverage-Guided, Native Python Fuzzer Atheris is a coverage-guided Python fuzzing engine. It supports fuzzing of Python code, but also native extensions written for CPython. Atheris is ...