From e9d1637b1fabd5a7a5e4b098a204fb780284f4cd Mon Sep 17 00:00:00 2001 From: Vitaly Salnikov Date: Wed, 2 Nov 2016 00:59:15 +0300 Subject: [PATCH] Hi, I think this curl's supported protocols should be here. For example it can be useful for finding SSRF vulnerabilities. * SSRF bible. Cheatsheet https://docs.google.com/document/d/1v1TkWZtrhzRLy0bYXBcdLUedXGb9njTNIJXa3u9akHM/edit * cURL's protocols https://curl.haxx.se/libcurl/c/CURLOPT_PROTOCOLS.html --- Miscellaneous/curl_protocols.txt | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 Miscellaneous/curl_protocols.txt diff --git a/Miscellaneous/curl_protocols.txt b/Miscellaneous/curl_protocols.txt new file mode 100644 index 00000000..4397d953 --- /dev/null +++ b/Miscellaneous/curl_protocols.txt @@ -0,0 +1,28 @@ +dict +file +ftp +ftps +gopher +http +https +imap +imaps +ldap +ldaps +pop3 +pop3s +rtmp +rtmpe +rtmps +rtmpt +rtmpte +rtmpts +rtsp +scp +sftp +smb +smbs +smtp +smtps +telnet +tftp