josh0xA/darkdump ? reverse-engineered prompt
Reverse engineered prompt
Build me a Python app for dark web OSINT that can search a query across multiple dark web search engines, then show the results live in both a terminal tool and a local browser page. I want it to support Tor when needed, with a simple toggle, and to filter results against Ahmia’s public abuse blacklist before showing anything.
It should let me search, choose the engine, limit how many results come back, remove duplicate results, and optionally do a deeper scrape of each result to pull useful details like emails, metadata, keywords, links, documents, and images. I also want a breach or credential leak lookup mode for a target like an email address or domain.
Make it easy to export results to JSON, CSV, or TXT, and keep the web view simple and live updating as results arrive. If you need to check current docs for any libraries or Tor setup details, look them up online first.
Are you gonna build this?
make sure you review the code using coderabbit