
간단하면서도 강력한 PowerShell 스크립트 난독화 도구

Invoke-Stealth는 간단하고 강력한 PowerShell 스크립트 난독화기입니다.
이 도구는 다양한 기술로 PowerShell로 작성된 모든 스크립트의 난독화 과정을 자동화하는 데 도움을 줍니다. Windows 또는 Linux에서 별도로, 함께, 또는 순차적으로 모든 기술을 쉽게 사용할 수 있습니다.
전체 저장소를 복제하거나 zip 파일을 다운로드하는 것이 좋습니다. 다음 명령을 실행하여 이 작업을 수행할 수 있습니다:
git clone https://github.com/JoelGMSec/Invoke-Stealth.git
제한된 버전은 다음과 같이 다운로드할 수도 있습니다:
powershell iwr -useb https://darkbyte.net/invoke-stealth.php -outfile Invoke-Stealth.ps1
.\Invoke-Stealth.ps1 -help
Info: This tool helps you to automate the obfuscation process of
any script written in PowerShell with different techniques
Usage: .\Invoke-Stealth.ps1 script.ps1 -technique Chimera
- You can use as single or separated by commas -
Techniques:
· Chameleon: Substitute strings and concatenate variables
· BetterXencrypt: Compresses and encrypts with random iterations
· PyFuscation: Obfuscate functions, variables and parameters
· ReverseB64: Encode with base64 and reverse it to avoid detections
· PSObfuscation: Convert content to bytes and encode with Gzip
· All: Sequentially executes all techniques described above
Warning: The output script will exponentially multiply the original size
Chameleon & PyFuscation need Python3 to work properly
https://darkbyte.net/ofuscando-scripts-de-powershell-con-invoke-stealth
이 프로젝트는 GNU 3.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 LICENSE 파일을 참조하십시오.
이 스크립트는 Joel Gámez Molina // @JoelGMSec가 처음부터 만들어 설계했습니다.
일부 모듈은 타사 코드, 스크립트 및 도구를 사용합니다. 특히:
• Chameleon by klezVirus --> https://github.com/klezVirus/chameleon
• BetterXencrypt by GetRektBoy724 --> https://github.com/GetRektBoy724/BetterXencrypt
• PyFuscation by CBHue --> https://github.com/CBHue/PyFuscation
• PSObfuscation by gh0x0st --> https://github.com/gh0x0st/Invoke-PSObfuscation
이 소프트웨어는 어떠한 종류의 보증도 제공하지 않습니다. 이 소프트웨어의 사용은 교육 환경 및/또는 고객의 동의를 받은 보안 감사에만 국한됩니다. 오용이나 이로 인해 발생할 수 있는 손해에 대해 저는 책임을 지지 않습니다.
더 많은 정보를 원하시면 Twitter에서 @JoelGMSec 및 제 블로그 darkbyte.net에서 저를 찾을 수 있습니다.
제 작업을 지원하려면 커피 한 잔 사주세요: