Category: github
-
Invoke-Mathfuscation – GitHub
A quick command line utility that converts individual characters of an input string into char values. It then takes a user-supplied number value and uses it to obfuscate the individual char values. Lastly, it outputs a simple obfuscated one-liner using…
-
IP-Obfuscator
This PowerShell script takes a standard IPv4 address and obfuscates it using several methods. Each method “should” be interpreted correctly using a console, browser, or compiler. The script supports several conversion methods such as decimal, several hexadecimal conversions, mixed notation…
-
Process Suspender – GitHub
A quick PowerShell utility which launches and immediately suspends a provided process for a specified amount of time. The script prompts for process name, amount of time in seconds to leave the process in a suspended state. Once the time…