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:
Justin Bollinger
2026-02-13 19:17:50 -05:00
co-authored by Claude Opus 4.6
parent f9db54e84c
commit 31c1dbbe35
5 changed files with 14 additions and 27 deletions
+1 -1
View File
@@ -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