Transfer files
If we have a big file and the victim machine has an external connection (to internet), we could create our public server to share that file.
ngrok
From here https://ngrok.com/docs/getting-started/
It will generate a link like this:
And we can access to it (and its files) from any machine.
Last updated