refactor: use cracked .out file as sole wordlist source for Ollama attack

Remove ollamaWordlist config key and all references. Wordlist mode now
requires the cracked hashes .out file to exist and extracts passwords
by splitting on the first colon. Detect Ollama refusal responses and
abort gracefully. Update tests accordingly.

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