Step 2:Directory Enumeration
I like to use Go Buster.
Using this command:
gobuster dir --url http://10.1.57.79 --w /usr/share/seclists/Discovery/Web-Content/DirBuster-2007_directory-list-lowercase-2.3-medium.txt -x php,html,js,txt,bak -t 100 -b 200
I like to use Seclist and also I used the -b flag to filter out the Negative Status codes: 200.

media (Status: 301) [Size: 308] [--> http://10.1.57.79/media/]
templates (Status: 301) [Size: 312] [--> http://10.1.57.79/templates/]
modules (Status: 301) [Size: 310] [--> http://10.1.57.79/modules/]
assets (Status: 301) [Size: 309] [--> http://10.1.57.79/assets/]
images (Status: 301) [Size: 309] [--> http://10.1.57.79/images/]
plugins (Status: 301) [Size: 310] [--> http://10.1.57.79/plugins/]
includes (Status: 301) [Size: 311] [--> http://10.1.57.79/includes/]
language (Status: 301) [Size: 311] [--> http://10.1.57.79/language/]
components (Status: 301) [Size: 313] [--> http://10.1.57.79/components/]
api (Status: 301) [Size: 306] [--> http://10.1.57.79/api/]
cache (Status: 301) [Size: 308] [--> http://10.1.57.79/cache/]
libraries (Status: 403) [Size: 275]
tmp (Status: 301) [Size: 306] [--> http://10.1.57.79/tmp/]
layouts (Status: 301) [Size: 310] [--> http://10.1.57.79/layouts/]
administrator (Status: 301) [Size: 316] [--> http://10.1.57.79/administrator/]
cli (Status: 301) [Size: 306] [--> http://10.1.57.79/cli/]
server-status (Status: 403) [Size: 275]
I looked through all of these and couldn't find anything interesting, but then
I logged in the administrator endpoint and saw that the Content Managment System was Joomla.