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

john --show doesn't print anything #15

Closed
claudioandre-br opened this issue Oct 26, 2021 · 1 comment
Closed

john --show doesn't print anything #15

claudioandre-br opened this issue Oct 26, 2021 · 1 comment
Labels
documentation Improvements or additions to documentation question Further information is requested

Comments

@claudioandre-br
Copy link
Member

As seen in openwall/john#4852

I have intalled John on my ubuntu 20 machine using snap, I have the following version:
John the Ripper 1.9.0-jumbo-1 OMP [linux-gnu 64-bit x86_64 AVX2 AC]

I crack some passwords.
But now I want to use --show to see these passwords:

ask@Garsy:~/Notes/TA/AppliedInfoSec/PassCracking$ john --show passwords_md5.txt
0 password hashes cracked, 6826 left
And john claims that no passwords have been cracked. This seems strange.

I tried looking in the john.pot file, only to find out that there is none!

@claudioandre-br
Copy link
Member Author

  • the pot file is in the /home/YOURNAME/snap/john-the-ripper/current/.john folder. This is a rule for all snap packages.
  • reasoning: sandboxing. There is no conflict between a snap execution and a normal (built from source) john execution.
  • please try adding --format=Raw-MD5 along with --show.

In fact, we advise people to install and use the bleeding package at these days. It contains a lot of fixes .

To do this using a snap package, do:

For a clean installation:

 sudo snap install --channel=edge john-the-ripper

If you already has JtR installed:

 sudo snap refresh --channel=edge john-the-ripper

@claudioandre-br claudioandre-br added documentation Improvements or additions to documentation question Further information is requested wontfix This will not be worked on and removed wontfix This will not be worked on labels Mar 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant