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. 🚀💥
238 stars
4 watching
34 forks
Language: Python
last commit: about 1 year ago
Linked from 1 awesome list
aicybersecurityllmllmsecurity
Related projects:
Repository | Description | Stars |
---|---|---|
| A fuzzing framework for testing C/C++/Obj-C targets by generating random inputs to induce crashes or verify invariants. | 68 |
| Fuzzing tool for finding bugs and security issues in software | 43 |
| A framework for building fuzzing tools to test C++ libraries' APIs by constructing and executing dataflow graphs of function calls and object dependencies. | 9 |
| A tool used to test security vulnerabilities in industrial control systems by injecting random data into their application code. | 26 |
| A framework for building custom fuzzers using Rust, allowing developers to extend and customize their fuzzing capabilities. | 2,059 |
| A tool for generating and testing random CAN network inputs to simulate real-world conditions. | 13 |
| A tool to help identify vulnerabilities in web applications by fuzzing query strings with custom rules. | 297 |
| A tool for generating and testing network protocol inputs to identify vulnerabilities | 2,057 |
| Automated testing of software components to identify vulnerabilities and weaknesses | 1,110 |
| A comprehensive workshop and training project on fuzzing with AFL (American Fuzzy Lop) for discovering vulnerabilities in popular software projects. | 1,233 |
| A tool to create and manage DNS rebinding attacks | 252 |
| A fuzzing framework for detecting functional bugs in RISC-V processors | 25 |
| Exploring various LLMs and their applications in natural language processing and related areas | 1,854 |
| A tool that generates realistic browser API invocations by analyzing memory-level mod-ref relations and applying weighted selection during test case generation. | 31 |
| A Python extension for Burpsuite that generates and applies payload fuzzing to test application vulnerabilities | 10 |