mirror of
https://github.com/CyberMind-FR/secubox-deb.git
synced 2026-07-29 13:59:40 +00:00
PR #169 moved login.html out of secubox-hub to /usr/share/secubox/www/ under secubox-portal's ownership, but 67 source files across the package set still redirected to /portal/login.html which no longer exists on disk. nginx fell back to /index.html (hub root) on every hit, whose checkAuth() bounced back to /portal/login.html, producing an infinite "Redirecting to login..." loop with no way for any user to authenticate. sed -i 's|/portal/login\.html|/login.html|g' across all packages/*/www sources (82 occurrences). The two prior partial fixes that triggered this investigation ( |
||
|---|---|---|
| .. | ||
| api | ||
| debian | ||
| menu.d | ||
| www/device-intel | ||
| README.md | ||
📱 Device Intelligence
Asset discovery and fingerprinting
Category: Monitoring
Screenshot
Features
- ARP scanning
- MAC vendor lookup
- OS detection
- Services
Installation
# Add SecuBox repository
curl -fsSL https://apt.secubox.in/install.sh | sudo bash
# Install package
sudo apt install secubox-device-intel
Configuration
Configuration file: /etc/secubox/device-intel.toml
API Endpoints
GET /api/v1/device-intel/status- Module statusGET /api/v1/device-intel/health- Health check
License
MIT License - CyberMind © 2024-2026
