Skip to content

Small tool to test out prompt injection and other vulnerabilities on LLM api endpoints. Project for Cybersecurity course.

License

Notifications You must be signed in to change notification settings

snek-git/llm-pentesting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

llm-pentesting

Usage

First run

pip install -r requirements.txt

to make sure all of the libraries used in the program are installed.

Currently the only working method with this program is to run main.py with your OpenAI API key:

python main.py --api-key <API_KEY_HERE>

About

Small tool to test out prompt injection and other vulnerabilities on LLM api endpoints. Project for Cybersecurity course.

Resources

License

Stars

Watchers

Forks

Languages