access_log 分析 - Linux

Table of Contents

大家好

最近查看var/log/httpd/access_log
發現多筆類似的
115.230.124.164 - - [22/Dec/2015:15:04:32 +0800] "GET
http://zc.qq.com/cgi-bin/c
ommon/attr?id=260714&r=0.8585465879587294 HTTP/1.1" 404 217 "-"
"Mozilla/5.0 (co
mpatible; MSIE 9.0; Windows NT 6.1; Trident/5.0; 360SE)"

這樣的訊息,想請問這是什麼,我只知道404代表,是HTTP回傳的訊息之一

但我有點不解的是 "GET
http://zc.qq.com/cgi-bin/common/......XXXXXX(後面省略)

這段是什麼意思,是有人再測試漏洞嗎

謝謝囉

--

All Comments

Elma avatarElma2015-12-23
一般來說有傳完整網址大多都是 proxy 的請求
Kelly avatarKelly2015-12-26
404 來看表示請求沒成功,直接傳回 not found
Annie avatarAnnie2015-12-27
感謝 了解