DJango开发服务器输出异常 ppcfinder.net/judge.php
我想知道有没有人见过这个。我正在开发一个网页应用程序,开发服务器在我测试的时候输出了以下内容。
logging on
[21/Oct/2010 13:42:56] "POST /members/logon/ HTTP/1.1" 302 0
[21/Oct/2010 13:42:57] "GET / HTTP/1.1" 200 20572
[21/Oct/2010 13:42:59] "GET http://ppcfinder.net/judge.php HTTP/1.1" 404 1744
----------------------------------------
Exception happened during processing of request from ('221.195.73.68', 2884)
Traceback (most recent call last):
File "C:\Python26\lib\SocketServer.py", line 281, in _handle_request_noblock
self.process_request(request, client_address)
File "C:\Python26\lib\SocketServer.py", line 307, in process_request
self.finish_request(request, client_address)
File "C:\Python26\lib\SocketServer.py", line 320, in finish_request
self.RequestHandlerClass(request, client_address, self)
File "C:\Python26\lib\site-packages\django\core\servers\basehttp.py", line 562
, in __init__
BaseHTTPRequestHandler.__init__(self, *args, **kwargs)
File "C:\Python26\lib\SocketServer.py", line 615, in __init__
self.handle()
File "C:\Python26\lib\site-packages\django\core\servers\basehttp.py", line 602
, in handle
self.raw_requestline = self.rfile.readline()
File "C:\Python26\lib\socket.py", line 406, in readline
data = self._sock.recv(self._rbufsize)
error: [Errno 10054] An existing connection was forcibly closed by the remote ho
st
----------------------------------------
logging on
[21/Oct/2010 13:43:44] "POST /members/signup/ HTTP/1.1" 302 0
----------------------------------------
Exception happened during processing of request from ('221.195.73.68', 3227)
Traceback (most recent call last):
File "C:\Python26\lib\SocketServer.py", line 281, in _handle_request_noblock
self.process_request(request, client_address)
File "C:\Python26\lib\SocketServer.py", line 307, in process_request
self.finish_request(request, client_address)
File "C:\Python26\lib\SocketServer.py", line 320, in finish_request
self.RequestHandlerClass(request, client_address, self)
File "C:\Python26\lib\site-packages\django\core\servers\basehttp.py", line 562
, in __init__
BaseHTTPRequestHandler.__init__(self, *args, **kwargs)
File "C:\Python26\lib\SocketServer.py", line 615, in __init__
self.handle()
File "C:\Python26\lib\site-packages\django\core\servers\basehttp.py", line 602
, in handle
self.raw_requestline = self.rfile.readline()
File "C:\Python26\lib\socket.py", line 406, in readline
data = self._sock.recv(self._rbufsize)
error: [Errno 10054] An existing connection was forcibly closed by the remote ho
st
----------------------------------------
checking for entry_details, oh yeh
member invitation
在/ppcfinder.net/judge.php这一行之前的内容都是正常的,我不知道这个judge.php是干什么的,也不知道它从哪里来的。我的输出在
checking for entry_details, oh yeh
member invitation
我检查了所有的Python和Django源代码,想看看里面有没有什么恶意的东西,但什么都没有。我也检查了我自己的代码,里面也没有。
这到底是什么东西,它又是从哪里来的呢?我上周也见过它,但找不到。上周judge.php是通过一个IP地址被访问的,而不是ppcfinder.net的URL。我在关闭JavaScript后查看了ppcfinder.net,发现它看起来像是一个垃圾搜索网站。这让我有点害怕,感觉可能在Python的源代码里嵌入了什么东西,可能会偷东西,但我找不到。
有没有人见过这个?
Rich
1 个回答
2
看起来是另一个主机上的机器人在攻击你的主机,试图寻找可以利用的漏洞。