VySecator Tool to Obfuscate your Python Script
VySecator Tool to Obfuscate your Python Script

VySecator: Tool to Obfuscate your Python Script

Is a tool which can be used to Obfuscate your Python script. The tool comes with 3 Options. Obfuscate Python Script, Compile to EXE, Compile to EXE with Obfuscation. 3rd Options is the most used by Hackers who program their own Malware and want to make it FUD. My tool is using Pyarmor and PyInstaller for Compiling the programs to Executable. I respect the developers of PyInstaller and PyArmor and clearly give them the half credit VySecator uses Wine which makes it possible to generate Windows Executables in Linux

Note

My tool doesn’t work for MsfVenom Payloads, I will bring a update in Future which will consist of Obfuscating and Compiling MsfVenom Python Payloads also.

Installation

Use the git clone command for cloning my Repository or simply click on Download as zip

git clone https://github.com/Vedant-Bhalgama/VySecator.git

After you have the files, Run the setup.py

python setup.py

setup.py will install all the dependencies such as wine, PyArmor, PyInstaller and also it will Install Windows Python under wine

"
"
VySecator Setup on Linux
VySecator Setup on Linux
Installing Python in Wine
Installing Python in Wine

Using the Program

Now In order to run the program, Just run using this command, Also refer to the Screenshot below.

python ./VySec.py
VySecator options menu
VySecator options menu

Now you will see 4 options as Follows

Now FOR.EG I want to use the 3rd one, The 3rd Option will obfuscate your script first and then Compile it to EXE, This is the main Reason why this is very important for Hackers who program their Malwares on their own!

In Order to Use any Options just type

 use 1
 use 2
 use 3
 use 4

Now, If you choose option 3 or option 2, It will ask you to add a icon to the EXE. If you want to add a icon, Then type y else n.

If you type y, It will first ask you to enter the script path and then it will ask you to enter the icon file path.

ALSO MAKE SURE THE ICON FILE WHICH YOU WANT TO ADD IS IN .ico EXTENSTION

Obfuscate and Compile script Python to Exe
Obfuscate and Compile script Python to Exe

Now It will start doing the things sit back and relax!

After it completes you will see something like this at the end

"
"
Path of the obfuscated script for Exe
Path of the obfuscated script for Exe

Now to find the script, You can see in the image above a Blue Line is there, The final EXE will be in that path.

See the final path of our test script here.

WITHOUT ICON

Ofuscated script without icon
Ofuscated script without icon (.ico)

WITH ICON

OU ONLY WILL SEE THE ICON ON THE WINDOWS MACHINE, SO IF YOU DONT SEE THE ICON ON LINUX MACHINE, PLEASE MAKE SURE TO TRANSFER THAT FILE TO WINDOWS MACHINE AND SEE IT.

Obfuscated script with icon
Obfuscated script with icon

Bug and Issue Report

Dark Mode

VySecator (this link opens in a new window) by Vedant-Bhalgama (this link opens in a new window)

VySecator Is a Python Script Obfuscation Tool, Which can be used to Obfuscate your hand written Malwares and your Hand Written Scripts!