Adding Data to Live Panel
SpamTools
Last Update 3 måneder siden
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.