Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: f0cker/crackq
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.2
Choose a base ref
...
head repository: f0cker/crackq
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 3 commits
  • 4 files changed
  • 2 contributors

Commits on Jan 22, 2024

  1. Update README.md

    updating discord invite
    f0cker authored Jan 22, 2024
    2
    Copy the full SHA
    27d3e64 View commit details

Commits on Jan 31, 2024

  1. Fixes #43

    f0cker committed Jan 31, 2024
    Copy the full SHA
    b7c91ac View commit details

Commits on May 24, 2024

  1. Update bug_report.md

    f0cker authored May 24, 2024
    Copy the full SHA
    50d1ea3 View commit details
Showing with 22 additions and 9 deletions.
  1. +16 −0 .github/ISSUE_TEMPLATE/bug_report.md
  2. +4 −0 CHANGELOG.txt
  3. +1 −8 README.md
  4. +1 −1 docker/nvidia/ubuntu/Dockerfile
16 changes: 16 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -8,9 +8,25 @@ assignees: ''
---

**Prerequisites**
Include all version information for Docker/Compose, Nvidia runtime, Nvidia driver, OS & CrackQ.

Check the Troubleshooting page:
https://github.com/f0cker/crackq/wiki/Troubleshooting

Enable debugging:
sudo docker exec -it crackq /bin/sed -i 's/INFO/DEBUG/g' /opt/crackq/build/crackq/log_config.ini

If using GPUs, check they are successfully passed through to the Docker cotnainers:
```
sudo docker run -it nvidia-ubuntu nvidia-smi
sudo docker run -it nvidia-ubuntu clinfo
sudo docker run -it nvidia-ubuntu pyhashcat/hashcat/hashcat -b -m 1000
```

Disable the brain functionality in the config (verison 0.1.3+):
```disable_brain: True```


**Describe the bug**
A clear and concise description of what the bug is.

4 changes: 4 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
Changelog
=========
v0.1.3
------------
- Rolled back nvidia docker image to fix #43

v0.1.2
------------
- Fixed issues #40/#41, updated nvidia docker config and flask-login
9 changes: 1 addition & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -62,11 +62,4 @@ This tool has the following requirements:

It is recommended to have a hefty server build with ample RAM/CPU power. However, the application has been tested on a VM with 8 cores and 4GB RAM so there should not be any issues with resources given that the server will need a good amount of resources for cracking anyway.

See the [Wiki](https://github.com/f0cker/crackq/wiki) for installation and guides.


## Official Discord Channel

Come hang out on Discord!

[![Porchetta Industries](https://discordapp.com/api/guilds/736724457258745996/widget.png?style=banner3)](https://discord.gg/fSxjtt8VZs)
See the [Wiki](https://github.com/f0cker/crackq/wiki) for installation and guides and Discord channel invite.
2 changes: 1 addition & 1 deletion docker/nvidia/ubuntu/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM nvidia/cuda:12.3.1-devel-ubuntu20.04
FROM nvidia/cuda:12.2.2-devel-ubuntu20.04

ENV TZ=Europe/London
ENV DEBIAN_FRONTEND noninteractive