Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

--hash-info does produce an error on certain modes #2859

Closed
s3inlc opened this issue Jun 30, 2021 · 3 comments
Closed

--hash-info does produce an error on certain modes #2859

s3inlc opened this issue Jun 30, 2021 · 3 comments
Assignees
Labels

Comments

@s3inlc
Copy link
Contributor

s3inlc commented Jun 30, 2021

Used hashcat version is from the actual master.

When requesting mode information with --hash-info, it produces an error and quits for modes where only optimized kernels exist.

Example:

$ ./hashcat --hash-info -m 200
hashcat (v6.2.2-74-g56c2243df) starting in hash-info mode

.../hashcat/OpenCL/m00200_a0-pure.cl: No such file or directory
@s3inlc s3inlc added the bug label Jun 30, 2021
@jsteube
Copy link
Member

jsteube commented Jun 30, 2021

OK, thanks for reporting. I can reproduce this behavior.

@jsteube jsteube self-assigned this Jun 30, 2021
matrix added a commit to matrix/hashcat that referenced this issue Jun 30, 2021
jsteube referenced this issue Jun 30, 2021
…artially initialized.

Fix hashcat_ctx leak and refactor module and kernel existence checks.
jtojanen added a commit to jtojanen/hashcat that referenced this issue Jul 1, 2021
jsteube added a commit that referenced this issue Jul 2, 2021
6967e70
because it breaks --hash-info. See
#2859 for details.
@jsteube
Copy link
Member

jsteube commented Jul 2, 2021

Fix with commit c322429

@jsteube jsteube closed this as completed Jul 2, 2021
@s3inlc
Copy link
Contributor Author

s3inlc commented Jul 2, 2021

Thanks, I can confirm it works correctly again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants