- Powershell-Kovak is a Powershell obfuscation tool built with Node.js, designed for ethical hacking purposes. It aims to provide obfuscation techniques to help secure and protect Powershell scripts used in penetration testing and other security assessments. Obfuscation Techniques: Just madness.
To install Powershell-Kovak, ensure you have Node.js and npm (Node Package Manager) installed on your system. Then, follow these steps:
- Clone this repository to your local machine:
git clone https://github.com/madhanmaaz/powershell-kovak
- Navigate to the project directory:
cd powershell-kovak
- Install dependencies using npm:
npm install
- Run the Tool:
npm start