Lucene search
+L

31 matches found

Kitploit
Kitploit
added 2026/09/10 8:39 p.m.8 views

manul

Manul Manul es un fuzzer paralelo guiado por cobertura para binarios de código abierto y caja negra en Windows, Linux y macOS beta escrito en Python puro. Inicio rápido root@kitploit: pip3 install psutil git clone https://github.com/mxmssh/manul cd manul mkdir in mkdir out echo "AAAAAA" in/test...

6AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/10 7:52 p.m.8 views

ruzzy

Ruzzy A coverage-guided fuzzer for pure Ruby code and Ruby C extensions. Ruzzy is heavily inspired by Google's Atheris, a Python fuzzer. Ruzzy uses libFuzzer or LibAFL for its coverage instrumentation and fuzzing engine. Ruzzy also supports AddressSanitizer and UndefinedBehaviorSanitizer when...

5.9AI score
SaveExploits0References31
Kitploit
Kitploit
added 2026/09/10 6:05 p.m.10 views

fuzzilli

Fuzzilli Un fuzzer guiado por cobertura para intérpretes de lenguajes dinámicos basado en un lenguaje intermedio personalizado "FuzzIL" que puede ser mutado y traducido a JavaScript. Uso Los pasos básicos para usar este fuzzer son: 1. Descarga el código fuente de uno de los motores JavaScript...

5.9AI score
SaveExploits0References4
Kitploit
Kitploit
added 2026/09/10 5:47 p.m.8 views

drAFL

drAFL El AFL original admite fuzzing guiado por cobertura de caja negra usando el modo QEMU. Recomiendo probarlo primero y si no funciona, puedes probar esta herramienta. Además, puede que quieras probar Manul que admite fuzzing de binarios de caja negra en Windows y Linux. Uso Debes especificar...

6AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/10 4:58 p.m.6 views

cuFuzz

cuFuzz This repository contains the artifacts for cuFuzz , a GPU-oriented coverage-guided fuzzer for userland CUDA applications. cuFuzz combines host-side and device-side coverage collection with sanitization to effectively discover bugs in CUDA programs. Repository Structure root@kitploit:...

6AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/10 2:40 p.m.7 views

PHP-Fuzzer

PHP Fuzzer Esta biblioteca implementa un fuzzer para PHP, que se puede usar para encontrar errores en bibliotecas particularmente bibliotecas de análisis sintáctico alimentándolas con entradas "aleatorias". La retroalimentación de la instrumentación de cobertura de aristas se utiliza para guiar l...

6AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/10 12:00 p.m.8 views

LibPNG_OSS-Fuzz

Fuzzing and Vulnerability Analysis of libpng Group Security Research Project About Fuzzing: Fuzzing is an automated software testing technique that provides invalid, unexpected, or random data as inputs to a program to discover bugs and vulnerabilities. Coverage-guided fuzzing uses code coverage...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/10 11:10 a.m.41 views

ubertooth

Ubertooth Project Ubertooth is an open source wireless development platform suitable for Bluetooth experimentation. Ubertooth ships with a capable BLE Bluetooth Smart sniffer and can sniff some data from Basic Rate BR Bluetooth Classic connections. The latest release is 2020-12-R1. The latest...

5.6AI score
SaveExploits0References4
Kitploit
Kitploit
added 2026/09/10 10:02 a.m.5 views

toothpicker

ToothPicker ToothPicker es un fuzzer en proceso, guiado por cobertura para iOS. Se desarrolló para atacar específicamente el demonio de Bluetooth de iOS bluetoothd y analizar varios protocolos de Bluetooth en iOS. Como está construido usando FRIDA, se puede adaptar para atacar cualquier plataform...

6AI score
SaveExploits0References9
Kitploit
Kitploit
added 2026/09/10 5:51 a.m.11 views

wtf

what the fuzz A distributed, code-coverage guided, cross-platform snapshot-based fuzzer designed for attacking user and or kernel-mode targets running on Microsoft Windows and Linux user-mode experimental!. Overview what the fuzz or wtf is a distributed, code-coverage guided, customizable,...

6AI score
SaveExploits0References32
Kitploit
Kitploit
added 2026/09/10 3:39 a.m.5 views

nautilus

Nautilus 2.0 Nautilus es un fuzzer basado en gramática y guiado por cobertura. Puedes usarlo para mejorar tu cobertura de pruebas y encontrar más errores. Al especificar la gramática de entradas semi válidas, Nautilus es capaz de realizar mutaciones complejas y descubrir casos de prueba más...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/09 9:26 p.m.5 views

uniFuzzer

uniFuzzer uniFuzzer es una herramienta de fuzzing para binarios de código cerrado basada en Unicorn y LibFuzzer. Actualmente soporta fuzzing de archivos ELF LSB de 32 bits en ARM/MIPS, que suelen encontrarse en dispositivos IoT. 中文介绍 Características muy poco hack y fácil de construir puede apunta...

6AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/09 8:29 p.m.8 views

AFL

american fuzzy lop Originally developed by Michal Zalewski [email protected]. See QuickStartGuide.txt if you don't have time to read this file. 1 Challenges of guided fuzzing Fuzzing is one of the most powerful and proven strategies for identifying security issues in real-world software; it ...

5.9AI score
SaveExploits0References8
Kitploit
Kitploit
added 2026/09/09 6:41 p.m.194 views

manul

Manul Manul is a coverage-guided parallel fuzzer for open-source and black-box binaries on Windows, Linux and macOS beta written in pure Python. Quick Start root@kitploit: pip3 install psutil git clone https://github.com/mxmssh/manul cd manul mkdir in mkdir out echo "AAAAAA" in/test python3...

9.8CVSS6.7AI score0.03518EPSS
SaveExploits1References5
Kitploit
Kitploit
added 2026/09/07 9:24 p.m.5 views

syzkaller

syzkaller - 内核模糊测试器 syzkaller siːzˈkɔːlə 是一个无监督的覆盖引导内核模糊测试器。 支持的操作系统:FreeBSD、Fuchsia、gVisor、Linux、NetBSD、OpenBSD、Windows。 邮件列表:[email protected](可在网页或通过电子邮件加入)。 已发现的漏洞:Darwin/XNU、FreeBSD、Linux、NetBSD、OpenBSD、Windows。 文档 最初,syzkaller 是为 Linux 内核模糊测试而开发的,但现在 它也正在扩展,以支持其他操作系统内核。 目前大部分文档都与 Linux...

5.9AI score
SaveExploits0References25
Kitploit
Kitploit
added 2026/09/06 5:28 p.m.6 views

sfuzz

SFUZZ Start date: Dec, 2021 This is a coverage-guided, emulation based greybox fuzzer that makes use of a custom Just-In-Time compiler to achieve near-native performance. It works by lifting RISC-V elf binaries to an intermediate representation before JIT compiling them to x86 during execution...

5.9AI score
SaveExploits0References6
Kitploit
Kitploit
added 2026/09/06 12:01 p.m.6 views

Angora

Angora Angora is a mutation-based coverage guided fuzzer. The main goal of Angora is to increase branch coverage by solving path constraints without symbolic execution. Published Work Arxiv: Angora: Efficient Fuzzing by Principled Search, S&P 2018. Building Angora Build Requirements Linux-amd64...

5.9AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/06 7:26 a.m.8 views

WuppieFuzz

WuppieFuzz v1.7.1 TNO developed WuppieFuzz, a coverage-guided REST API fuzzer developed on top of LibAFL, targeting a wide audience of end-users, with a strong focus on ease-of-use, explainability of the discovered flaws and modularity. WuppieFuzz supports all three settings of testing black box,...

5.9AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/05 6:05 a.m.11 views

rewind

README Rewind is a snapshot-based coverage-guided fuzzer targeting Windows kernel components. The idea is to start from a snapshot of a live running system. This snapshot is composed of the physical memory pages along with the state of the cpu. This state is used to setup the initial state of a...

7.8CVSS8.1AI score0.05431EPSS
SaveExploits1References9
Kitploit
Kitploit
added 2026/09/04 9:46 p.m.7 views

efcf-framework

EF/CF - the Extremely Fast ethereum smart Contract Fuzzer EF/CF is a new approach to smart contract fuzzing: instead of using a new custom built fuzzer, it repurposes existing fuzzing infrastructure of C/C++ code to smart contracts. Currently, AFL++ is the primarily supported fuzzer, although the...

5.9AI score
SaveExploits0References3
Rows per page
Query Builder