Lucene search
+L

1549 matches found

Kitploit
Kitploit
added 2026/08/31 9:09 p.m.154 views

massdns

MassDNS A high-performance DNS stub resolver MassDNS is a simple high-performance DNS stub resolver targeting those who seek to resolve a massive amount of domain names in the order of millions or even billions. Without special configuration, MassDNS is capable of resolving over 350,000 names per...

6.1AI score
SaveExploits0References3
Kitploit
Kitploit
added 2026/08/31 9:03 p.m.139 views

unicorn

Unicorn Engine LOOKING FOR CONTRIBUTORS! See this. Unicorn is a lightweight, multi-platform, multi-architecture CPU emulator framework, based on QEMU. Unicorn offers some unparalleled features: Multi-architecture: ARM, ARM64 ARMv8, M68K, MIPS, PowerPC, RISCV, SPARC, S390X, TriCore and X86 16, 32,...

5.6AI score
SaveExploits0References9
Kitploit
Kitploit
added 2026/08/31 7:07 p.m.189 views

hashcobra

hashcobra hashcobra Hash Cracking tool. Description This tool uses a new method to crack hashes. With the help of rainbow tables concept this tool generates rainbow tables from wordlists to heavily optimize the cracking process. Usage root@kitploit: $ ./hashcobra -H --== hashcobra by sepehrdad ==...

5.7AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/08/31 4:50 p.m.4 views

CVE-2022-2586

CVE-2022-2586 gcc exploit.c -o exploit -lmnl -lnftnl -no-pie -lpthread...

7.8CVSS6.6AI score0.10458EPSS
SaveExploits7
Kitploit
Kitploit
added 2026/08/31 2:41 p.m.4 views

ElfDoor-gcc

ElfDoor-gcc ElfDoor-gcc es un LDPRELOAD que secuestra gcc para inyectar código malicioso en los binarios durante el enlace, sin tocar el código fuente. Artículo detallado: https://matheuzsecurity.github.io/hacking/gcc/ Instalación root@kitploit: git clone...

5.9AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/08/31 2:36 p.m.8 views

CVE-2023-38545

gcc client.c -lcurl...

9.8CVSS6.9AI score0.78483EPSS
SaveExploits6
Kitploit
Kitploit
added 2026/08/31 9:54 a.m.4 views

libunwind_CVE-2015-3239_After

-- mode: Outline - - This is version 1.0 of the unwind library. This library supports several architecture/operating-system combinations: Linux/x86-64: Works well. Linux/x86: Works well. Linux/ARM: Works well. Linux/IA-64: Fully tested and supported. Linux/PARISC: Works well, but C library missin...

3.3CVSS6AI score0.00498EPSS
SaveExploits1
Kitploit
Kitploit
added 2026/08/31 1:21 a.m.36 views

cbrutekrag

cbrutekrag Penetration tests on SSH servers using dictionary attacks. Written in C. brute krag means "brute force" in afrikáans Disclaimer This tool is for ethical testing purpose only. cbrutekrag and its owners can't be held responsible for misuse by users. Users have to act as permitted by loca...

5.9AI score
SaveExploits0References5
Kitploit
Kitploit
added 2026/08/30 7:56 p.m.5 views

ABD

Desofuscación Binaria Avanzada Este repositorio contiene los materiales del curso de Desofuscación Binaria Avanzada en el Campamento Global de Ciberseguridad GCC Tokio y el Taller Nacional del Campamento de Seguridad en 2020. Resumen del Curso La ingeniería inversa no es fácil, especialmente si u...

5.9AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/08/29 8:43 a.m.5 views

CVE-2018-6574

CVE-2018-6574 Go prima di 1.8.7, Go 1.9.x prima di 1.9.4 e Go 1.10 pre-release prima di Go 1.10rc2 consentono l'esecuzione di comandi remoti tramite go get durante la compilazione del codice sorgente, sfruttando la funzionalità dei plugin di gcc o clang, poiché gli argomenti -fplugin= e -plugin=...

7.8CVSS6.8AI score0.07625EPSS
SaveExploits4
Kitploit
Kitploit
added 2026/08/28 4:53 p.m.5 views

CVE-2021-4034

CVE-2021-4034 root@kitploit: sudo apt install golang-go sudo apt install gccgo-go root@kitploit: grep PRETTY /etc/os-release id gcc cve-2021-4034-poc.c -o cve-2021-4034-poc ./cve-2021-4034-poc...

7.8CVSS6.8AI score0.94921EPSS
SaveExploits154
Kitploit
Kitploit
added 2026/08/28 2:10 p.m.6 views

CVE-2023-0386

CVE-2023-0386 root@kitploit: gcc -Wall exp.c pkg-config fuse --cflags --libs -o exp ./exp /tmp...

7.8CVSS7AI score0.0788EPSS
SaveExploits14
Kitploit
Kitploit
added 2026/08/28 4:11 a.m.244 views

tyton

Tyton This Project Is Now Archived Linux Kernel-Mode Rootkit Hunter for 4.4.0-31+. For more information, visit Tyton's website. Detected Attacks Hidden Modules Syscall Table Hooking Network Protocol Hooking Netfilter Hooking Zeroed Process Inodes Process Fops Hooking Interrupt Descriptor Table...

5.5AI score
SaveExploits0References3
Kitploit
Kitploit
added 2026/08/28 4:10 a.m.33 views

bst

Binary String Toolkit Summary The Binary String Toolkit or BST for short is a rather simple utility to convert binary strings to various formats suitable for inclusions in source codes, such as those used to develop exploits and Proof of Concepts in the security field. Features Convert and dump...

5.4AI score
SaveExploits0
Kitploit
Kitploit
added 2026/08/28 2:13 a.m.4 views

cve-2018-6574

cve-2018-6574 root@kitploit: $ gcc -shared -o attack.so -fPIC attack.c...

7.8CVSS6.7AI score0.07625EPSS
SaveExploits4
Kitploit
Kitploit
added 2026/08/28 1:06 a.m.5 views

Project_CVE-2021-21985_PoC

ProjectCVE-2021-21985PoC Compilazione JNI gcc -fPIC -I"$JAVAHOME/include" -I"$JAVAHOME/include/linux" -shared -o libhello.so HelloJNI.c...

10CVSS9AI score0.99999EPSS
SaveExploits12
Kitploit
Kitploit
added 2026/08/27 9:48 p.m.4 views

cve-2018-6574

cve-2018-6574 gcc -shared -o attack.so -fPIC attack.c...

7.8CVSS6.7AI score0.07625EPSS
SaveExploits4
Kitploit
Kitploit
added 2026/08/27 5:35 p.m.3 views

CVE-2018-6574

CVE-2018-6574 Passos para reproduzir: 1. Crie um arquivo .c contendo o comando malicioso revshell: root@kitploit: include include static void malicious attributeconstructor; void malicious system""; 2. Compile-o usando GCC. Você deve compilá-lo exatamente na mesma arquitetura e SO do alvo por...

7.8CVSS6.7AI score0.07625EPSS
SaveExploits4
Kitploit
Kitploit
added 2026/08/27 8:15 a.m.5 views

CVE-2026-3888-PoC

CVE-2026-3888-PoC compila il payload gcc -shared -fPIC -o /tmp/libpayload.so payload.c...

7.8CVSS8.3AI score0.00383EPSS
SaveExploits7
Kitploit
Kitploit
added 2026/08/27 7:11 a.m.5 views

f_poc_cve-2021-4034

fpoccve-2021-4034 utilizzo root@kitploit: cd /tmp git clone https://github.com/jcatala/fpoccve-2021-4034/ cd fpoccve-2021-4034 gcc -fPIC -c ISO646.c ld -shared -shared ISO646.o -o s.so gcc f.c -o f ./f...

7.8CVSS6.8AI score0.94921EPSS
SaveExploits154
Rows per page
Query Builder