feat: send full wordlist to Ollama with configurable num_ctx

Remove 500-line wordlist cap and send the entire file to Ollama.
Add ollamaNumCtx config key (default 32768) to control the context
window size. Invert wordlist prompt to default-yes, remove unused
ollamaCandidateCount config.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Justin Bollinger
2026-02-13 19:33:23 -05:00
co-authored by Claude Opus 4.6
parent 31c1dbbe35
commit a967ba60cd
4 changed files with 19 additions and 20 deletions
+2 -2
View File
@@ -24,6 +24,6 @@
"hashview_api_key": "",
"hashmob_api_key": "",
"ollamaModel": "llama3.2",
"ollamaCandidateCount": 5000,
"ollamaWordlist": "rockyou.txt"
"ollamaWordlist": "rockyou.txt",
"ollamaNumCtx": 32768
}