https://github.com/pedropamn/fuiexposto
Bot para Telegram que checa se determinado e-mail ou senha está contido em algum vazamento de dados, via https://haveibeenpwned.com
https://github.com/pedropamn/fuiexposto
bot php telegram telegram-bot
Last synced: about 1 year ago
JSON representation
Bot para Telegram que checa se determinado e-mail ou senha está contido em algum vazamento de dados, via https://haveibeenpwned.com
- Host: GitHub
- URL: https://github.com/pedropamn/fuiexposto
- Owner: pedropamn
- License: gpl-3.0
- Created: 2018-12-25T22:49:13.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-09-24T00:22:16.000Z (over 2 years ago)
- Last Synced: 2025-03-29T04:03:24.957Z (about 1 year ago)
- Topics: bot, php, telegram, telegram-bot
- Language: PHP
- Homepage:
- Size: 745 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# Fui exposto? (Telegram Bot)
Telegram bot that checks whether a given email is part of a data leak, via https://haveibeenpwned.com
> Bot developed for version 2 of the API. Not tested with API v3 (only one currently supported). Now, an API key is required, obtained from https://haveibeenpwned.com/API/Key, in addition to a small adaptation in the ```Conn_mail_curl``` and ```check_alertas``` functions in ```func. php``` so that both use the key in the request
## Usage
* Change the variables in the ***func.php*** file (Database, API key, your own Telegram ID - to receive usage alerts, feedback, etc) and username and password for the file ***broadcast.php***
* The ***broadcast.php*** file sends messages to all database users. You can use {first name} and {last name} for more personalized messages
* The file ***check.php*** checks the domains registered with the Have I Been Pwned breaches. Preferably, set up a cron job for it
## License
This project is licensed under the GNU General Public License