Lucene search
+L

1714 matches found

Kitploit
Kitploit
added 2026/09/16 1:58 a.m.6 views

fuzzbench

FuzzBench: Fuzzer Benchmarking As a Service FuzzBench is a free service that evaluates fuzzers on a wide variety of real-world benchmarks, at Google scale. The goal of FuzzBench is to make it painless to rigorously evaluate fuzzing research and make fuzzing research easier for the community to...

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

uniFuzzer

uniFuzzer uniFuzzer is a fuzzing tool for closed-source binaries based on Unicorn and LibFuzzer. Currently it supports fuzzing 32-bits LSB ELF files on ARM/MIPS, which are usually seen in IoT devices. 中文介绍 Features very little hack and easy to build can target any specified function or code snipp...

5.9AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/15 10:47 p.m.57 views

autoharness

AutoHarness Created by Akshat Parikh What is this tool? AutoHarness is a tool that automatically generates fuzzing harnesses for you. This idea stems from a concurrent problem in fuzzing codebases today: large codebases have thousands of functions and pieces of code that can be embedded fairly de...

6AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/15 10:43 p.m.12 views

fuzzuf

fuzzuf fuzzuf fuzz ing u nification f ramework is a fuzzing framework with its own DSL to describe a fuzzing loop by constructing building blocks of fuzzing primitives. For build instructions and a tutorial, please follow building.md and tutorial.md. Why use fuzzuf? fuzzuf enables a flexible...

5.8AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/15 7:03 p.m.140 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/09/15 3:47 p.m.11 views

ruzzy

Ruzzy 一个基于覆盖率引导的模糊测试工具,用于纯 Ruby 代码和 Ruby C 扩展。 Ruzzy 深受 Google 的 Atheris(一个 Python 模糊测试器)启发。Ruzzy 使用 libFuzzer(或 LibAFL)作为其覆盖率检测和模糊测试引擎。在对 C 扩展进行模糊测试时,Ruzzy 还支持 AddressSanitizer 和 UndefinedBehaviorSanitizer。如果您想了解更多关于 Ruzzy 背后的灵感,请参阅我们的论文:Design and Implementation of a Coverage-Guided Ruby Fuzzer...

6AI score
SaveExploits0References32
Kitploit
Kitploit
added 2026/09/15 3:28 p.m.18 views

oss-fuzz

OSS-Fuzz: オープンソースソフトウェアのための継続的ファジング ファズテストは、ソフトウェアのプログラミングエラーを発見するためのよく知られた手法です。検出可能なエラーの多くは、バッファオーバーフローのように、深刻なセキュリティ上の影響を及ぼす可能性があります。Googleは、Chromeコンポーネントのガイド付きインプロセスファジングを展開することで、数千件のセキュリティ脆弱性と安定性バグを発見してきました。そして、このサービスをオープンソースコミュニティと共有したいと考えています。 Core Infrastructure...

5.8AI score
SaveExploits0References7
Kitploit
Kitploit
added 2026/09/15 10:57 a.m.55 views

honggfuzz

Honggfuzz A security-oriented, feedback-driven, evolutionary fuzzer. Honggfuzz is a general-purpose fuzzer that uses code coverage software and hardware-based to find bugs. It is multi-process, multi-threaded, and supports persistent fuzzing for extreme speed. Key Features Fast : Multi-process an...

5.5AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/15 8:25 a.m.11 views

cargo-fuzz

cargo fuzz 一个用于通过libFuzzer 进行模糊测试的 cargo 子命令!易于使用! 安装 root@kitploit: $ cargo install cargo-fuzz 注意:libFuzzer 需要 LLVM sanitizer(消毒器)支持,因此仅适用于 x86-64 和 Aarch64 架构,并且仅适用于类 Unix 操作系统(不适用于 Windows)。此外,由于使用了一些不稳定的命令行标志,它还需要 nightly 版本编译器。你还需要一个支持 C++11 的 C++ 编译器。 用法 cargo fuzz init 为你的 crate 初始化一个 carg...

6AI score
SaveExploits0References4
Kitploit
Kitploit
added 2026/09/13 1:58 p.m.5 views

CVE-2023-4863-

CVE-2023-4863 Desencadenando la famosa vuln 0day de libweb con libfuzzer...

8.8CVSS7.3AI score0.99979EPSS
SaveExploits9
Kitploit
Kitploit
added 2026/09/11 9:59 p.m.7 views

centipede

Centipede - 一个分布式模糊测试引擎。正在开发中。 为什么选择 Centipede 为什么不呢?我们目前正尝试对某些非常大且非常慢的目标进行模糊测试,而 libFuzzer、AFL 之类的工具不一定能很好地扩展。关于我们的一个动机示例,请参阅 SiliFuzz。在开发 Centipede 的过程中,我们计划试验一些现有模糊测试引擎未曾尝试的大规模差分模糊测试新方法。 值得注意的特性: 开箱即用地支持基于 libFuzzer 的模糊测试目标。要使用你最喜欢的 LLVMFuzzerTestOneInput,你只需使用 Centipede 的编译器和链接器选项来构建目标。 正在开发中...

6AI score
SaveExploits0References6
Kitploit
Kitploit
added 2026/09/11 2:32 a.m.12 views

Pishi

Pishi Pishi is a static binary rewriting tool designed to instrument basic blocks in XNU kernel and in arbitrary macOS kernel extensions kexts. for XNU kernel, Pishi allows you to instrument at a function, file, or folder level. For example, you can instrument everything in the /bsd/net/ director...

6AI score
SaveExploits0References5
Kitploit
Kitploit
added 2026/09/10 8:44 p.m.6 views

bunch-of-fuzzers-developed-using-libfuzzer-and-asan

使用 libfuzzer 和 asan 开发的一系列模糊测试器...

5.8AI score
SaveExploits0
OSS-Fuzz
OSS-Fuzz
added 2026/09/09 3:21 p.m.11 views

llvm:llvm-special-case-list-fuzzer: Crash in p_ere

Detailed Report: https://oss-fuzz.com/testcase?key=6388532688781312 Project: llvm Fuzzing Engine: libFuzzer Fuzz Target: llvm-special-case-list-fuzzer Job Type: libfuzzerasanllvm Platform Id: linux Crash Type: UNKNOWN READ Crash Address: 0x7b6587ce1ff0 Crash State: pere pere pere Sanitizer: addre...

5.8AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/09 9:46 a.m.6 views

fuzzing

libfuzzer-workshop Materiales del taller "Modern fuzzing of C/C++ Projects". La primera versión del taller se presentó en la conferencia de seguridad ZeroNights'16. Aviso legal Este taller fue desarrollado originalmente en 2016. A día de hoy 2021 y posteriores, la parte práctica del taller podría...

5.9AI score
SaveExploits0References1
OSS-Fuzz
OSS-Fuzz
added 2024/10/27 8:27 a.m.6 views

apache-commons-bcel:BcelFuzzer: Security exception in org.apache.bcel.classfile.Attribute.readAttribute

Detailed Report: https://oss-fuzz.com/testcase?key=4855215269216256 Project: apache-commons-bcel Fuzzing Engine: libFuzzer Fuzz Target: BcelFuzzer Job Type: libfuzzerasanapache-commons-bcel Platform Id: linux Crash Type: Security exception Crash Address: Crash State:...

5.9AI score
SaveExploits0
Google Chrome Security Advisories
Google Chrome Security Advisories
added 2024/10/08 12:00 a.m.61 views

Stable Channel Update for Desktop

The Stable channel has been updated to 129.0.6668.100/.101 for Windows, Mac and 129.0.6668.100 for Linux which will roll out over the coming days/weeks. A full list of changes in this build is available in the Log. Security Fixes and Rewards Note: Access to bug details and links may be kept...

8.8CVSS7AI score0.00774EPSS
SaveExploits1Affected Software1
Google Chrome Security Advisories
Google Chrome Security Advisories
added 2024/09/24 12:00 a.m.51 views

Stable Channel Update for Desktop

The Stable channel has been updated to 129.0.6668.70/.71 for Windows, Mac and 129.0.6668.70 for Linux which will roll out over the coming days/weeks. A full list of changes in this build is available in the Log. Security Fixes and Rewards Note: Access to bug details and links may be kept restrict...

8.8CVSS8.6AI score0.06264EPSS
SaveExploits3Affected Software1
Google Chrome Security Advisories
Google Chrome Security Advisories
added 2024/09/02 12:00 a.m.67 views

Stable Channel update for Desktop

The Stable channel has been updated to 128.0.6613.119/.120 for Windows, Mac and 128.0.6613.119 for Linux which will roll out over the coming days/weeks. A full list of changes in this build is available in the Log. The Extended Stable channel has been updated to 128.0.6613.120 for Windows and Mac...

8.8CVSS9.4AI score0.00562EPSS
SaveExploits2Affected Software1
Google Chrome Security Advisories
Google Chrome Security Advisories
added 2024/06/18 12:00 a.m.79 views

Stable Channel Update for Desktop

The Stable channel has been updated to 126.0.6478.114/115 for Windows, Mac and 126.0.6478.114 for Linux which will roll out over the coming days/weeks. A full list of changes in this build is available in the Log. Security Fixes and Rewards Note: Access to bug details and links may be kept...

8.8CVSS9.3AI score0.01148EPSS
SaveExploits0Affected Software1
Rows per page
Query Builder