This lab is protected by a frame buster which prevents the website from being framed. Can you get around the frame buster and conduct a clickjacking attack that changes the users email address?
To solve the lab, craft some HTML that frames the account page and fools the user into changing their email address by clicking on "Click me". The lab is solved when the email address is changed.
You can log in to your own account using the following credentials: wiener:peter
Una solución eficaz para los atacantes contra los eliminadores de marcos es utilizar el iframe con el atributo sandbox de HTML5. Cuando se configura con los valores allow-formso allow-scripts y allow-top-navigation no se encuentra definido, el script del eliminador de marcos puede neutralizarse, ya que el iframe no puede comprobar si es o no la ventana superior: