mirror of
https://github.com/trustedsec/hate_crack.git
synced 2026-07-28 14:47:22 -07:00
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:
co-authored by
Claude Opus 4.6
parent
31c1dbbe35
commit
a967ba60cd
+2
-2
@@ -24,6 +24,6 @@
|
||||
"hashview_api_key": "",
|
||||
"hashmob_api_key": "",
|
||||
"ollamaModel": "llama3.2",
|
||||
"ollamaCandidateCount": 5000,
|
||||
"ollamaWordlist": "rockyou.txt"
|
||||
"ollamaWordlist": "rockyou.txt",
|
||||
"ollamaNumCtx": 32768
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user