nerdexam
Exams312-50V11Questions#421
EC-Council

312-50V11 · Question #421

312-50V11 Question #421: Real Exam Question with Answer & Explanation

The correct answer is A: http-methods. You can check HTTP method vulnerability using NMAP. Example: #nmap -script=http-methods.nse 192.168.0.25

Hacking Web Servers

Question

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?

Options

  • Ahttp-methods
  • Bhttp enum
  • Chttp-headers
  • Dhttp-git

Explanation

You can check HTTP method vulnerability using NMAP. Example: #nmap -script=http-methods.nse 192.168.0.25

Topics

#nmap scripting#HTTP methods#web server enumeration#PUT DELETE methods

Community Discussion

No community discussion yet for this question.

Full 312-50V11 Practice
When you are getting information about a web server, it is very... | 312-50V11 Q#421 Answer | NerdExam