DarkRecon
DarkRecon helps you scan emails, phone numbers, or domains for breach intelligence and retrieve structured results by scan UUID.Base URL
https://darkrecon.1337807.xyz
Authentication
DarkRecon uses an API key sent in the request header:X-API-Key: <your_api_key>
/darkrecon/authentication.
Typical workflow
- Start a scan:
POST /scanwithqueries(emails/phones) ordomain - Store and track the returned
scan_id - Retrieve full results:
GET /scan/{scan_id}
