From: Vincent Whizin Date: Sun, 9 Jul 2023 14:18:49 +0000 (-0700) Subject: Add support for john the ripper X-Git-Tag: v0.2.0.2~41^2 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/dc66bc9c3cb6103d1a7bc8a6afa8ea2dc81209fb Add support for john the ripper --- diff --git a/programs/john.json b/programs/john.json new file mode 100644 index 0000000..5e3e1e5 --- /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" + } + ] +}