LeakCheck - OSINT tool checkmaasystem.com

Thread
#1
[Image: topic.png]





Features;
  *5.000.000 limit for bulk(email) search, monthly
  *3s/per request  - unlimited.
           /email
           /password
           /domain
           /username(will check username on emails)
  *No info required
  *Offline payment system(there is no api to leak your email)
  *Fake emails are okay, verification not required.
  *DO NOT LOSE YOUR PASSWORD, THERE IS NO RECOVERY.


*Soon*
    -Simplex bot
    -Discord bot

*There is wont be PUBLIC telegram bot, dont ask.
*If you need private bot for personal usage(simplex,discord,telegram) with upper limits pm your offer.
*If you want to pay with BTC,XMR or any other coin just pm telegram support.



Website : https://checkmaasystem.com/
Support channel : Telegram Support





Code:
Rate : 3s/request

curl -X POST https://api.checkmaasystem.com/api/search   -H "X-API-Key: czr_XXXX"   -H "Content-Type: application/json"   -d '{
    "query": "[email protected]",
    "type": "email"
  }'

curl -X POST https://api.checkmaasystem.com/api/search   -H "X-API-Key: czr_XXXX"   -H "Content-Type: application/json"   -d '{
    "query": "domain.com",
    "type": "domain"
  }'

curl -X POST https://api.checkmaasystem.com/api/search   -H "X-API-Key: czr_XXXX"   -H "Content-Type: application/json"   -d '{
    "query": "testemail",
    "type": "username"
  }'


curl -X POST https://api.checkmaasystem.com/api/search   -H "X-API-Key: czr_XXXX"   -H "Content-Type: application/json"   -d '{
    "query": "mypassword",
    "type": "password"
  }'

curl -X POST https://api.checkmaasystem.com/api/search   -H "X-API-Key: czr_XXXX"   -H "Content-Type: application/json"   -d '{
    "query": "19088724769",
    "type": "phone"
  }'



curl -X POST https://api.checkmaasystem.com/api/search   -H "X-API-Key: czr_XXXX"   -H "Content-Type: application/json"   -d '{
    "query": "hackforums.com",
    "type": "whois-domain"
}'



curl -X POST https://api.checkmaasystem.com/api/search   -H "X-API-Key: czr_XXXX"   -H "Content-Type: application/json"   -d '{
    "query": "[email protected]",
    "type": "whois-email"
}'

Reply
#2
Code:
UPDATED V2


ULP : 3.600.000.000(from over 5TB ULP)
UsernamePass : 860.000.000(ULP+DBS)
Email : 9.700.000.000(from over 800gb email-pass)
PhonePass : 200.000.000
Whois : 297.000.000

Rate : 1 request/second(to prevent abuse)


curl -X POST https://api.checkmaasystem.com/api/search \
  -H "X-API-Key: czr_7ab961b7aa944cf5b3ffbdc3eab1ac8a_a3da11bf" \
  -H "Content-Type: application/json" \
  -d '{"query": "[email protected]", "type": "email"}'

curl -X POST https://api.checkmaasystem.com/api/search \
  -H "X-API-Key: czr_7ab961b7aa944cf5b3ffbdc3eab1ac8a_a3da11bf" \
  -H "Content-Type: application/json" \
  -d '{"query": "test@", "type": "email-prefix"}'

curl -X POST https://api.checkmaasystem.com/api/search \
  -H "X-API-Key: czr_7ab961b7aa944cf5b3ffbdc3eab1ac8a_a3da11bf" \
  -H "Content-Type: application/json" \
  -d '{"query": "john123", "type": "username"}'

curl -X POST https://api.checkmaasystem.com/api/search \
  -H "X-API-Key: czr_7ab961b7aa944cf5b3ffbdc3eab1ac8a_a3da11bf" \
  -H "Content-Type: application/json" \
  -d '{"query": "facebook.com", "type": "domain"}'

curl -X POST https://api.checkmaasystem.com/api/search \
  -H "X-API-Key: czr_7ab961b7aa944cf5b3ffbdc3eab1ac8a_a3da11bf" \
  -H "Content-Type: application/json" \
  -d '{"query": "facebook.com", "type": "password"}'

curl -X POST https://api.checkmaasystem.com/api/search \
  -H "X-API-Key: czr_7ab961b7aa944cf5b3ffbdc3eab1ac8a_a3da11bf" \
  -H "Content-Type: application/json" \
  -d '{"query": "1234567890", "type": "phone"}'

curl -X POST https://api.checkmaasystem.com/api/search \
  -H "X-API-Key: czr_7ab961b7aa944cf5b3ffbdc3eab1ac8a_a3da11bf" \
  -H "Content-Type: application/json" \
  -d '{"query": "[email protected]", "type": "ulp-email"}'


curl -X POST https://api.checkmaasystem.com/api/search \
  -H "X-API-Key: czr_7ab961b7aa944cf5b3ffbdc3eab1ac8a_a3da11bf" \
  -H "Content-Type: application/json" \
  -d '{"query": "m.facebook.com", "type": "ulp-url"}'

curl -X POST https://api.checkmaasystem.com/api/search \
  -H "X-API-Key: czr_7ab961b7aa944cf5b3ffbdc3eab1ac8a_a3da11bf" \
  -H "Content-Type: application/json" \
  -d '{"query": "[email protected]", "type": "whois-email"}'

curl -X POST https://api.checkmaasystem.com/api/search \
  -H "X-API-Key: czr_7ab961b7aa944cf5b3ffbdc3eab1ac8a_a3da11bf" \
  -H "Content-Type: application/json" \
  -d '{"query": "example.com", "type": "whois-domain"}'


3.6B ULP data updated.
Reply
#3
Free 3 search for test.
Telegram Bot : @checkmaasystem_bot

Code:
OSINT Search Bot

Welcome X! I can help you with:
• 📧 Email lookup
• 🔍 Email prefix search  
• 🔐 Password search

Daily Limit: 3/3 requests remaining

Quick Commands:
• /email [email protected] - Email lookup
• /prefix admin@ - Email prefix search
• /pw example.com - Password search by domain

🌐 Website: https://checkmaasystem.com/

Reply