Niflheim World

Welcome to Niflheim !

  • First 5 messages from new users (pre-moderated user) will be checked for flood/spam before being posted on the forum. Users will also be checked for a multi-account.
    If you want to communicate without delay, get a free Huscarl status (how to get - User Groups), or buy premium status to see all hidden content (how to buy - Premium status)

    The administrator has only one telegram - @ftmadmin and our chat - Link on chat

Marketplace LeakCheck - OSINT tool checkmaasystem.com


adu9991

Under Review
Under Review
Joined
May 16, 2025
Messages
4
Reaction score
0
Website
checkmaasystem.com
NL COIN
37






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


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

adu9991

Under Review
Under Review
Joined
May 16, 2025
Messages
4
Reaction score
0
Website
checkmaasystem.com
NL COIN
37
API Active.



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

adu9991

Under Review
Under Review
Joined
May 16, 2025
Messages
4
Reaction score
0
Website
checkmaasystem.com
NL COIN
37
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"
  }'
 

adu9991

Under Review
Under Review
Joined
May 16, 2025
Messages
4
Reaction score
0
Website
checkmaasystem.com
NL COIN
37
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:[email protected]: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": "[email protected]",
    "type": "whois-email"
}'

Output;
{"query":"[email protected]","results":{"count":100,"results":["[email protected]:courts.biz:Prophet Stream Inc.","[email protected]:giftshopping.biz:Prophet Stream Inc.","[email protected]:free-movies.biz:Prophet Stream Inc.","[email protected]:crates.biz:Prophet Stream Inc." ....],"time":"1.534606ms"},"success":true,"type":"whois-email"}
 
shape1
shape2
shape3
shape4
shape7
shape8
Top