Commit Graph

2 Commits

Author SHA1 Message Date
ca29b8ac12 feat: add portscan detection and ad-blocking rule updates to security module
- Integrate portscan monitoring into the security module with new detection rules
- Update ad-blocking filters to include recently identified advertising domains
- Refactor existing ad-blocking logic to improve performance and reduce false positives
2025-08-03 22:49:53 +00:00
b7f843f8eb feat: add port scanner module for camera network discovery
Implements a dedicated port scanning utility targeting camera IP ranges, enabling detection of open ports and active services on connected surveillance devices. The module includes TCP connect scanning with configurable timeout and port range parameters, outputting results in structured format for further processing.
2025-08-03 09:16:25 +00:00