File Transfer Techniques

Windows to Windows (In AD network mainly) ->

  1. Using smbserver - With / Without authentication (Try both)

  2. Using PS-Remoting / PS-Session, we can transfer files in both directions ->

    https://learn.microsoft.com/en-us/answers/questions/176718/powershell-copy-file-to-local-machine-*after*-ente

Linux to Linux ->

  1. Using SCP (copy over SSH)

  2. Using FTP

  3. Converting file into base64 and transferring to local machine (by decoding it)

  4. Using netcat file transfer

    If other ways don't work then transfer nc.exe binary to Windows, and then transfer desirable file to kali.

  5. Using TFTP ->

Last updated