HTTP Methods
Identify Methods Used
httpmethods
Metasploit
List
GET
HEAD
POST
PUT
DELETE
CONNECT
OPTIONS
TRACE
PATCH
TRACE method
Remediation
Last updated
Last updated
# install
git clone https://github.com/ShutdownRepo/httpmethods
cd httpmethods
python3 setup.py install
# usage
httpmethods -u http://www.example.com/use auxiliary/scanner/http/options
set rhosts $target
set rport $port # if https use 443
# if https
set ssl true
exploit