diff --git a/ctf/getjs.py b/ctf/getjs.py new file mode 100644 index 0000000..d7d3b81 --- /dev/null +++ b/ctf/getjs.py @@ -0,0 +1,2 @@ +def getjss(text): + return "String.fromCharCode({})".format(",".join(["{}".format(ord(x)) for x in text]))