picoCTF - Java Code Analysis!?! - Live Walkthrough

preview_player
Показать описание
In this video, Tib3rius solves the medium rated "Java Code Analysis!?!" challenge from picoCTF.

0:00 - Introduction
0:20 - Starting Java Code Analysis!?!
6:26 - Initial source code review.
16:17 - Running the code locally to help identify weaknesses.
21:15 - Using the weak JWT secret key to create an admin session token.
24:15 - Getting the local flag using our admin session token.
25:09 - Replicating the attack on the live system.
26:05 - More in-depth explanation of the entire attack.
34:47 - Outro

Рекомендации по теме
Комментарии
Автор

That was a fun trip through a Java codebase with you. Thanks for sharing the thought process and methodology Tib3rius!

xtwistedx
Автор

Hi, thanks. Can you share the zip file with the source code ?

xtors