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

Make skipped device warning respect --quiet #3961

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

PenguinKeeper7
Copy link
Contributor

The other usual device information does not show when using --quiet, only the skipped warning does, making it a little out of place.
Old:

> ./hashcat -m 99999 abcdef -a 3 abcdef --quiet
The device #2 specifically listed was skipped because it is an alias of device #1

abcdef:abcdef

New:

> ./hashcat -m 99999 abcdef -a 3 abcdef --quiet
abcdef:abcdef

The other usual device information does not show when using --quiet, only the skipped warning does, making it a little out of place. Old:
```
> ./hashcat -m 99999 abcdef -a 3 abcdef --quiet
The device hashcat#2 specifically listed was skipped because it is an alias of device #1

abcdef:abcdef
>
```
New:
```
> ./hashcat -m 99999 abcdef -a 3 abcdef --quiet
abcdef:abcdef
```
@mohemiv
Copy link
Contributor

mohemiv commented Apr 16, 2024

I had to patch hashcat so that on my system it wouldn’t output 12 extra warnings every run. I don´t know why the warning was added in the first place.

Maybe we should delete the message completely?

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

Successfully merging this pull request may close these issues.

None yet

2 participants