gpt4 book ai didi

python - DJango Dev Server 奇怪的输出 ppcfinder.net/judge.php

转载 作者:行者123 更新时间:2023-12-01 06:14:36 25 4
gpt4 key购买 nike

不知道有没有人看过这个。我正在开发一个网络应用程序,当我进行一些测试时,开发服务器仅输出以下内容。

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 源代码中并且可能会窃取东西但我找不到它,这有点可怕。

有人见过这个吗?

丰富

最佳答案

似乎另一台主机中的机器人攻击了您的主机,搜索已知的漏洞进行利用。

关于python - DJango Dev Server 奇怪的输出 ppcfinder.net/judge.php,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3984008/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com