Skip to content

Make your python scripts payloads Undetected, Works on virustotal and lot more! (forked from @EvilBytecode)

Notifications You must be signed in to change notification settings

KarbitsCode/PythonCrypter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Python Script Crypter

Description

  • This Python script crypter provides a way to obfuscate your Python scripts, making them undetected from File Scanners like VirusTotal. The tool encodes the script using base64, ensuring an additional layer of security. The generated script remains executable and can be decoded dynamically during execution.

How to Execute

To use the script, execute the following command in PowerShell:

powershell -ExecutionPolicy ByPass -File .\crypt.ps1 -path "Python File Path Here"

Tip

Replace "Python File Path Here" with the actual path to your Python script.

Caution

Ensure that you have appropriate permissions to execute PowerShell scripts, and the execution policy allows script execution.

Note

This tool is intended for educational and research purposes. Use responsibly and respect ethical considerations.


👁️ With Crypter:

👁️ Without Crypter:

About

Make your python scripts payloads Undetected, Works on virustotal and lot more! (forked from @EvilBytecode)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published