This commit is contained in:
Ilya Kantor 2017-10-17 10:08:09 +03:00
parent 53705b8a6c
commit 82583bec55

View file

@ -39,10 +39,10 @@ iframe { /* iframe from the victim site */
<!-- The url from the victim site -->
*!*
<iframe src="facebook.html"></iframe>
<iframe src="/clickjacking/facebook.html"></iframe>
<button>Click here!</button>
*/!*
*/!*
<div>...And you're cool (I'm a cool hacker actually)!</div>
```