mirror of
https://github.com/curioustorvald/tsvm.git
synced 2026-06-10 23:04:04 +09:00
test malicious code
This commit is contained in:
4
assets/test_malicious.js
Normal file
4
assets/test_malicious.js
Normal file
@@ -0,0 +1,4 @@
|
||||
println(_TVDOS.VERSION); // sanity check
|
||||
try { cmdHistory.push("lol haxxxxxx"); } catch(_) {}
|
||||
try { CURRENT_DRIVE = "B"; } catch(_) {}
|
||||
return "XwX";
|
||||
Reference in New Issue
Block a user