Valid 312-50 Dumps shared by ExamDiscuss.com for Helping Passing 312-50 Exam! ExamDiscuss.com now offer the newest 312-50 exam dumps, the ExamDiscuss.com 312-50 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com 312-50 dumps with Test Engine here:
When you are getting information about a web server, it is very important to know the HTTP Methods ( ( GET, POST, HEAD, PUT, DELETE, TRACE) that are available because there are two critical methods PUT and DELETE). PUT can upload a file to the server and DELETE can delete a file from the server. You can detect all these methods (GET, POST, HEAD, PUT, DELETE, TRACE) using NMAP script engine. What nmap script will help you with this task?
Correct Answer: A
Explanation/Reference: You can check HTTP method vulnerability using NMAP. Example: #nmap -script=http-methods.nse 192.168.0.25 References: http://solutionsatexperts.com/http-method-vulnerability-check-using-nmap/