Skip to content

Commit d3edfbb

Browse files
Update chall.py fixing #120
1 parent ebc0285 commit d3edfbb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

isitdtuctf2024/random/chall.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
#!/run/workspace/bin/python
1+
#!/opt/pwn.college/python
2+
23
import random
34
from secret import FLAG
45
flag = random.randbytes(random.randint(13, 1337))

0 commit comments

Comments
 (0)