Skip to content

Commit d74c0c9

Browse files
committed
Grammarical fixes 6
1 parent 765e0aa commit d74c0c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Web Exploitation/Open-to-admins/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ Web Exploitation
77
## Hints
88
> Can cookies help you to get the flag?
99
## 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.
1111
## Flag
1212
`picoCTF{0p3n_t0_adm1n5_dcb566bb}`

0 commit comments

Comments
 (0)