13 matches found
Revoke-Obfuscation
Revoke-Obfuscation v1.0 Introducción Revoke-Obfuscation es un framework de detección de ofuscación de PowerShell compatible con PowerShell v3.0+. Autores Daniel Bohannon @danielhbohannon Lee Holmes @LeeHomes Investigación Artículo:...
LightMe
LightMe LightMe es un servidor HTTP simple que sirve scripts/payloads de PowerShell después de ofuscarlos y ejecuta ofuscación como un servicio en segundo plano para mantener ofuscados los payloads, lo que proporciona un payload casi nuevo en cada solicitud HTTP. Características principales Ofusc...
psobf
Ofuscador de PowerShell Su objetivo es transformar el código para dificultar el análisis y las firmas estáticas, útil en laboratorios y compromisos autorizados de Red Team/Pentesting. Soporta 6 niveles de ofuscación más una arquitectura de transformaciones/pipeline que permite apilar técnicas com...
PyFuscation
PyFuscation Requiere python3 uso: PyFuscation.py -h -f -v -p --ps SCRIPT Argumentos opcionales: root@kitploit: • -h, --help muestra este mensaje de ayuda y sale • -f Ofuscar funciones ○ Haz esto primero... Es probablemente el que funcione mejor • -v Ofuscar variables ○ Si vas a ofuscar variables,...
GoAround
GoAround Una herramienta que permite generar bypasses de AMSI y la ofuscación automática de scripts de PowerShell utilizando tres métodos de ofuscación diferentes. GoAround está licenciado bajo la licencia MIT. Consulte LICENSE para obtener más información. GoAround Descargo de responsabilidad...
powerglot
Powerglot Powerglotは、ポリグロットを使用して、例えば攻撃的なPowerShellスクリプトなど、数種類のスクリプトをエンコードします。ペイロードを実行するためにローダーは必要ありません。...
Chimera
Chimera es un script de ofuscación de PowerShell brillante y muy improvisado diseñado para evitar AMSI y soluciones antivirus. Digiere PS1 maliciosos conocidos por activar AV y utiliza sustitución de cadenas y concatenación de variables para evadir firmas de detección comunes. Chimera fue creado...
powerob
Powerob Un ofuscador de scripts de PowerShell sobre la marcha diseñado para compromisos de red team. Construido por necesidad. Esto solo ofusca funciones y elimina lo encontrado en scripts de PowerShell. La hoja de ruta incluye ofuscar variables. Se aceptan pull requests y colaboraciones. Acerca ...
Invoke-Obfuscation
Invoke-Obfuscation v1.8 Introduction Invoke-Obfuscation is a PowerShell v2.0+ compatible PowerShell command and script obfuscator. Background In the Fall of 2015 I decided to begin researching the flexibility of PowerShell's language and began cataloguing the various ways to accomplish a handful ...
Invoke-PSObfuscation
Invoke-PSObfuscation Las técnicas tradicionales de ofuscación tienden a añadir capas para encapsular el código existente, como base64 o compresión. Estas cargas útiles siguen teniendo un éxito variable, pero se ha vuelto trivial extraer la carga útil prevista y algunos lanzadores se detectan con...
Beginners-Guide-to-Obfuscation
Evading Detection: A Beginner's Guide to Obfuscation Defenders are constantly adapting their security to counter new threats. Our mission is to identify how they plan on securing their systems and avoid being identified as a threat. This is a hands-on class to learn the methodology behind malware...
PowerShell-Obfuscation-Bible
PowerShell Obfuscation Bible A collection of techniques, examples and a little bit of theory for manually obfuscating PowerShell scripts to bypass signature-based detection, compiled for educational purposes. The contents of this repository are the result of personal research, including reading...
DeepLoad Malware Uses ClickFix and WMI Persistence to Steal Browser Credentials
A new campaign has leveraged the ClickFix social engineering tactic as a way to distribute a previously undocumented malware loader referred to as DeepLoad. "It likely uses AI-assisted obfuscation and process injection to evade static scanning, while credential theft starts immediately and captur...