Forum Discussion
Return to Haunted Hollow: Haunted Helpdesk
- 9 months ago
Nano worked for me. Ensure you've escaped the initial rbash and you should be good to elevate.
nano /opt/security-sweep
:)
check the usual suspects: suid, cron, ... one of them will give you the possibility to add something to escalate your privs :)
I found the process in cron and the file it executes,
But I can't find a way to edit this file, the command for the echo command the operators > and >> are blocked and there is no tool for editing text files (vi, vim, namo, etc.).
- CyberSharpe9 months ago
Silver I
Nano worked for me. Ensure you've escaped the initial rbash and you should be good to elevate.
nano /opt/security-sweep
:)
- T3S0r09 months ago
Bronze III
Just a hint for those who stuck in escaping the rbash, take a look in other shell types that exist. This lab is easier than it seems 😄
- KieranRowley9 months ago
Community Manager
FelipeST 👀
- FelipeST9 months ago
Bronze I
CyberSharpeThanks for the tip, but I still can't get out of RBASH, I tried to escape from Rbash via SSH but I still can't. Can you tell me if the correct way is via SSH?