118 matches found
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...
avet
Herramienta de Evasión de Antivirus AVET ya no se desarrolla debido a limitaciones técnicas y de tiempo. AVET es una herramienta de evasión de antivirus, desarrollada para facilitar la vida de los pentesters y para experimentar con técnicas de evasión de antivirus, así como otros métodos utilizad...
ZSC
OWASP ZSC ESTE SOFTWARE FUE CREADO PARA DESAFIAR LA TECNOLOGÍA ANTIVIRUS, INVESTIGAR NUEVOS MÉTODOS DE CIFRADO Y PROTEGER ARCHIVOS DE CÓDIGO ABIERTO SENSIBLES QUE CONTIENEN DATOS IMPORTANTES. LOS COLABORADORES Y LA FUNDACIÓN OWASP NO SERÁN RESPONSABLES POR CUALQUIER USO ILEGAL. OWASP ZSC es un...
hershell
Hershell Shell reverso TCP simple escrito en Go. Utiliza TLS para asegurar las comunicaciones y proporciona una función de fijación de huella digital de clave pública del certificado, evitando la interceptación del tráfico. Los sistemas operativos compatibles son: Windows Linux Mac OS FreeBSD y...
PhantomEvasion
PHANTOM EVASION 3.0 Phantom-Evasion es una herramienta de evasión de antivirus escrita en Python compatible tanto con Python como con Python3 capaz de generar ejecutables casi totalmente indetectables incluso con los payloads más comunes de x86 msfvenom. Los siguientes SOs soportan oficialmente l...
avcleaner
avcleaner Ofuscador de código fuente C/C++ para evasión de antivirus Publicaciones del blog La implementación es bastante compleja y este dominio del desarrollo de software rara vez se documenta en términos sencillos. Por eso existen publicaciones en el blog que detallan cada decisión de diseño y...
ASWCrypter
Bienvenido al script ASWCrypter v1.0 100% FUD Un script en Bash&Python para generar payloads que evitan todos los antivirus hasta ahora FUD ; . POR FAVOR NO SUBAS EL BACKDOOR A WWW.VIRUSTOTAL.COM 23/08/2018 Importante Esta versión solo es para pruebas, en el futuro actualizaré ASWCrypter para...
foolav
foolav Executable compiled with this code is useful during penetration tests where there is a need to execute some payload meterpreter maybe? while being certain that it will not be detected by antivirus software. The only requirement is to be able to upload two files: binary executable and paylo...
gmailc2
gmailc2 root@kitploit: Un servidor C2 completamente indetectable que se comunica a través de Google SMTP para evadir protecciones antivirus y restricciones de tráfico de red. Nota: root@kitploit: Este RAT se comunica a través de Gmail SMTP o puedes usar cualquier otro SMTP también, pero Gmail SMT...
AVBypass
protección de evasión de antivirus requisitos golang instalado uso root@kitploit: 1 - crea tu payload go run create.go ej: go run create.go 1.1.1.1 443 SecRetkira https://www.youtube.com/watch?v=Rv4VzpGCEEM 2 - en la carpeta output encontrarás shell.go, compílalo go build shell.go 3 - ahora tiene...
fudshell
fudshell Un script eficiente para generar una reverse shell persistente FUD para Red Teaming. No subas el stub generado a VirusTotal. Advertencia: root@kitploit: No subas ningún payload a VirusTotal. Si es detectado, házmelo saber... actualizaré el stub. Si necesitas evasiones de Cobalt Strike,...
xencrypt
Xencrypt PowerShell crypter v 1.0 Authors Xentropy @SamuelAnttila SecForce @SECFORCELTD If you want to read about the design behind this tool and how to make your own crypter, there's an article I wrote about it here: Write a crypter in any language Note Don't be a script kiddie, I made this GPLv...
CVE-2012-4681-Armoring
CVE-2012-4681-Blindaje Resumen general Un experimento manual de blindaje de evasión de antivirus para CVE-2012-4681 inspirado por http://security-obscurity.blogspot.com/2012/11/java-exploit-code-obfuscation-and.html. Exploit base: http://pastie.org/4594319 Resultados al 26/9/2014 y 2/8/2016...
batchfuscate
batchfuscate Un script simple y eficiente para hacer que tu payload batch sea indetectable. Requisitos: root@kitploit: 1. python3 debe estar instalado en Windows y Linux 2. pip install termcolor pip install pystyle pip install tqdm pip install colorama pip install requests Instalación:-...
TheFatRat
TheFatRat Una Herramienta Masiva de Explotación TheFatRat es una herramienta de explotación que compila un malware con un payload famoso, y luego el malware compilado puede ejecutarse en Linux, Windows, Mac y Android. proporciona una forma fácil de crear backdoors y payloads que pueden eludir la...
kwetza
Introducción Por Chris Le Roy @brompwnie [email protected] Kwetza es una herramienta que permite infectar una aplicación Android existente con un payload de Meterpreter. ¿Qué hace? Kwetza infecta una aplicación Android existente con plantillas de payload personalizadas o predeterminadas para...
pe_to_shellcode
petoshellcode Converts PE so that it can be then injected just like a normal shellcode. At the same time, the output file remains to be a valid PE. Supports both 32 and 64 bit PEs Authors:@hasherezade & @hh86 Objective The goal of this project is to provide a possibility to generate PE files that...
Armor
Armor Armor es un script Bash simple diseñado para crear payloads cifrados de macOS capaces de evadir escáneres antivirus. A continuación, se muestra un ejemplo en gif de Armor siendo utilizado con un payload Netcat simple. Se inicia un listener Netcat en el puerto 4444. El archivo "payload.txt" ...
pycrypt
pycrypt 基于Python的加密器,能够绕过任何类型的杀毒软件 注意: root@kitploit: 如果存根被检测到,请使用以下混淆方法:- 1. https://github.com/machine1337/fudcrypt 2. https://github.com/machine1337/pyobfuscate 重要说明: root@kitploit: 1. 确保你的载荷文件导入了所有库,并且是一个有效的载荷文件 2. 如果载荷被检测到,请告诉我,我会更新存根。 3. 如果需要Cobalt Strike规避功能,请在Telegram联系我: @R0ot1337 使用方法:...
yetAnotherObfuscator
yetAnotherObfuscator A C obfuscator tool that can bypass Windows Defender antivirus. I made this tool mainly as an excuse to learn more about C and how obfuscators function. This is an alpha release, so expect some nice bugs. Usage: Drag drop the C exe into yetAnotherObfuscator.exe Or provide the...