LLMFuzzer
Language model fuzzer
A tool designed to test the security of large language models by simulating various inputs and observing their responses.
🧠LLMFuzzer - Fuzzing Framework for Large Language Models 🧠LLMFuzzer is the first open-source fuzzing framework specifically designed for Large Language Models (LLMs), especially for their integrations in applications via LLM APIs. 🚀💥
231 stars
4 watching
33 forks
Language: Python
last commit: 9 months ago
Linked from 1 awesome list
aicybersecurityllmllmsecurity
Related projects:
Repository | Description | Stars |
---|---|---|
status-im/nim-drchaos | A fuzzing framework for testing C/C++/Obj-C targets by generating random inputs to induce crashes or verify invariants. | 68 |
planetis-m/libfuzzer | Fuzzing tool for finding bugs and security issues in software | 43 |
forallsecure/graphfuzz | A framework for building fuzzing tools to test C++ libraries' APIs by constructing and executing dataflow graphs of function calls and object dependencies. | 9 |
momalab/icsfuzz | Fuzzes control applications to uncover vulnerabilities | 26 |
aflplusplus/libafl | A framework for building custom fuzzers using Rust, allowing developers to extend and customize their fuzzing capabilities. | 2,031 |
bhass1/pyfuzz_can | A tool for generating and testing random CAN network inputs to simulate real-world conditions. | 13 |
ameenmaali/qsfuzz | A tool to help identify vulnerabilities in web applications by fuzzing query strings with custom rules. | 296 |
jtpereyda/boofuzz | A tool for generating and testing network protocol inputs to identify vulnerabilities | 2,041 |
google/fuzzbench | Automated testing of software components to identify vulnerabilities and weaknesses | 1,108 |
mykter/afl-training | A comprehensive workshop and training project on fuzzing with AFL (American Fuzzy Lop) for discovering vulnerabilities in popular software projects. | 1,227 |
makuga01/dnsfookup | A tool to create and manage DNS rebinding attacks | 250 |
sycuricon/morfuzz | A fuzzing framework for detecting functional bugs in RISC-V processors | 23 |
km1994/llmsninestorydemontower | Exploring various LLMs and their applications in natural language processing and related areas | 1,798 |
chijinz/minerva | A tool that generates realistic browser API invocations by analyzing memory-level mod-ref relations and applying weighted selection during test case generation. | 31 |
wdahlenburg/logicalfuzzingengine | A Python extension for Burpsuite that generates and applies payload fuzzing to test application vulnerabilities | 10 |