May 2017
Intermediate to advanced
416 pages
21h 33m
English
Open your terminal and enter the following command:
$ nmap --script http-enum -p80 <target>
The results will include all the interesting files, directories, and applications found:
PORT STATE SERVICE 80/tcp open http | http-enum: | /blog/: Blog | /test.php: Test page | /robots.txt: Robots file | /css/cake.generic.css: CakePHP application | /img/cake.icon.png: CakePHP application |_ /server-status/: Potentially interesting folder
Read now
Unlock full access