Skip to content

This repository includes the powershell scripts. One script is used to convert any EXE file into hexadecimal format and other script can execute converted hex. Converted hex will upload on server and you can get hex, create EXE and execute it. This technique will help to bypass network level security controls.

Offensive-Panda/BadPowerShell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

BadPowerShell

This repository includes the powershell scripts. One script is used to convert any EXE file into hexadecimal format and other script can execute converted hex. Converted hex will upload on server and you can get hex, create EXE and execute it. This technique will help to bypass network level security controls.

USAGE

  1. Run Converted.ps1 to convert any EXE into hex.
  2. Run Run.ps1 to create and execute hex on disk.
  3. Powershell.exe -ExecutionPolicy bypass ./Converted.ps1

DISCLAIMER

only for educational purposes.

About

This repository includes the powershell scripts. One script is used to convert any EXE file into hexadecimal format and other script can execute converted hex. Converted hex will upload on server and you can get hex, create EXE and execute it. This technique will help to bypass network level security controls.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published