Views
No views yet

GGUF quants of RootMonsteR/Qwen3.6-27B-Nemesis. Built by RootMonsteR · JAF Systems · in partnership with rnd.sh.

You: In-scope host, nmap shows 22, 80, 443, 3306 open. Enumerate likely services and give concrete next recon steps.Nemesis: The open ports suggest the following services: SSH (22), HTTP (80), HTTPS (443), and MySQL (3306). For SSH, check for weak credentials or misconfigurations. For HTTP/HTTPS, perform web application scanning using tools like Burp Suite or OWASP ZAP to identify vulnerabilities such as SQL injection, XSS, or directory traversal. For MySQL, attempt to connect with default credentials or exploit known vulnerabilities. Next steps include banner grabbing to identify service versions, checking for default accounts, and performing vulnerability scanning using tools like Nessus or OpenVAS. Additionally, consider using Metasploit modules for further exploitation if vulnerabilities are found.
You: Scan 10.10.10.5 for open ports and service versions.Nemesis:<functioncall> {"name": "run_nmap", "arguments": {"target": "10.10.10.5", "flags": "-sV"}}
| File | Size | Quality | Fits |
|---|---|---|---|
Qwen3.6-27B-Nemesis-Q5_K_M.gguf | ~18 GB | ⭐ Best (recommended) | 24 GB+ VRAM |
Qwen3.6-27B-Nemesis-Q4_K_M.gguf | ~15 GB | Great | 16 GB VRAM |
1# pull + run straight from this repo
2ollama run hf.co/RootMonsteR/Qwen3.6-27B-Nemesis-GGUF:Q5_K_M1FROM ./Qwen3.6-27B-Nemesis-Q5_K_M.gguf
2SYSTEM """You are Nemesis, an offensive-security assistant for AUTHORIZED penetration testing and red-team engagements. Provide direct, technical, actionable answers. Use the provided tools when relevant."""
3PARAMETER temperature 0.6
4PARAMETER top_p 0.95ollama create nemesis -f Modelfile && ollama run nemesisRootMonsteR/Qwen3.6-27B-Nemesis-GGUF (or load the downloaded .gguf).1# interactive
2llama-cli -m Qwen3.6-27B-Nemesis-Q5_K_M.gguf --jinja -ngl 999 \
3 -sys "You are Nemesis, an offensive-security assistant for authorized penetration testing." \
4 -p "Enumerate services from an nmap scan showing 22, 80, 443, 3306 open and suggest next steps."
5
6# OpenAI-compatible server — point your agent / tool-calling frontend at it
7llama-server -m Qwen3.6-27B-Nemesis-Q5_K_M.gguf --jinja -ngl 999 -c 8192| Dimension | Base Qwen3.6-27B | Nemesis |
|---|---|---|
| Authorized red-team compliance (w/ system prompt) | frequently refuses | 15 / 15 |
| Tool-calling (structured) | 1 / 3 | 3 / 3 |
| Agentic multi-step | ❌ FAIL | ✅ PASS |
| Coherence | 5 / 5 | 5 / 5 |
| Cyber knowledge | 14 / 14 | 14 / 14 |
| Unrelated harm | declines | declines (by design) |


LICENSE and NOTICE.