1 2
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
1772 SELLING LeakCheck - OSINT tool checkmaasystem.com
STAFF TEAM
#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 logs
  *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
    -API access for automation

*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 instant match 50$, 5.000.000 lines at max 24h(usually only 1h) delivery.
*If you want to pay with BTC,XMR or any other coin just pm telegram support.



Website : https://checkmaasystem.com/
Support channel : Telegram Support
STAFF TEAM
#2
564.000.000 lines added.
There is might be some bugs at the early stages but no worries you will get compansate every time.
Reply
STAFF TEAM
#3
sweet thanks, do you have more tools like this ?
Reply
STAFF TEAM
#4
API Active.

[Image: api.png]

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": "testemail@domain.com",
    "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"
  }'
Reply
STAFF TEAM
#5
Phone:password search active, as a start we added 197m lines.


Code:
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"
  }'
Reply
STAFF TEAM
#6
Code:
Whois search active - 290.000.000 lines added.



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"
}'

Output;
{"query":"hackforums.com","results":{"count":1,"results":["hackforums.com:jesse@foulmag.com:Jesse Labrocca"],"time":"1.073438ms"},"success":true,"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": "noreply@prophetstream.com",
    "type": "whois-email"
}'

Output;
{"query":"noreply@prophetstream.com","results":{"count":100,"results":["noreply@prophetstream.com:courts.biz:Prophet Stream Inc.","noreply@prophetstream.com:giftshopping.biz:Prophet Stream Inc.","noreply@prophetstream.com:free-movies.biz:Prophet Stream Inc.","noreply@prophetstream.com:crates.biz:Prophet Stream Inc." ....],"time":"1.534606ms"},"success":true,"type":"whois-email"}
Reply
STAFF TEAM
#7
bump big U:L:P update coming
Reply
STAFF TEAM
#8
BUMP BUMP
Reply
STAFF TEAM
#9
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": "test@gmail.com", "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": "user@example.com", "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": "admin@example.com", "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 line ULP updated.
Reply
STAFF TEAM
#10
We do offer unlimited search !
Reply
1 2

Reply to this thread