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

-k does not work in -a 1 -S #3835

Open
PenguinKeeper7 opened this issue Aug 14, 2023 · 1 comment
Open

-k does not work in -a 1 -S #3835

PenguinKeeper7 opened this issue Aug 14, 2023 · 1 comment
Labels

Comments

@PenguinKeeper7
Copy link
Contributor

Describe the bug
-k single rules don't work using -a 1 -S. Without -S, Hashcat is functional as expected

Without -S:

> ./hashcat --stdout -a 1 xwordlist.txt xwordlist.txt -j u
HELLOhello

> ./hashcat --stdout -a 1 xwordlist.txt xwordlist.txt -k u
helloHELLO

With -S:

> ./hashcat --stdout -a 1 xwordlist.txt xwordlist.txt -j u -S
HELLOhello

> ./hashcat --stdout -a 1 xwordlist.txt xwordlist.txt -k u -S
hellohello      <------ Should be helloHELLO

Expected behavior
In the final command, it should be helloHELLO as the right side of "hello" should be uppercased.

@Chick3nman
Copy link
Contributor

This is very similar to a bug I reported, #3211, that turned out to be functionality that simply was never added/completed. The PR that fixed it, #3237, seems like it should be relevant for fixing this too, assuming its a similar issue. I believe the reason this may have been missed was because the rule processor(s) that were involved in that issue were the pure and optimized GPU rule processors and not the host side rule processor.

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