Advertisement
Guest User

Untitled

a guest
Mar 25th, 2019
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.10 KB | None | 0 0
  1. ➜ ~ curl -i 'http://wecanpwn.insomni.hack/?a=2' -H 'User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:57.0) Gecko/20100101 Firefox/57.0'
  2. HTTP/1.1 200 OK
  3. Date: Sat, 23 Mar 2019 02:58:34 GMT
  4. Server: Apache
  5. Content-Security-Policy: default-src 'self'
  6. Vary: Accept-Encoding
  7. X-Frame-Options: sameorigin
  8. Content-Type: text/html; charset=UTF-8
  9. X-Varnish: 5952181 5952091
  10. Age: 26
  11. Via: 1.1 varnish (Varnish/5.2)
  12. Accept-Ranges: bytes
  13. Content-Length: 625
  14. Connection: keep-alive
  15.  
  16. <!DOCTYPE html>
  17. <head>
  18. <title></title>
  19. <!-- Unknown language! --> <script src=".js" integrity="sha256-47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU="></script>
  20. <script src="main.js" integrity="sha256-YMfTU1wA8tjPcxsOBc44sSGWnoPlM7tuou2kMLp2cVM=" defer></script>
  21. <link rel="StyleSheet" href="styles.css"/>
  22. </head>
  23. <body>
  24. <div id="main">
  25. <div id="menu"></div>
  26. <div id="content">
  27. <div id="welcome"></div>
  28. <form action="" method="POST">
  29. URL: <input type="text" name="url" placeholder="http://yourleetwebsite"/><input type="submit" value="Send"/>
  30. </form>
  31. </div>
  32. </div>
  33. </body>
  34. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement