From ae8e4a3574f24b72c0b4c43ddb5a0523023f5d22 Mon Sep 17 00:00:00 2001 From: Zach Date: Sun, 11 Feb 2018 10:06:56 -0500 Subject: [PATCH] Add Juniper IVE Fixes #26 --- prototypes.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/prototypes.json b/prototypes.json index 9aefedf..94f2385 100644 --- a/prototypes.json +++ b/prototypes.json @@ -2355,5 +2355,16 @@ "name": "PDF 1.4 - 1.6 (Acrobat 5 - 8)" } ] + }, + { + "regex": "^3u\+U[A-Za-z0-9+/=]+$", + "modes": [ + { + "john": null, + "hashcat": 501, + "extended": false, + "name": "Juniper IVE" + } + ] } ]