mitre-cyber-academy / 2018-Web-100c

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

2FactorAuth

2FactorAuth has a simple login screen with the username and password already filled in. Once the user has logged in they are prompted to answer their security questions.

Solution

The flag (MCA{Igkqs1Pn5w}) is found when posting to /login/donutsAreGr8/butChocolateIsBetter WITHOUT posting secQ1 and secQ2. Running
curl http://localhost/login/donutsAreGr8/butChocolateIsBetter -F "a=a"
will return the flag.

About

License:Apache License 2.0


Languages

Language:Ruby 78.8%Language:Dockerfile 21.2%