dobin/ffweb — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a small Python web app for browsing crash results from FFW fuzzing runs. I want a clean dashboard where I can see an overview of fuzzed projects, open a project to see its crashes grouped so repeated crashes are not shown over and over, then click into one crash to see the detailed information for that crash.

Keep the interface simple and practical, more like an internal tool than a polished marketing site. Include enough sample data so I can run it locally and immediately see the overview, project page, and crash detail page working. Use Django since this is meant to be a Python web gui, and make it easy to run with SQLite for local testing.

Please also add clear setup and run instructions, including what environment variables are needed for production mode, like a secret key and debug setting. Look up current docs online if you need to.

Want more depth? Deep Reverse