GetWin: An Undetectable Win32 Payload Generator and Listener

From githacktools.blogspot.com

About GetWin: GetWin is an undetectable Win32 payload generator and listener. GetWin uses its own Win32 payload and uses NetCat and SSH to control Victim.

GetWin Installation:
You must install mingw-w64, PHP, SSH and NetCat first:

  • For Arch Linux and its distros:
    sudo pacman -S netcat php libssh2 openssh
    git clone https://aur.archlinux.org/mingw-w64-gcc.git
    cd mingw-w64-gcc && makepkg -Acs
  • For Debian and its distros: sudo apt install netcat php ssh mingw-w64.

Read more…