Lucene search
+L

386 matches found

Kitploit
Kitploit
added 2026/09/05 2:09 a.m.4 views

aes-finder

AES Finder Utilidad para encontrar claves AES en la memoria de procesos en ejecución. Funciona para claves de 128, 192 y 256 bits. Uso Abra la solución aes-finder.sln en Visual Studio 2013 para compilar el código fuente. Alternativamente, use gcc/clang: root@kitploit: g++ -O3 -march=native...

5.4AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/05 1:57 a.m.3 views

Ghostfuscator

Ghostfuscator Obfuscate python scripts making them password-protected using AES Encryption Usage Just execute the script, and follow the menu. Info Once an script is obfuscated, when running it a password asking prompt will appear, after submiting the correct password, the script will execute...

5.4AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/05 12:33 a.m.5 views

perl-CryptX

NAME CryptX - Cryptographic toolkit SYNOPSIS CryptX is the distribution entry point. In normal code, load one of the concrete modules listed below. root@kitploit: one-shot hashing use Crypt::Digest qwdigestdatahex; my $sha256 = digestdatahex'SHA256', 'hello world'; classic AES-CBC encryption with...

5.7AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/05 12:07 a.m.6 views

MorphAES

MorphAES IDPS & SandBox & AntiVirus STEALTH KILLER. MorphAES is the world's first polymorphic shellcode engine, with metamorphic properties and capability to bypass sandboxes, which makes it undetectable for an IDPS, it's cross-platform as well and library-independent. Properties: Polymorphism AE...

6AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/05 12:06 a.m.2 views

Obfuscator

Obfuscator El programa está diseñado para ofuscar el shellcode. Actualmente la herramienta soporta 2 cifrados. root@kitploit: 1 XOR 2 AES La herramienta acepta shellcode en 4 formatos. root@kitploit: 1 base64 2 hex 3 c 4 raw Uso desde la línea de comandos root@kitploit: Usage Description -----...

5.5AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/05 12:02 a.m.4 views

Shellcode-Injection-Techniques

Técnicas de Inyección de Shellcode Una colección de técnicas de inyección de shellcode en C. Todas las técnicas utilizan un payload de meterpreter cifrado con AES. Iré ampliando este proyecto a medida que aprenda, descubra o desarrolle más técnicas. Nota: El proyecto no está pensado para ser usad...

6AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/04 11:15 p.m.8 views

venom

Venom C2 Venom C2 is a dependency‑free Python3 Command & Control framework for redteam persistence, built to run on systems without installing packages. It comprises a Flask team server, an Electron operator GUI, and a single‑file Python agent that communicates over HTTP/HTTPS using configurable...

6.4AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/04 11:03 p.m.146 views

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...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/04 10:29 p.m.3 views

Ironsquirrel

IRONSQUIRREL This project aims at delivering browser exploits to the victim browser in an encrypted fashion. Ellyptic-curve Diffie-Hellman secp256k1 is used for key agreement and AES is used for encryption. By delivering the exploit code and shellcode to the victim in an encrypted way, the attack...

5.7AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/04 9:55 p.m.5 views

FilelessPELoader

FilelessPELoader Loading Remote AES Encrypted PE in memory , Decrypted it and run it Usage : References : https://github.com/aplyc1a/PEMemoryLoader?fbclid=IwAR2-VAQo8pJU-tdbSENjhDBdDGi5tyzrnW1S3D9BPAYR6C6-RK4hsEDjDGk Requirements 1. hashlib 2. pycryptodome 3. pycryptodomex...

5.4AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/04 9:48 p.m.3 views

CSSG

CSSG Generador de Shellcode para Cobalt Strike Ryan Stephenson RCStep Añade Shellcode - Generador de Shellcode a la barra de menú superior de Cobalt Strike CSSG es un conjunto de scripts de agresor, .NET y Python utilizados para generar y formatear shellcode de beacon de manera más sencilla Gener...

5.8AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/04 8:30 p.m.7 views

tiny-AES-c

Tiny AES in C This is a small and portable implementation of the AES ECB, CTR and CBC encryption algorithms written in C. You can override the default key-size of 128 bit with 192 or 256 bit by defining the symbols AES192 or AES256 in aes.h. The API is very simple and looks like this I am using C...

5.6AI score
SaveExploits0References3
Kitploit
Kitploit
added 2026/09/04 8:26 p.m.5 views

SharpCovertTube

SharpCovertTube SharpCovertTube is a program created to control Windows systems remotely by uploading videos to Youtube. The program monitors a Youtube channel until a video is uploaded, decodes the QR code from the thumbnail of the uploaded video and executes a command. The QR codes in the video...

5.9AI score
SaveExploits0References9
Kitploit
Kitploit
added 2026/09/04 7:44 p.m.5 views

Shellcode-Encryptor

ShellcodeEncryptor Un simple cifrador/descifrador/ejecutor de shellcode para evadir antivirus. Nota: He rehecho completamente el flujo de trabajo para la evasión, he descubierto que inyectar el binario en memoria usando PowerShell es el método más efectivo. Propósito Generar un binario .Net que...

6AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/04 6:42 p.m.5 views

CVE-2019-18935-bypasswaf

CVE-2019-18935-bypasswaf Modified from the original project: https://github.com/noperator/CVE-2019-18935 1. The attack malicious payload is passed from the cookie 2. Metadata data is passed in through an encrypted interface and deserialized 3. Default proxy 127.0.0.1:8080 4. Default attack payloa...

9.8CVSS8AI score0.99737EPSS
SaveExploits16References2
Kitploit
Kitploit
added 2026/09/04 4:39 p.m.300 views

interactsh

An OOB interaction gathering server and client library Features • Usage • • • •...

5.4AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/04 4:13 p.m.6 views

covert-control

covert-control Controla sistemas de forma remota subiendo archivos a Google Drive, OneDrive, Youtube o Telegram usando Python para crear los archivos y los listeners. Permite crear archivos de texto, imágenes, audio o vídeos, con los comandos en texto claro o cifrados usando AES...

5.3AI score
SaveExploits0References3
Kitploit
Kitploit
added 2026/09/04 4:13 p.m.29 views

covert-control

covert-control Control systems remotely by uploading files to Google Drive, OneDrive, Youtube or Telegram using Python to create the files and the listeners. It allows to create text files, images, audio or videos, with the commands in cleartext or encrypted using AES. covert-googledrive.py -...

5.8AI score
SaveExploits0References3
Kitploit
Kitploit
added 2026/09/04 1:43 p.m.44 views

lazywarden

Secure, Automated, and Multi-Cloud Bitwarden Backup and Import System Lazywarden is a Python automation tool designed to Backup and Restore data from your vault, including Bitwarden attachments. It allows you to upload backups to multiple cloud storage services and receive notifications across...

5.5AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/04 11:00 a.m.3 views

dicerosbicornis

DicerosBicornis Un backdoor Windows furtif basé sur Python qui utilise l'e-mail comme serveur de commande et de contrôle. Prérequis Python 2.x module PyCrypto module WMI module Enum34 module Netifaces module pypiwin32 Fonctionnalités Messages de transport chiffrés AES + hachage SHA256 Générer un...

5.9AI score
SaveExploits0References2
Rows per page
Query Builder