Cookie Monster 100
Do prepare to see cookies lurking everywhere. http://159.89.166.12:13500/1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22import requests
import hashlib
from itertools import *
import string
flag = []
wordlist = string.printable
s = requests.session()
for i in range(40):
cookie = s.get('http://159.89.166.12:13500/').cookies['flag']
flag.append(cookie)
print (flag)
result= []
for i in flag:
for j in permutations(wordlist,2):
guess = "".join(j)
md5 = hashlib.md5(guess.encode("utf8")).hexdigest()
if md5 ==i:
result.append(guess)
break
print (result)
Game of Faces 100
The Game of Faces, welcomes you. In this era, where AIs generate a lot of faces, we would like you to contribute to the same by uploading your image. Thank you for contributing, to continue.
http://159.89.166.12:15000/1
2把css删掉,发现一个假的提交,得到一个base64,解码得The_scroll_says=the_night_kingVSvalyrian.txt,然后直接访问。。。
http://159.89.166.12:15000/the_night_kingVSvalyrian.txt
Mandatory PHP 125
PHP, PHP everywhere get the flag and earn your points there.
1 |
|