SANS Institute - curl: Difference between revisions
From GCA ACT
Jump to navigationJump to search
(Updated description via script) Tag: Reverted |
(Updated via script) Tag: Manual revert |
||
Line 1: | Line 1: | ||
=Description=<br> | =Description= | ||
Curl is a command line tool for transferring data specified with URL syntax. Curl supports a wide range of protocols including HTTP, HTTPS, FTP, FTPS, SCP, SFTP, TFTP, LDAP, DAP, DICT, TELNET, FILE, IMAP, POP3, SMTP and SMTPS.=More Information= | <br> | ||
Curl is a command line tool for transferring data specified with URL syntax. Curl supports a wide range of protocols including HTTP, HTTPS, FTP, FTPS, SCP, SFTP, TFTP, LDAP, DAP, DICT, TELNET, FILE, IMAP, POP3, SMTP and SMTPS. Curl also supports SSL certificates, HTTP POST, HTTP PUT, FTP uploading, HTTP form based upload, proxies, cookies, user+password authentication | |||
<br> | |||
=More Information= | |||
<br> | <br> | ||
https://curl.haxx.se/ | https://curl.haxx.se/ | ||
[[Category:Secure Interactions]] | [[Category:Secure Interactions]] | ||
[[Category:Sensitive Data]] | [[Category:Sensitive Data]] |
Revision as of 05:03, 23 April 2024
Description
Curl is a command line tool for transferring data specified with URL syntax. Curl supports a wide range of protocols including HTTP, HTTPS, FTP, FTPS, SCP, SFTP, TFTP, LDAP, DAP, DICT, TELNET, FILE, IMAP, POP3, SMTP and SMTPS. Curl also supports SSL certificates, HTTP POST, HTTP PUT, FTP uploading, HTTP form based upload, proxies, cookies, user+password authentication