ðŸ–¥ï¸ Challenge / Machine Info
- Platform: vulnhub
- Name / Title: vulnix
- Difficulty: Medium
- Target OS / Environment: Linux
- Key Vulnerability Focus: NFS root squash / SSH key injection
Walkthrough
- Enum: Nmap finds port 2049 (NFS).
- Initial Foothold: Mount NFS export share locally, notice root squashing is off on /home/vulnix. Inject our public SSH key into uthorized_keys file.
- Privilege Escalation: SSH as the user, execute local exploits to escalate to root.