From f3126cf1b7b7002b43b854169d4624b0981d0d61 Mon Sep 17 00:00:00 2001 From: Joas A Santos <34966120+CyberSecurityUP@users.noreply.github.com> Date: Sun, 17 Aug 2025 11:37:47 -0300 Subject: [PATCH] Update README.md --- README.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ce803dd..532d149 100644 --- a/README.md +++ b/README.md @@ -102,15 +102,32 @@ NeuroSploit/ --- +## Offline LLM Support (LLaMA) + +``` +curl -fsSL https://ollama.com/install.sh | sh +ollama list +ollama serve +ollama pull llama3.2:1b +export MODEL_PROVIDER=ollama +export LLAMA_MODEL=llama3.2:1b +export LLAMA_BASE_URL=http://localhost:11434 +curl -s http://localhost:11434/api/generate \ + -d '{"model":"llama3.1","prompt":"Return JSON: {\"ok\":true}","stream":false,"options":{"temperature":0}}' +``` + +--- + ## 🔮 Roadmap * [ ] Add support for **SQL Injection automation**. * [ ] Expand to **other vulnerable labs** (bWAPP, Juice Shop, VulnHub). * [ ] Integration with **Red Team C2 frameworks**. -* [ ] Offline LLM support (LLaMA, Falcon). +* [X] Offline LLM support (LLaMA, Falcon). --- + ## ⚠️ Disclaimer This project is intended **for educational and research purposes only**.