Further directory discovery
1. Enumeration of /
/$ gobuster dir -x php -u http://<target>:1337/ -w Discovery/Web-Content/common.txt

2. Further enumeration
Last updated
/$ gobuster dir -x php -u http://<target>:1337/ -w Discovery/Web-Content/common.txt

Last updated
$ gobuster dir -w Discovery/Web-Content/common.txt -u http://<target>:1337/$ gobuster dir -x php,js -w Discovery/Web-Content/common.txt -u http://<target>:1337/phpmyadmin/js/$ gobuster dir -x php,js -u http://<target>:1337/javascript/ -w Discovery/Web-Content/common.txt $ gobuster dir -x php,js -u http://<target>:1337/vendor/ -w Discovery/Web-Content/common.txt