mirror of
https://github.com/trustedsec/hate_crack.git
synced 2026-03-12 13:13:06 -07:00
hashcat is now a system dependency (installed via apt/brew or PATH) rather than a compiled submodule. The Lima VM provision script installs it via apt, and local installs are expected to have hashcat available in PATH. - Remove hashcat entry from .gitmodules - Remove hashcat/ submodule checkout - Remove hashcat submodule skip logic from Makefile submodules target - Simplify submodules-pre hashcat check to PATH-only - Update vendor-assets and clean targets to remove submodule references - Update README: hashcat is now a required prerequisite, not optional - Document Lima VM E2E prerequisites (lima, rsync) and list all packages provisioned automatically by the test VM
17 lines
457 B
Plaintext
17 lines
457 B
Plaintext
[submodule "hashcat-utils"]
|
|
path = hashcat-utils
|
|
url = https://github.com/hashcat/hashcat-utils.git
|
|
ignore = dirty
|
|
[submodule "HashcatRosetta"]
|
|
path = HashcatRosetta
|
|
url = https://github.com/bandrel/HashcatRosetta.git
|
|
ignore = dirty
|
|
[submodule "omen"]
|
|
path = omen
|
|
url = https://github.com/RUB-SysSec/OMEN.git
|
|
ignore = dirty
|
|
[submodule "princeprocessor"]
|
|
path = princeprocessor
|
|
url = https://github.com/hashcat/princeprocessor.git
|
|
ignore = dirty
|