We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebc0285 commit d3edfbbCopy full SHA for d3edfbb
isitdtuctf2024/random/chall.py
@@ -1,4 +1,5 @@
1
-#!/run/workspace/bin/python
+#!/opt/pwn.college/python
2
+
3
import random
4
from secret import FLAG
5
flag = random.randbytes(random.randint(13, 1337))
0 commit comments