Shell Implementation

Password Request

curl --location --request GET https://leakedpassword.com/api/?p={your-password}

SHA1 Hash Request

curl --location --request GET https://leakedpassword.com/api/?s={your-sha1-hash}

Response

{
    "password": {
        "leak": true,
        "hash": "7110eda4d09e062aa5e4a390b0a572ac0d2c0220",
        "seen": 1256907
    }
}