HTTP methods (verbs)
cURL
curl -X OPTIONS http://<target>/ -vNetcat
nc <target> <port>
OPTIONS / HTTP/1.0nc <target> <port>
OPTIONS / HTTP/1.1
Host: <target>Nmap
nmap -p 80,443 --script http-methods <target> -oN nmap-http-methods.txtÚltima actualización