From dc66bc9c3cb6103d1a7bc8a6afa8ea2dc81209fb Mon Sep 17 00:00:00 2001 From: Vincent Whizin Date: Sun, 9 Jul 2023 07:18:49 -0700 Subject: [PATCH] Add support for john the ripper --- programs/john.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 programs/john.json diff --git a/programs/john.json b/programs/john.json new file mode 100644 index 00000000..5e3e1e57 --- /dev/null +++ b/programs/john.json @@ -0,0 +1,10 @@ +{ + "name": "john", + "files": [ + { + "path": "$HOME/.john", + "movable": false, + "help": "Currently unsupported.\n\n_Relevant issue:_ https://github.com/openwall/john/issues/4552\n" + } + ] +}