From 6847077a4f9f48728f1fe19f52a5e77c96ed8a3b Mon Sep 17 00:00:00 2001 From: Kamaldeep Bhati Date: Thu, 26 Jun 2025 02:47:15 -0400 Subject: [PATCH] Update plugin_packages.json --- plugin_packages.json | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/plugin_packages.json b/plugin_packages.json index 3e9e458..5d58025 100644 --- a/plugin_packages.json +++ b/plugin_packages.json @@ -297,5 +297,18 @@ }, "public_key": "MCowBQYDK2VwAyEAO26EMwX4yA3RdYKT0FFGN3n5kUynF5SVFxNrLWc6ZsM=", "repository": "yeswehack/yeswecaido" - } + }, + { + "id": "secret-detector", + "name": "Secret Detector", + "license": "MIT", + "description": "Detects hardcoded secrets from proxied HTTP traffic like API keys, sensitive tokens, passwords, etc.", + "author": { + "name": "DarkLotusKDB", + "email": "darklotuskdb@gmail.com", + "url": "https://www.linkedin.com/in/kamaldeepbhati/" + }, + "public_key": "MCowBQYDK2VwAyEA3Ohi0UnphEposdI0RFcDaHVY4+MHuGOwqjbtco2+xyk=", + "repository": "darklotuskdb/secret-detector" +} ]