Forum Discussion
T3S0r0
Bronze III
8 months agoReturn to Haunted Hollow: Haunted Helpdesk
Hello everyone,
I'm stuck in Q2 of Return to Haunted Hollow (escalate to root).
Does anyone have any hint about what binary or service can be exploited to elevate privileges?
Kind regards,
Nano worked for me. Ensure you've escaped the initial rbash and you should be good to elevate.
nano /opt/security-sweep
:)
6 Replies
- steven
Silver II
check the usual suspects: suid, cron, ... one of them will give you the possibility to add something to escalate your privs :)
- BeluczakDelmar
Bronze I
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.).
- CyberSharpe
Silver I
Nano worked for me. Ensure you've escaped the initial rbash and you should be good to elevate.
nano /opt/security-sweep
:)