xposedornot.com Open in urlscan Pro
2606:4700:20::681a:c20  Public Scan

Submitted URL: http://xposedornot.com/
Effective URL: https://xposedornot.com/
Submission: On March 19 via manual from US — Scanned from DE

Form analysis 2 forms found in the DOM

POST /

<form method="post" action="/">
  <div class="space">
    <input autofocus="" type="password" class="input-lg search" autocapitalize="off" autocorrect="off" data-val="true" data-val-maxlength="Maximum is only 75 ! ." data-val-maxlength-max="255" id="edhu" maxlength="255" name="edhu"
      placeholder="Password to check ..." spellcheck="false" aria-label="T" font-size="58">
    <span class="input-group-btn">
    </span>
  </div>
  <div class="space">
    <input class="btn" type="submit" name="submit" value="Check" id="searchMe">
  </div>
</form>

<form id="defaultForm">
  <div class="form-group">
    <label for="recipient-name" class="form-control-label">Recipient Email :</label>
    <input type="input" class="form-control" id="recipient-name" placeholder="Email Address ...">
  </div>
  <div class="form-group">
    <div class="alert-primary" disabled="" id="message-text">You are currently being added to the alert notification service of XposedOrNot. Please make sure to complete the below shown challenge and then click 'Alert Me'. </div>
  </div>
  <div class="g-recaptcha" data-sitekey="6Le3Kj0UAAAAAJVMmqIJD9ldKNrKOYdDSbhhIKiw">
    <div style="width: 304px; height: 78px;">
      <div><iframe title="reCAPTCHA"
          src="https://www.google.com/recaptcha/api2/anchor?ar=1&amp;k=6Le3Kj0UAAAAAJVMmqIJD9ldKNrKOYdDSbhhIKiw&amp;co=aHR0cHM6Ly94cG9zZWRvcm5vdC5jb206NDQz&amp;hl=de&amp;v=Trd6gj1dhC_fx0ma_AWHc1me&amp;size=normal&amp;cb=6xbxcpfmhf3c" width="304"
          height="78" role="presentation" name="a-hnixkwrmjur9" frameborder="0" scrolling="no" sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox"></iframe></div>
      <textarea id="g-recaptcha-response" name="g-recaptcha-response" class="g-recaptcha-response" style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;"></textarea>
    </div><iframe style="display: none;"></iframe>
  </div>
  <br>
  <div class="alert alert-danger" role="alert" id="a_succ" hidden="false" align="center">
    <strong>Oops !</strong> Please complete the challenge and then re-try again !
  </div>
  <div class="alert alert-danger" role="alert" id="b_succ" hidden="false" align="center">
    <strong>Oops !</strong> Please enter a valid email to be alerted !
  </div>
</form>

Text Content

XposedOrNot
 * Password(current)
 * FAQ
 * API
 * Blog
 *  


CHECK IF A PASSWORD HAS BEEN EXPOSED.


XoN is an aggregated repository of xposed passwords comprising of ~850 million
real-time passwords. The usage of such compromised passwords is detrimental to
individual account security. Please make use of XposedOrNot to check such
credentials. Avoid checking current passwords in any tool ever.






Password Security Guidelines
×




ABOUT XPOSEDORNOT



WHAT IS XPOSED PASSWORDS?

The main aim of this project is to give a free platform for the general public
to check if their password is exposed and compromised.

This massive password collection is an accumulation of real passwords exposed in
various data breaches around the world. Passwords are curated from exposed
breaches like Collection #1, Yahoo, etc. Adding to that, passwords are also
commonly exposed in "pastes" in pastebin.com. We have taken more than 40,000
such exposures and that is again added to this huge list.

The collated passwords are hashed with a highly secure hashing algorithm SHA-3 (
Keccak-512 ), and stored in a one way hash for verification. No passwords are
stored in plain text and the process of checking anonymously is explained in
detail in our blog post, 850 million passwords for free explaining the technical
and operational controls enforced for enhancing the security posture. Feel free
to go through the same.

FAQs »

DEVELOPERS GUIDE

 * JQuery
 * PHP

//Include script src as https://cdnjs.cloudflare.com/ajax/libs/js-sha3/0.7.0/sha3.js" 
JQuery(document).ready(function() {
    $("#go").click(function(abacus) {
            abacus.preventDefault();
            var pwd_hash = (keccak_512($("#passwd").val()).substring(0, 10));
            koodudal = 'https://xposedornot.com/api/v1/pass/anon/' + encodeURIComponent(pwd_hash);
            var pwd_str = document.getElementById("passwd").value;
            if (pwd_str.length != 0) {
                var xon_response = $.ajax(koodudal)
                    .done(function(n) {
                        $('#message-text').html("Oops : Password looks exposed and hence avoid using this");
                    })
            })
    }
    else {
        $('#message-text').html("Oops! Try again with a valid password. ");
        $('#password').focus();
    })
})
	    

Demo »

//https://github.com/kornrunner/php-keccak

use kornrunner\Keccak;
Keccak::hash('', 512);
// 0eab42de4c3ceb9235fc91acffe746b29c29a8c366b7c60e4e67c466f36a4304c00fa9caf9d87976ba469bcbe06713b435f091ef2769fb160cdab33d3670680e


--------------------------------------------------------------------------------

   

Content on this site is licensed under a Creative Commons Attribution 4.0
International license. In other words, you are free to use as you


ALERT ME

×
Recipient Email :
You are currently being added to the alert notification service of XposedOrNot.
Please make sure to complete the below shown challenge and then click 'Alert
Me'.


Oops ! Please complete the challenge and then re-try again !
Oops ! Please enter a valid email to be alerted !
Alert Me
×





SEARCH RESULTS FOR YOU !

×
Excellent ! This password is safe.

However we still urge you to exercise caution on safeguarding passwords. Please
read password best practices and stay safe.
Oops ! Can you please try searching again with a password.

Looks like you forgot to type before checking
Alert me if my email is breached [FREE]