Advertisement
fplanzer

Test de clickjacking

Jun 23rd, 2023
1,205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.19 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>Test de clickjacking.</title>
  4. </head>
  5. <body>
  6. <p>Sitio vulnerable a clickjacking!</p>
  7. <iframe src="https://sitio" width="500" height="500"></iframe>
  8. </body>
  9. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement