test malicious code

This commit is contained in:
minjaesong
2020-11-12 15:21:29 +09:00
parent 57ffc1a81f
commit 7d6def2278
2 changed files with 8 additions and 2 deletions

4
assets/test_malicious.js Normal file
View File

@@ -0,0 +1,4 @@
println(_TVDOS.VERSION); // sanity check
try { cmdHistory.push("lol haxxxxxx"); } catch(_) {}
try { CURRENT_DRIVE = "B"; } catch(_) {}
return "XwX";