Crypto
- Social Media
Password reset tokens came from Apache Commons RandomStringUtils on a seeded java.util.Random, so observed tokens recovered the state and predicted the admin reset token.
- File Transfer and Mini Crypto
A directory brute force found a transfer endpoint with a password-protected zip. Cracking it gave a CSV whose four encoded passwords were each their own mini challenge.
- SSH Host Key Validation Bypass in Cisco NDFC
Insufficient SSH host key validation in Cisco NDFC lets an unauthenticated, on-path attacker impersonate NDFC-managed devices.
- Log Me In
The session token was the user record XOR a secret key, so flipping one bit of ciphertext flipped the UID to 0 without ever recovering the key.
- Lottery
The JWT signing secret was exposed, so I forged a token that smuggled an eval payload into the username array.
- B3dr0ck
A raw TCP service handed out a TLS key and cert, mutual TLS opened a shell, and layered encoding plus CrackStation gave root.