erkanrzgcc/octopus-v0.8.1
Octópus — v0.8.1
An agentic LLM for cybersecurity. Octópus emits structured tool calls that an agent runtime executes against real security tools, behind an authorization gate. It covers red team (recon, exploitation) and blue team (detection, hardening, incident response) across network and Linux, and introduces itself as "Ben Octópus".
🐙 Project & agent harness: https://github.com/erkanrzgc/octopus
This is the current default release (persona v0.3). It ships the bf16 LoRA adapter plus a ready-to-run GGUF (Q4_K_M) quantization.
Run locally (Ollama)
huggingface-cli download erkanrzgcc/octopus-v0.8.1 octopus-v81-Q4_K_M.gguf --local-dir .
# Modelfile (RAW): FROM ./octopus-v81-Q4_K_M.gguf + PARAMETER stop "<end_of_turn>"
ollama create octopus-v81 -f Modelfile
ollama run octopus-v81 "Merhaba, kendini tanıt."Files
Training
- Method: bf16 LoRA (
r=32,α=32, 7 target modules) — no 4-bit (it corrupts the merged base). - Engine:
transformers+peft+ TRL. - Data: security Q&A + 117-tool agentic use + reasoning/persona seeds.
⚠️ Responsible Use
Authorized, legal, lab / CTF / educational use only. Octópus assists only on systems the operator is explicitly authorized to test and refuses attack steps against unauthorized real targets. It must not be used for unauthorized access or harm; responsibility rests entirely with the user.
License
Weights are governed by the base model's Terms of Use. Project code is MIT (see the GitHub repository).
