Sudo/Root Execution
Medium
- Category
- Privilege Escalation
- Content
```bash tailscale status tailscale ip -4 sudo systemsetup -getremotelogin sudo /usr/sbin/netstat -anv -p tcp | grep '\.5900 .*LISTEN' nc -vz <Mac-IP> 5900 ```
- Confidence
- 70% confidence
- Finding
- Commands invoke sudo or root privileges. Verify this elevated access is necessary and justified.
