Skip to content
/ ShellGen Public

PowerShell script to generate ShellCode in various formats

Notifications You must be signed in to change notification settings

Leo4j/ShellGen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

ShellGen

PowerShell script to generate ShellCode in various formats

iex(new-object net.webclient).downloadstring('https://raw.githubusercontent.com/Leo4j/ShellGen/main/ShellGen.ps1')
ShellGen -x64 -Command "cmd /k ipconfig" -OutputFormat "Encrypted"
ShellGen -x64 -CmdCommand "ipconfig" -OutputFormat "Raw" -OutputFilePath C:\Users\Senna\Desktop\whoami.bin
ShellGen -x64 -PwshCommand "ipconfig" -OutputFormat "csharp"
ShellGen -x64 -B64PwshCommand "JABwA...AKAApAA==" -OutputFormat "Encrypted"

Output Formats

Raw, ps1, Hex, C, vba, csharp, Encrypted

Architecture

x64, x86

About

PowerShell script to generate ShellCode in various formats

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published