]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/commitdiff
Add support for john the ripper
authorVincent Whizin <vincent@wheezy.ftp.sh>
Sun, 9 Jul 2023 14:18:49 +0000 (07:18 -0700)
committerVincent Whizin <vincent@wheezy.ftp.sh>
Sun, 9 Jul 2023 14:18:49 +0000 (07:18 -0700)
programs/john.json [new file with mode: 0644]

diff --git a/programs/john.json b/programs/john.json
new file mode 100644 (file)
index 0000000..5e3e1e5
--- /dev/null
@@ -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"
+        }
+    ]
+}