Skip to content

SentinelPot is an interactive honeypot designed to detect unauthorized access, log attacker activities, and send real-time alerts to a Discord webhook. It provides detailed logs of potential threats while maintaining a visually appealing CLI and embed format. πŸš€

Notifications You must be signed in to change notification settings

Goofisded/SentinelPot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

9 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ›‘οΈ Interactive Honeypot with Discord Alerts

An advanced Python-based honeypot that logs suspicious activity and sends real-time alerts to a Discord webhook with a visually appealing embed.


πŸš€ Features

  • Detects unauthorized access attempts
  • Logs attacker activity and commands
  • Sends real-time alerts to a Discord webhook
  • Customizable listening ports & interface

πŸ“œ Requirements

Ensure you have Python installed, then install dependencies:

pip install -r requirements.txt

Dependencies

The required dependencies are listed in requirements.txt:

requests
colorama


βš™οΈ Setup & Usage

1️⃣ Clone the repository:

git clone https://github.com/Goofisded/SentinelPot.git
cd SentinelPot

2️⃣ Install dependencies:

pip install -r requirements.txt

3️⃣ Configure Discord Webhook:

  • Open SentinelPot.py and replace WEBHOOK_URL with your own webhook.

4️⃣ Run the honeypot:

python SentinelPot.py

5️⃣ Simulate an attack: (Run this from another machine)

nc -v <ip> 2222

πŸ› οΈ Contributing

Want to improve the project? Follow these steps:

  1. Fork the repository
  2. Create a new branch: git checkout -b feature-name
  3. Commit changes: git commit -m "Added a new feature"
  4. Push to your branch: git push origin feature-name
  5. Submit a Pull Request

πŸ“ License

This project is licensed under the MIT License.


πŸ“§ Contact

For issues or suggestions, open an issue on GitHub or contact me via Discord: goofisdead.

Happy hunting! πŸ•΅οΈβ€β™‚οΈ

About

SentinelPot is an interactive honeypot designed to detect unauthorized access, log attacker activities, and send real-time alerts to a Discord webhook. It provides detailed logs of potential threats while maintaining a visually appealing CLI and embed format. πŸš€

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages