Skip to content

Commit

Permalink
update findit 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
araisantai committed May 13, 2024
1 parent 5f715c7 commit 3afd39b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _posts/2024-05-06-Find IT CTF 2024.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ app.listen(6060, () => {
});
```

it is very straightfoward because i realize the app stored an jwt_secret that unsecured in the application so we can directly craft an cookie and access the admin panel. Using [jwt.io](http://jwt.io) we can modify the cookie to access admin panel and flag path.
it is very straightfoward because i realize the app stored an jwt_secret that unsecured in the application so we can directly craft an cookie and access the admin panel. Using [jwt.io](https://jwt.io) we can modify the cookie to access admin panel and flag path.

![Untitled](FinditCTF%202024%20f1afe1fa67b14654b02a96d46a2eac51/Untitled.png)

Expand Down

0 comments on commit 3afd39b

Please sign in to comment.