mirror of
https://github.com/DeNNiiInc/UltyScan.git
synced 2026-04-17 18:26:00 +00:00
Add security warnings
This commit is contained in:
12
README.md
12
README.md
@@ -55,7 +55,17 @@ Open your browser and navigate to:
|
||||
http://<SERVER_IP>/ultyscan/
|
||||
```
|
||||
|
||||
### Features
|
||||
### Security Warning ⚠️
|
||||
|
||||
> [!CAUTION]
|
||||
> **THIS UTILITY RUNS WITH ROOT PRIVILEGES.**
|
||||
>
|
||||
> 1. **DO NOT** expose the Web Interface directly to the public internet.
|
||||
> 2. **DO NOT** run this on a server running other critical services.
|
||||
> 3. **ALWAYS** use a VPN or SSH Tunnel (e.g. `ssh -L 8888:localhost:8888 user@server`) to access the interface.
|
||||
> 4. The default install creates a `www-data` sudoer entry allowing execution of critical commands.
|
||||
|
||||
## Features
|
||||
|
||||
| Tab | Description |
|
||||
|-----|-------------|
|
||||
|
||||
Reference in New Issue
Block a user