root@rumais:~# open /srv/projects/csrf-poc-generator
Projects
Selected builds and small tools that support the writeup archive and show practical security work.
CSRF PoC Generator
Overview: Static helper that builds a browser-ready CSRF proof-of-concept form for a supplied HTTP request. The purpose is speed: convert captured requests into a reproducible PoC without rewriting forms manually every time.
Why It Matters: This kind of utility saves time during web testing and makes validation more consistent. It shows practical thinking around workflow friction, not just vulnerability discovery.
Planned Extensions: Automatic submission, richer request body formats, and flexible protocol handling were already identified as next improvements in the original project notes.