Hackers-Eye/D-Dump — reverse-engineered prompt
Reverse engineered prompt
Build me a simple Flask web app for ethical OSINT phone number lookup. I want users to log in, search an authorized local dataset by phone number, and see any matching name, city, and email in a clean results page. Make sure every search is logged with the username and timestamp, and add per user limits so people can’t spam queries.
Also create an admin area where an admin can sign in, view users, see lookup history, monitor usage, and manage basic quotas. Admin username, password, and app secret should come from environment variables instead of being hard coded.
Please include PDF and Excel export for search results and logs, use JSON files for the sample data, users, and logs, and keep the code easy to extend with more datasets later. Add clear setup instructions and a visible ethical use warning so it’s obvious this is only for legal security research, education, and authorized investigations.
Want more depth? Deep Reverse