added ctf script
This commit is contained in:
2
ctf/getjs.py
Normal file
2
ctf/getjs.py
Normal file
@@ -0,0 +1,2 @@
|
||||
def getjss(text):
|
||||
return "String.fromCharCode({})".format(",".join(["{}".format(ord(x)) for x in text]))
|
||||
Reference in New Issue
Block a user