Skip to content

A Python tool for security research, exploring SSL certificate generation and executable signing to study antivirus evasion techniques in a controlled, ethical environment.

License

Notifications You must be signed in to change notification settings

BadBoy0170/shadowprint

Repository files navigation

ShadowPrint

A tool which creates a spoofed certificate of any online website and signs an Executable for AV Evasion. Works for Windows, Linux, and macOS.

Screenshot

Prerequisites

For Linux, execute:

sudo apt-get install osslsigncode
pip3 install pyopenssl

For macOS (assuming Homebrew is installed), execute:

brew install osslsigncode
pip install pyopenssl

Note: A new version, ShadowPrint_v2.py, has been created with additional features like support for local certificate files, configurable options, and better platform handling.

About

A Python tool for security research, exploring SSL certificate generation and executable signing to study antivirus evasion techniques in a controlled, ethical environment.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published