added ctf script

This commit is contained in:
TKE
2020-03-05 10:18:51 +01:00
parent 4c6d5960ec
commit bf8b135906

2
ctf/getjs.py Normal file
View File

@@ -0,0 +1,2 @@
def getjss(text):
return "String.fromCharCode({})".format(",".join(["{}".format(ord(x)) for x in text]))