Suninatas Game 16
challenges
Game 16
We have a PCAP (Packet Capture) file to analyze:
1 | ❯ 7z x packet_dump.zip |
Extract credentials by searching for password parameters in the captured network traffic:
1 | ❯ strings packet_dump.pcap | grep Hpw= |
Try logging in with each credential pair until one succeeds:
1 | Congratulation! Authkey : ******************************** |