我想知道是否有人见过这个。我正在开发一个Web应用程序,当我进行一些测试时,开发服务器只输出以下内容。
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正在做什么或它来自哪里。 Myoutput再次从
开始checking for entry_details, oh yeh
member invitation
我搜索了所有Python / django源代码,以防我在那里遇到令人讨厌的东西,但没有。我搜索了所有我自己的来源,它也不在那里。
它到底是什么,它来自何处。我上周也看到了,但找不到它。上周,通过IP地址而不是ppcfinder.net URL访问了jud.php。关闭Javascript后,我检查了ppcfinder.net,它似乎是一个垃圾搜索网站。如果某些内容已经在Python源代码中被绑定并且mighjt正在窃取东西但我无法找到它,这有点可怕。
有没有人见过这个?
富
答案 0 :(得分:2)
看起来像是另一台主机中的机器人,它会搜索你的已知漏洞。