Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tunogya/phishing-ad-monitor-bot
https://github.com/tunogya/phishing-ad-monitor-bot
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/tunogya/phishing-ad-monitor-bot
- Owner: tunogya
- Created: 2023-01-13T10:31:04.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-10T10:52:18.000Z (10 months ago)
- Last Synced: 2024-10-12T16:15:39.909Z (about 1 month ago)
- Language: JavaScript
- Size: 44.9 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Phishing Ad Monitor Bot
This bot monitors a list of phishing ad domains and reports them to the Telegram group.
## How to use
1. Create a Telegram bot and get the token.
2. Create a Telegram group and add the bot to the group. You need some people to report the phishing ads to Google.
3. Get the group ID by sending a message to the bot and check the log.(getUpdates)
4. Edit .env, set BOT_TOKEN and CHAT_ID.
5. Add the bot to your group and set it as an admin.
6. Run the bot. Like: `pm2 start index.js --name "Phishing Ad Monitor Bot"`.
7. Enjoy it.