$$ RED13 $$

First Steps:

Once you have started the CTF machine, pull up a root shell on Kali and do the following:

NMAP Results

nmap -sC -sV IP_ADDRESS_OF_CONTAINER

Untitled

Open it up in a web browser:

Untitled

We’re met with a redirect (Status Code: 301) to http://escape.icsi.vuln, which can not be resolved to an IP Address.

The TLD (Top Level Domain) here (.vuln) is not one that we would expect to find within the 13 global Root DNS servers. It’s not a .com, .org, .net, etc. It’s a local domain we can try adding it to the /etc/hosts file.

pico /etc/hosts

Untitled