Lab 12.1.7 Extract Web Server Information with Nmap [WLOs: 1, 2, 3, 4, 5] [CLOs: 1, 2, 3]
Task Summary
Required Actions & Questions
Your answer: Apache 2.4.7
Correct answer: Apache 2.4.7
Your answer: 0
Correct answer: 0
Your answer: <!--END Google Analytics Code-->
Correct answer: <!--END Google Analytics Code-->
Explanation
In this lab, your task is to run the following nmap scripts on port 80 of 198.28.1.1:
- http-server-header.nse to display the HTTP server header.
- http-chrono.nse to measure the time a website takes to deliver a web page.
- http-headers.nse to perform a HEAD request for the root folder.
- http-errors.nse to crawl through the website and return any error pages.
- http-malware-host.nse to look for maleware signatures of known server compromises.
- http-comments-displayer.nse to display HTML and JavaScript comments.
Complete this lab as follows:
- From the Favorites bar, open Terminal.
- At the prompt, type nmap --script=http-server-header -p80 198.28.1.1 and press Enter to run the http-server-header.nse script.
- In the top right, select Answer Questions.
- Answer question 1.
- Type nmap --script=http-chrono -p80 198.28.1.1 and press Enter to run the http-chrono.nse script.
- Type nmap --script=http-headers -p80 198.28.1.1 and press Enter to run the http-headers.nse script.
- Type nmap --script=http-errors -p80 198.28.1.1 and press Enter to run the http-errors.nse script.
- Under Lab Questions, answer question 2.
- Type nmap --script=http-malware-host -p80 198.28.1.1 and press Enter to run the http-malware-host.nse script.
- Type nmap --script=http-comments-displayer -p80 198.28.1.1 and press Enter to run the http-comments-displayer.nse script.
- Under Lab Questions, answer question 3.
- Click Score Lab.
Comments
Post a Comment