{"id":20864416,"url":"https://github.com/d1se0/checkpassword","last_synced_at":"2026-04-12T22:37:02.988Z","repository":{"id":247080502,"uuid":"824968918","full_name":"D1se0/checkPassword","owner":"D1se0","description":"checkPassword is a command line tool developed in Python that allows you to check if a password has been compromised against known databases of leaked passwords. Use Have I Been Pwned's Pwned Passwords API to perform this verification safely and efficiently.","archived":false,"fork":false,"pushed_at":"2024-07-06T12:47:14.000Z","size":13,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-19T08:17:47.008Z","etag":null,"topics":["check-password","cibersecurity","command-line","commands","ethical-hacking","hacking","hackingetico","kali-linux","linux","password","pentesters","pentesting","redteam","tool","tools"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/D1se0.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-06T12:32:34.000Z","updated_at":"2024-07-06T12:51:08.000Z","dependencies_parsed_at":"2024-07-06T14:00:00.687Z","dependency_job_id":null,"html_url":"https://github.com/D1se0/checkPassword","commit_stats":null,"previous_names":["d1se0/checkpassword"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/D1se0%2FcheckPassword","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/D1se0%2FcheckPassword/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/D1se0%2FcheckPassword/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/D1se0%2FcheckPassword/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/D1se0","download_url":"https://codeload.github.com/D1se0/checkPassword/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243238967,"owners_count":20259126,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["check-password","cibersecurity","command-line","commands","ethical-hacking","hacking","hackingetico","kali-linux","linux","password","pentesters","pentesting","redteam","tool","tools"],"created_at":"2024-11-18T05:42:12.538Z","updated_at":"2026-04-12T22:37:02.942Z","avatar_url":"https://github.com/D1se0.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# checkPassword\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://github.com/D1se0/checkPassword/assets/164921056/6c3d5009-0726-42c3-ac5c-bd85efcd04b0\" alt=\"Directorybrute\" width=\"400\"\u003e\n\u003c/p\u003e\n\n`checkPassword` is a command line tool developed in Python that allows you to check if a password has been compromised against known databases of leaked passwords. Use Have I Been Pwned's Pwned Passwords API to perform this verification safely and efficiently.\n\n## Features\n\n### Verification of Compromised Passwords:\n\nEnter a password to check if it has appeared in known leaks.\n\nIt uses a secure hashing technique to protect password privacy during verification.\n\n## Command Line Interface (CLI):\n\nFriendly interaction with the user through the terminal.\n\nDisplays warning messages if the password is compromised and recommendations to change it.\n\n## Security and Privacy:\n\nVerification is performed without sending the full password over the network.\n\nOnly a portion of the SHA-1 hash of the password is sent to match the compromised password database.\n\n## Use:\n\n### Previous requirements\n\nMake sure you have `Python3` installed on your system. Additionally, the necessary dependencies (`colorama` and `requests`) are installed automatically by running the `requirements.sh` script.\n\n## Install:\n\nRun the following command to install the dependencies and configure the script to run globally:\n\n```bash\nsudo ./requirements.sh\n```\n\n## Execution:\n\nTo verify a password, simply run the `checkPassword` script followed by the command:\n\n```bash\npython3 checkPassword.py\n```\n\n## Example of Use:\n\n```bash\npython3 checkPassword.py\n```\n### Info:\n\n```bash\n██████╗ ███████╗██████╗ ██╗   ██╗███████╗██████╗ \n██╔══██╗██╔════╝██╔══██╗██║   ██║██╔════╝██╔══██╗\n██║  ██║█████╗  ██████╔╝██║   ██║█████╗  ██████╔╝\n██║  ██║██╔══╝  ██╔══██╗╚██╗ ██╔╝██╔══╝  ██╔══██╗\n██████╔╝███████╗██████╔╝ ╚████╔╝ ███████╗██║  ██║\n╚═════╝ ╚══════╝╚═════╝   ╚═══╝  ╚══════╝╚═╝  ╚═╝\n\nEnter the password to verify (or 'q' to exit): secret123\n\nThe password 'secret123' has not been compromised in known databases.\nThe password is secure!\n```\n\n## Contribution:\n\nIf you encounter any problems or have any suggestions for improvement, don't hesitate to open an issue or submit a pull request. Your collaboration is welcome!\n\n## Credits:\n\nDeveloped by `@d1se0` - [GitHub Profile Link](https://github.com/D1se0)\n\n## License:\n\nThis project is licensed under the [XYZ License]. See the LICENSE file for more details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fd1se0%2Fcheckpassword","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fd1se0%2Fcheckpassword","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fd1se0%2Fcheckpassword/lists"}