A swiss army knife for pentesting networks
-
Updated
May 11, 2022 - Python
PowerShell is a task automation and configuration management framework from Microsoft, consisting of a command-line shell and associated scripting language. Initially a Windows component, it was made open source and cross-platform with the introduction of PowerShell Core which is built on .NET Core.
The following scripts need to be cleaned and imported from devel:
Created by Microsoft
Released November 14, 2006
Hi!
I am having trouble finding out as to why the functions are not obfuscating in my small script:
test1.ps1---------------
function runmefor-fun {
$variablenopurpose = "no purpose"
Write-Host $variablenopurpose
}
#commment
runmefor-fun
#hi
My command line is:
chameleon.py -l 1 -o OUTPUT.ps1 -v -c -f Test1.ps1
and my output file is this: -