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
Copy file name to clipboardExpand all lines: Web Exploitation/Open-to-admins/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,6 @@ Web Exploitation
7
7
## Hints
8
8
> Can cookies help you to get the flag?
9
9
## Solution
10
-
This is just another simple cookie manipulation. Unlike logon where we chnage a cookie, this time we have to add 2 cookies. We can inspect element and go to the Console tab. From there, we can use `document.cookie = "admin=True"` and `document.cookie = "time=1400"` to create the cookie values and set them to exactly what they need to be. From there, we should be able to access the flag through the site.
10
+
This is just another simple cookie manipulation. Unlike logon where we change a cookie, this time we have to add 2 cookies. We can inspect element and go to the Console tab. From there, we can use `document.cookie = "admin=True"` and `document.cookie = "time=1400"` to create the cookie values and set them to exactly what they need to be. From there, we should be able to access the flag through the site.
0 commit comments