An advanced Python-based honeypot that logs suspicious activity and sends real-time alerts to a Discord webhook with a visually appealing embed.
- Detects unauthorized access attempts
- Logs attacker activity and commands
- Sends real-time alerts to a Discord webhook
- Customizable listening ports & interface
Ensure you have Python installed, then install dependencies:
pip install -r requirements.txt
The required dependencies are listed in requirements.txt
:
requests
colorama
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 replaceWEBHOOK_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
Want to improve the project? Follow these steps:
- Fork the repository
- Create a new branch:
git checkout -b feature-name
- Commit changes:
git commit -m "Added a new feature"
- Push to your branch:
git push origin feature-name
- Submit a Pull Request
This project is licensed under the MIT License.
For issues or suggestions, open an issue on GitHub or contact me via Discord: goofisdead
.
Happy hunting! π΅οΈββοΈ