Skip to content

Containerized hashcat brain server for running alongside hashtopolis server.

License

Notifications You must be signed in to change notification settings

ThatOnePasswordWas40Passwords/hashtopolis-brain-container

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.