cURL
涉及程序:
FreeBSD/linux cURL versions 6.1 - 7.4
描述:
cURL缓冲区溢出漏洞(更新)
详细:
Curl是一个开放源码工具,使用URL语法发送/接收文件。远程用户通过发送一个畸...
http://www.bitscn.com/hack/linux/200607/37118.html - 2004年04月08日
|
PHP4用户手册:函数-CURL-curl_version
H1>
(PHP 4 >= 4.0.2)
curl_version -- 返回当前CURL版本
描述
string curl_version (void)
curl_version()函...
http://www.bitscn.com/php/install/200701/94525.html - 2006年02月26日
|
PHP4用户手册:函数-CURL-curl_close
;= 4.0.2)
curl_close -- 关闭一个CURL会话
描述
void curl_close (int ch)
这个函数关闭一个CURL会话,并且释放所有的资源。CURL句柄(ch参数)也被删除...
http://www.bitscn.com/php/install/200701/94524.html - 2006年02月26日
|
PHP4用户手册:函数-CURL-curl_exec
H1>
(PHP 4 >= 4.0.2)
curl_exec -- 执行一个CURL会话
描述
bool curl_exec (int ch)
在你初始化一个CURL会话,及为这个会话设...
http://www.bitscn.com/php/install/200701/94523.html - 2006年02月26日
|
PHP4用户手册:函数-CRUL-curl_init
H1>
(PHP 4 >= 4.0.2)
curl_init -- 初始化一个CURL会话
描述
int curl_init ([string url])
curl_init()函数将初...
http://www.bitscn.com/php/install/200701/94521.html - 2006年02月26日
|
PHP4用户手册:函数-CURL-curl_setopt
;= 4.0.2)
curl_setopt -- 为CURL调用设置一个选项
描述
bool curl_setopt (int ch, string option, mixed value)
curl_setopt()函数...
http://www.bitscn.com/php/install/200701/94522.html - 2006年02月26日
|
PHP4用户手册:函数-CURL
DIV class=reference> XI. CURL, 客户 URL 库函数
PHP 支... 理,cookies,和用户认证。
为了使用CURL函数你需要安装CURL包。PHP 需要你使用CURL...
http://www.bitscn.com/php/install/200701/94520.html - 2006年02月26日
|
使用curl库通过代理服务器访问网页
<?function curl_string ($url,$user_agent,$proxy){$ch = curl_init();curl_setopt ($ch, CURLOPT_PROXY, $proxy...
http://www.bitscn.com/php/article/200701/95557.html - 2006年02月26日
|
Curl缓冲区溢出漏洞
证错误
利用方式:服务器模式
受影响系统
Daniel Stenberg curl 7.3以及更低版本
详细描述
Curl是一个开放源码工具,使用URL语法发送/接收文件。但是在某些版本的Curl中存在一个安全漏洞。远程用户通过发送一个畸...
http://www.bitscn.com/hack/Other/200607/40772.html - 2004年04月13日
|
多家厂商WGet/Curl NTLM用户名处理溢出漏洞
涉及程序:
GNU wget and curl
描述:
多家厂商WGet/Curl NTLM用户名处理溢出漏洞
详细:
GNU wget是用于使用HTTP、HTTPS和FTP协议检索文件的免费软件包;curl是使用...
http://www.bitscn.com/hack/Other/200607/39419.html - 2005年11月20日
|