CMesS Writeup
CMesS link Enumeration Whilst we know we're dealing with a cms on this box, lets start off with a nmap scan anyway, just in case there's any other services exposed on the box that we may need to know about or access. And it doesn't look like there's anything else of interest here, we could run another scan and use -p1-55635 to scan through a bunch more ports than the common 1000 ports nmap uses by default, but I don't think we'll need to on this box. After loading up the website we can see a pretty basic interface, we can see there seems to be a default footer at the bottom that mentions 2017 so possibly we could be looking at an older version of gila cms. Lets run a gobuster scan on it and whilst we do that we can explore some of the website, try find a version for the cms and also maybe take a look to see if we can do anything with that search bar. Manually searching through the website doesn't really reveal anything of interest, so onto a gobuster scan....