Expressway Writeup (HackTheBox Easy Machine)
Overview Expressway is an easy Linux machine from HackTheBox. This box is very straightforward and can be seen as too easy by experienced hackers, but still deals with some interesting topics. We start with classic port scan and discover IKE service on UDP port 500. During enumeration of this service, we get the PSK hash. We crack it and use it to login via SSH. Once inside, we identify an old sudo version and find out that it’s vulnerable. We exploit the weakness and get the Root shell and full access.