Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 622 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 622 Bytes

Container for running Hashcat brain

That's it. That's all it does.

Why?

For running alongside hashtopolis in the docker-compose.yaml file setup.

Something like so:

# ... hashtopolis docker-compose.yaml upstream as is .... then,
  hashcat-brain:
    container_name: hashcat-brain
    image: ghcr.io/thatonepasswordwas40passwords/hashtopolis-brain-container:<VERSION>
    restart: always
    ports:
      - 9876:9876

# ... rest of hashtopolis docker-compise.yaml upstream ...

NOTE: Must have logged in to ghcr.io reg prior.