Thread: RSPS Database Breach Checker (API)

Page 3 of 3 FirstFirst 123
Results 21 to 22 of 22
  1. #21  
    Registered Member
    Join Date
    Dec 2013
    Posts
    419
    Thanks given
    127
    Thanks received
    85
    Rep Power
    349
    Quote Originally Posted by jet kai View Post
    I’ll defo try that out once I’m out of work - looks really neat! Great work with this!
    No worries, it's easy to implement username/email checking via their API too.

    Code:
    GET: https://haveibeenpwned.com/api/v3/breachedaccount/kiissmyswagb
    Make sure you set the "hibp-api-key" with an API key purchased from the website as the value.
    And set the useragent e.g. Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36 OPR/38.0.2220.41

    HTTP 404 if nothing found.
    Reply With Quote  
     

  2. Thankful user:


  3. #22  
    08-13, SpawnScape Owner

    jet kai's Avatar
    Join Date
    Dec 2009
    Age
    28
    Posts
    870
    Thanks given
    630
    Thanks received
    957
    Rep Power
    5000
    Added a new feature to the API - You can now also view/download top X amount of hashes as json:

    Code:
    (required) viewhashes : true, false
    (required) hashtype : md5, sha1, sha256, sha512
    (optional-default=0) amount : 0 -> 100000
    (optional-default=false) download : true, false
    View top 5 MD5 hashes as json (Example):
    Code:
    https://api.rsps.tools/jetkai/breachcheck?viewhashes=true&hashtype=md5&amount=5

    Download top 250 SHA-1 hashes as json (Example):
    Code:
    https://api.rsps.tools/jetkai/breachcheck?viewhashes=true&hashtype=sha1&amount=250&download=true
    Reply With Quote  
     

Page 3 of 3 FirstFirst 123

Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Similar Threads

  1. Replies: 6
    Last Post: 10-14-2014, 05:19 PM
  2. Replies: 14
    Last Post: 10-17-2011, 07:31 PM
  3. Best Database Software for RSPS/Runescape?
    By TORONTO in forum RS2 Server
    Replies: 41
    Last Post: 03-10-2011, 08:02 PM
  4. Replies: 10
    Last Post: 08-21-2009, 02:02 PM
  5. Eversio - The RSPS API
    By blakeman8192 in forum RS2 Server
    Replies: 30
    Last Post: 02-20-2009, 11:46 AM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •