Generador de Backdoor en Golang, usando Reverse Shell en PowerShell, con formato de variables en el codigo para Bypass de AMSI y creando el archivo con pequeño poliformismo.
Para los mas inexpertos, este archivo en Go, te crea un ejecutable (exe) con el cual tienes control remoto de un pc, ademas, es indetectable a los Antivirus y el generador intenta siempre generar el codigo de una manera distinta para la evasion ;)
Tested plataforms:
Operative system | Version |
---|---|
Kali Linux | 2022.1 |
Windows 10 Pro | 21H2 |
Tener Golang instalado
Ejecutar el binario compilado
o ejecutar el archivo ShellPwnsh.go de source
cd source && go run ShellPwnsh.go
apt update && apt install golang
Ejecutar binario compilado con ./ShellPwnsh
O ejecutar el archivo ShellPwnsh.go
cd source && go run ShellPwnsh.go
Backdoor generator in Golang, using Reverse Shell in PowerShell, with variable formatting in the code for AMSI Bypass and creating the file with small poliformismo.
For the most inexperienced, this file in Go, creates you an executable (exe) with which you have remote control of a pc, moreover, it is undetectable to Antivirus and the generator always tries to generate the code in a different way for evasion ;)
Have Golang installed
Execute the compiled binary
or run the ShellPwnsh.go file from source
cd source && go run ShellPwnsh.go
*cd source && go run ShellPwnsh.go
apt update && apt install golang
Run binary compiled with ./ShellPwnsh
Or run the ShellPwnsh.go file
cd source && go run ShellPwnsh.go