From 0895ad2aa1f80371ca1fea58836aed22a0071237 Mon Sep 17 00:00:00 2001 From: d0x <112094126+d0xng@users.noreply.github.com> Date: Thu, 12 Mar 2026 14:22:39 -0300 Subject: [PATCH 1/2] Add SSRFind plugin --- plugin_packages.json | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/plugin_packages.json b/plugin_packages.json index 8a9a2ee..dfd4ba7 100644 --- a/plugin_packages.json +++ b/plugin_packages.json @@ -726,5 +726,18 @@ }, "public_key": "MCowBQYDK2VwAyEAuQ+CT3vItm4767dEntua4PLWFOV5KnXY19UNKvljyHs=", "repository": "sp1r1tt/Mass-Assignment-Radar" - } + }, + { + "id": "ssrfind", + "name": "SSRFind", + "license": "MIT", + "description": "Passive SSRF detection with phased probing and OOB confirmation", + "author": { + "name": "d0xng", + "email": "letoilefederico@gmail.com", + "url": "https://github.com/d0xng/SSRFind" + }, + "public_key": "MCowBQYDK2VwAyEA+RUKGA2IR9VlJdMDEu6AuzfXCkl7RAsvhCmLr0EPXkc=", + "repository": "d0xng/SSRFind" + } ] From c347e1c0520bec8aa70a3a9542b4d639e4715ac7 Mon Sep 17 00:00:00 2001 From: Chris Date: Fri, 3 Apr 2026 10:51:29 -0400 Subject: [PATCH 2/2] Update plugin_packages.json --- plugin_packages.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugin_packages.json b/plugin_packages.json index 0c5d4d7..6cc5c4a 100644 --- a/plugin_packages.json +++ b/plugin_packages.json @@ -739,7 +739,8 @@ }, "public_key": "MCowBQYDK2VwAyEA+RUKGA2IR9VlJdMDEu6AuzfXCkl7RAsvhCmLr0EPXkc=", "repository": "d0xng/SSRFind" - + }, + { "id": "js-analyzer", "name": "JS Analyzer", "license": "MIT",