Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 502 Bytes

File metadata and controls

27 lines (18 loc) · 502 Bytes

OpenCanary Web UI

A web-based user interface for managing OpenCanary honeypot configurations.

Features

  • Service status management
  • IP ignore list management
  • Real-time log viewing
  • Configuration management
  • System control

Requirements

  • Python 3.x
  • Flask
  • OpenCanary

Installation

  1. Clone the repository
  2. Install dependencies: pip install -r requirements.txt
  3. Run the application: python app.py

Usage

The web interface will be available at http://localhost:5000