Look up the password requirements for Magento and also try searching for the most common passwords of 2023. Which password provides access to the admin account?
From the results, we can see that it’s only a web server that redirects to ignition.htb.
PORT STATE SERVICE REASON VERSION
80/tcp open http syn-ack ttl 63 nginx 1.14.2
|_http-server-header: nginx/1.14.2
| http-methods:
|_ Supported Methods: GET HEAD POST
|_http-title: Did not follow redirect to http://ignition.htb/
After adding that to /etc/hosts, we can visit the website with no problem
We can see that it’s a Luma CMS instance. However, nothing else shows up. So, let’s run gobuster to see if anything else comes up
gobuster dir --url http://ignition.htb --wordlist `fzf-wordlists`
We are able to find the existence of an admin panel