You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
my_cookies = {'data':'MGw7JCQ5OC04PT8jOSpqdmk3LT9pYmouLC0nICQ8anZpbXB7KCstLmkz'}#'R0EWBhwYAgQXTUsMFwpRVVAcAU0eT0cMFAwdCQtMHllHTUtYMSAhfB4e'} #This is where the magic happens.
my_params = {"bgcolor":"87CEEB"}
res, soup = make()
writeResponse()
'''
Took me a bit to remember how to do this one.
This one is made FAR easier by a home PHP site to test on. By doing XOR encryption on a ciphertext (recieved from the cookies)
with the key as the plaintext, you recieve the actual key. (In this case the key was KNHL, though it changes periodically).