Adding Data to Live Panel
SpamTools
Last Update sebulan yang lalu
Once your subscription hash is verified and active, you can start sending captured data from your phishing kits, scam pages, or payloads directly to the SpamTools Live Panel.
โ
Endpoint
๐ง
user_session is used to group multiple logs together. If the same user_session is reused, data is appended to existing logs instead of creating a new row.
๐ฆ Example Payload
โ
Example Response (Success)
{
"success": "Data added successfully."
}
โ Possible Error ResponsesMissing required fields:
Invalid or expired hash:
Update failure:
Insert failure:
๐ป Code Snippets๐ Python (Minimal Example)
๐ PHP (cURL)
๐ JavaScript (Browser/Node)
๐ Notes
- Each kit/logger/page should generate a unique session ID per victim to avoid overwriting logs.
- You can reuse the same user_session to append logs progressively.
- Make sure your subscription hash is valid before using this endpoint.