Capture The Flag (CTF) Challenge – Part 2
ATTACKING JWT’S WITH A CUSTOM SQLMAP TAMPER SCRIPT First look I know the challenge is a website so open up the IP:Port address in a browser. It forwards to /auth: I’m given a simple login screen (user and password) with two buttons, “Login” and “Register”. First, lets see how it is supposed to work and then…