Comment on page
Transfer files
If we have a big file and victim machine has external connection (internet), we could create our own public server to share that file.
python3 -m http.server 8000
ngrok http 8000
if will generate a link like this:
https://58f1-121-21-165-169.ngrok-free.app
Last modified 3mo ago