Skip to content

Latest commit

 

History

History
59 lines (42 loc) · 1.81 KB

README.md

File metadata and controls

59 lines (42 loc) · 1.81 KB

ShellPwnsh

Spanish:

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

Uso Windows:

  • Tener Golang instalado
  • Ejecutar el binario compilado
  • o ejecutar el archivo ShellPwnsh.go de source
  • cd source && go run ShellPwnsh.go

Uso Linux:

  • apt update && apt install golang
  • Ejecutar binario compilado con ./ShellPwnsh
  • O ejecutar el archivo ShellPwnsh.go
  • cd source && go run ShellPwnsh.go

English:

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 ;)

Windows usage:

  • 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

Linux usage:

  • apt update && apt install golang
  • Run binary compiled with ./ShellPwnsh
  • Or run the ShellPwnsh.go file
  • cd source && go run ShellPwnsh.go