View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0009663 | Kali Linux | New Tool Requests | public | 2026-05-03 03:30 | 2026-05-04 13:40 |
| Reporter | xm4skbyt3z | Assigned To | daniruiz | ||
| Priority | normal | Severity | minor | Reproducibility | have not tried |
| Status | closed | Resolution | won't fix | ||
| Summary | 0009663: Promptix - LLM security scanner (prompt injection / jailbreak / leakage) | ||||
| Description | [Name] [Version] [Homepage] [Download] [Author] [Licence] [Description] The UX is meant to feel familiar to anyone who already uses sqlmap or nmap: It works against any OpenAI-compatible API (OpenAI, Ollama, vLLM, LM Studio, I have been testing it locally against Ollama (llama3.2:1b) on Kali and it [Dependencies]
Optional, only needed for the ART boundary-estimation feature in the
[Similar tools]
Promptix covers the five OWASP LLM categories in one command and uses the [Activity] [How to install] wget https://github.com/xm4skbyt3z/promptix/archive/refs/tags/v0.1.0.tar.gz Or with the install script in the repo (works on Kali / Debian): git clone https://github.com/xm4skbyt3z/promptix [How to use] Offline demo, no API key or internet neededpromptix --echo Scan a local Ollama instancepromptix -u http://localhost:11434/v1 Scan OpenAI with a specific modelpromptix -u https://api.openai.com/v1 --key $OPENAI_API_KEY --model gpt-4o Run only the jailbreak and leakage modules and save reportspromptix -u http://target/v1 -m jailbreak -m leakage -o report.json --report-md report.md Quick scan: 5 payloads, 8 concurrent, 10s timeoutpromptix --echo --max-payloads 5 -c 8 -T 10 [Packaged]
Happy to adjust anything if it helps with packaging. Thanks! | ||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2026-05-03 03:30 | xm4skbyt3z | New Issue | |
| 2026-05-04 13:40 | daniruiz | Assigned To | => daniruiz |
| 2026-05-04 13:40 | daniruiz | Status | new => closed |
| 2026-05-04 13:40 | daniruiz | Resolution | open => won't fix |
| 2026-05-04 13:40 | daniruiz | Note Added: 0021642 |