-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
# ⚡ LLMFuzzer => LLM Integrations Fuzzing Tool ⚡ | ||
# ⚡ LLMFuzzer => LLM Integrations Fuzzing Framework ⚡ | ||
|
||
![LLMFuzzer-shell](https://github.com/mnns/LLMFuzzer/assets/1796080/61e6d83e-1b6b-4033-87e6-4d438f7cf2e1) | ||
|
||
# 🤔 What is this? | ||
LLMFuzzer allows you to scan your LLM integration for known LLM vulnerabilities. | ||
LLMFuzzer allows you to scan your LLM integration in your application for known LLM vulnerabilities. | ||
We are constantly adding attacks (check **/attacks** directory) and improving detection techniques. | ||
|