• Earn real money by being active: Hello Guest, earn real money by simply being active on the forum — post quality content, get reactions, and help the community. Once you reach the minimum credit amount, you’ll be able to withdraw your balance directly. Learn how it works.

Crypter PyFuscation

Status
Not open for further replies.

0x1

LeVeL23 HacKerS TeaM
User
Joined
Nov 15, 2013
Messages
880
Reputation
0
Reaction score
6,315
Points
243
Credits
78
‎11 Years of Service‎
18%
Obfuscate powershell scripts by replacing Function names, Variables and Parameters.

pddAL72.png

Requires python3

usage: PyFuscation.py [-h] [-f] [-v] [-p] [--ps SCRIPT]

Optional arguments:

• -h, --help show this help message and exit

• -f Obfuscate functions
○ Do this First ... Its probably the most likely to work well

• -v Obfuscate variables
○ If your going to obfuscate variables do the parameters too.

• -p Obfuscate parameters
○ If your going to obfuscate parameters do the variables too.


Required arguments: --ps <SCRIPT> Obfuscate PowerShell script

Code:
python3 PyFuscation.py -fvp --ps ./Scripts/Invoke-Mimikatz.ps1
Source & Download

To see this hidden content, you must like this content.
 
Last edited by a moderator:
Status
Not open for further replies.
Back
Top