Skip to content

Commit

Permalink
JtR: show how install JtR flatpak from FlatHub
Browse files Browse the repository at this point in the history
  • Loading branch information
claudioandre-br committed Jun 8, 2019
1 parent 3516b71 commit 99f3e15
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions john-the-ripper/readme.md
Expand Up @@ -143,10 +143,16 @@ operating system out there.

Flatpak is available for the [most common Linux distributions](http://flatpak.org/getting.html).

You can install JtR by following the instructions at
[https://flathub.org/apps/details/com.openwall.John](https://flathub.org/apps/details/com.openwall.John).
To install JtR, simply run:

```bash
dnf install -y flatpak # or 'yum install', 'apt-get install', etc.
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo # flatpak repository
flatpak install flathub com.openwall.John
```

Also, you can download and install the [64bit version](https://github.com/claudioandre-br/packages/releases/download/1.9.0-jumbo-1/john.flatpak.zip) flatpak bundle.
~~You can install JtR by following the instructions at
[https://flathub.org/apps/details/com.openwall.John](https://flathub.org/apps/details/com.openwall.John).~~

John runs confined under a restrictive security sandbox by default. Nevertheless,
you can access and audit any file located in your home. Below, an usage example:
Expand Down

0 comments on commit 99f3e15

Please sign in to comment.