Honeypot detects potential threats, alerts, and reports to a Telegram bot, im adding AbuseIPDB reports soon.
- Simulates handling connections and logs potential attack patterns.
- Sends alerts to Telegram on potential threats.
- Reports malicious IPs to AbuseIPDB.
SOON
- Go installed on your machine.
- A valid Telegram bot token for receiving alerts.
- (Optional) An AbuseIPDB API key for reporting malicious IPs.
SOON
- Edit the
config.json
file based i provided. - Replace placeholder values with your Telegram bot token.
-
Open a terminal window.
-
Navigate to the project directory.
-
Run the following commands:
go build ./honeypot