A web-based user interface for managing OpenCanary honeypot configurations.
- Service status management
- IP ignore list management
- Real-time log viewing
- Configuration management
- System control
- Python 3.x
- Flask
- OpenCanary
- Clone the repository
- Install dependencies:
pip install -r requirements.txt - Run the application:
python app.py
The web interface will be available at http://localhost:5000