nerdexam
EC-Council

312-50V9 · Question #205

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

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

How the community answered

(48 responses)
  • A
    94% (45)
  • B
    2% (1)
  • D
    4% (2)

Explanation

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

Topics

#NMAP#HTTP methods#web server enumeration#http-methods script

Community Discussion

No community discussion yet for this question.

Full 312-50V9 Practice