Files
gmh5225-awesome-game-security/description/0xbigshaq/apatchy/description_en.txt
T

2 lines
538 B
Plaintext

This project is a fuzzing framework for the Apache HTTPD server that replaces Apache's socket layer with custom I/O filters, feeding raw bytes directly into the same code paths that handle real HTTP traffic. The Python-based framework includes reproducers for known CVEs and detailed documentation on Apache internals such as memory pools, hooks, filters, buckets, and the request pipeline. It is mainly useful for vulnerability researchers and security engineers studying server-side fuzzing techniques and HTTP parsing attack surfaces.