mirror of
https://github.com/trustedsec/hate_crack.git
synced 2026-07-28 14:47:22 -07:00
refactor: rename Markov LLM attack to Ollama attack and simplify interface
Rename markov_attack → ollama_attack and hcatMarkov → hcatOllama across menu, attacks, and tests. Remove candidate count prompts and cracked-output default wordlist logic. Rename config keys (markov* → ollama*) and drop ollamaUrl. Fix Dockerfile.test to use granular build steps. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
f9db54e84c
commit
31c1dbbe35
+1
-1
@@ -19,7 +19,7 @@ RUN python -m pip install -q uv==0.9.28
|
||||
|
||||
COPY . /workspace
|
||||
|
||||
RUN make install
|
||||
RUN make submodules vendor-assets && uv tool install . && make clean-vendor
|
||||
|
||||
ENV PATH="${HOME}/.local/bin:${PATH}"
|
||||
ENV HATE_CRACK_SKIP_INIT=1
|
||||
|
||||
Reference in New Issue
Block a user