mirror of
https://github.com/trustedsec/hate_crack.git
synced 2026-03-12 21:23:05 -07:00
- Remove .gitmodules from .dockerignore so the build loop can discover which directories to compile - Add git to Dockerfile apt installs (needed for git config --file parsing) - Gate git submodule update --init on .git presence, not .gitmodules; the compile loop still runs in Docker since .gitmodules is now present - hashcat skipped in Docker build loop since system hashcat is in PATH Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
18 lines
156 B
Plaintext
18 lines
156 B
Plaintext
.git
|
|
.gitignore
|
|
.DS_Store
|
|
.idea
|
|
.vscode
|
|
.venv
|
|
.pytest_cache
|
|
.ruff_cache
|
|
__pycache__
|
|
*.pyc
|
|
build
|
|
wordlists
|
|
hashcat.pot
|
|
left_*.txt
|
|
left_*.txt.out
|
|
*.out
|
|
*.pot
|