pythontr.com
aptitude install curl
curl [url]http://www.xxx.com[/url]
curl --data "rec=94287&lang=tr" [url]http://www.xxx.com/hed/red[/url]
curl --data-urlencode "ad=Ben Husonet" [url]http://www.xxx.com[/url]
time curl --data "rid=94287&lang=tr" [url]http://www.xxx.com/hed/read[/url]
curl "[url]http://www.xxx.com/hed/test.cgi?yil=1905&tus=OK[/url]"
curl --form upload=@localfilename --form press=OK [URL]
curl --upload-file uploadfile [url]http://www.example.com/receive.cgi[/url]
curl --trace-ascii note.txt [url]http://www.xxx.com/[/url]
curl --user name:password [url]http://www.xxx.com[/url]
curl --proxy-user proxyuser:proxypassword curl.haxx.se
curl --referer [url]http://www.example.come[/url] [url]http://www.xxx.com[/url]
curl --user-agent "Mozilla/4.0 (compatible; MSIE 5.01; Windows NT 5.0)" [URL]
curl --location [url]http://www.xxx.com[/url]
curl --cookie "ad=Husonet" [url]http://www.xxx.com[/url] curl --dump-header headers_and_cookies [url]http://www.xxx.com[/url] curl --cookie stored_cookies_in_file [url]http://www.xxx.com[/url] curl --cookie nada --location [url]http://www.xxx.com[/url] curl --cookie cookies.txt --cookie-jar newcookies.txt [url]http://www.xxx.com[/url]
curl --cert mycert.pem [url]https://secure.xxx.com[/url]
url --header "Host:" [url]http://www.example.com[/url]
Yorumlar