Get leak information by ID
Leaks
Get leak information by ID
Retrieve detailed leak information by leak ID. Passwords are unmasked after domain verification. See Domain Verification for setup instructions.
POST
Get leak information by ID
Documentation Index
Fetch the complete documentation index at: https://docs.projectdiscovery.io/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Retrieve detailed information for a specific leak by its ID. This endpoint provides access to complete leak details including unmasked passwords after domain verification.Password Unmasking: Passwords are displayed unmasked after domain verification. Without verification, passwords appear as
***MASKED***.Authentication & Authorization
Access Control
- Personal leaks: Always accessible if the leak belongs to your email
- Employee/Customer leaks: Requires domain verification for the associated domain
- Password unmasking: Requires domain verification
Leak ID Format
The leak ID must be a 32-character MD5 hash (e.g.,b3652f2555841f7652badd9804859f4e).
Request Body
Response Examples
Successful Response
Error Responses
Invalid Leak ID Format
Leak Not Found
Access Denied
Data Fields Explained
| Field | Description |
|---|---|
id | Unique 32-character MD5 hash identifier |
url | The website/service where credentials were compromised |
username | Username or email address (always unmasked if authorized) |
password | Password (masked/unmasked based on permissions) |
device_ip | IP address of the compromised device |
hostname | Computer/device hostname |
os | Operating system information |
malware_path | File path of the malware that captured the credentials |
country | Geographic location of the compromise |
log_date | When the credentials were captured |
hardware_id | Unique hardware identifier |
domain | Domain associated with this leak (for filtering) |
email_domain | Domain extracted from the email address |
fetched_at | When this leak was discovered/indexed |
status | Current status (open or fixed) |
Password Unmasking Rules
Passwords are unmasked after domain verification:| Leak Type | Password Access |
|---|---|
| Personal leaks | Always unmasked for the account owner |
| Employee leaks | Unmasked after domain verification |
| Customer leaks | Unmasked after domain verification |
***MASKED***.
Usage Examples
Get leak information
Security Considerations
Privacy Protection
- Access is strictly controlled based on domain verification
- All access attempts are logged for security auditing
Data Sensitivity
- Leak information contains sensitive credential data
- Ensure secure handling and storage of retrieved information
- Consider implementing additional encryption for stored leak details
Rate Limiting
- This endpoint may have rate limits to prevent abuse
- Implement proper error handling for rate limit responses