From 177d79d11e1aa775ac94cdbeaa618e9865b54784 Mon Sep 17 00:00:00 2001 From: ChrisCZ <138528727+ChrisCZ2@users.noreply.github.com> Date: Sat, 14 Feb 2026 02:57:13 -0500 Subject: [PATCH] Add RepoExplorer plugin Allow users to get payloads from public github repositories in a easy and quick fashion and can store multiple different ones. --- plugin_packages.json | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/plugin_packages.json b/plugin_packages.json index 090a626..2210ab7 100644 --- a/plugin_packages.json +++ b/plugin_packages.json @@ -700,5 +700,18 @@ }, "public_key": "MCowBQYDK2VwAyEAuQ+CT3vItm4767dEntua4PLWFOV5KnXY19UNKvljyHs=", "repository": "sp1r1tt/Mass-Assignment-Radar" - } -] \ No newline at end of file + } , + { + "id": "Repo-Explorer", + "name": "RepoExplorer", + "license": "MIT", + "description": "Browse and explore content from GitHub repositories like PayloadsAllTheThings", + "author": { + "name": "Chriscz", + "email": "chrisczv@proton.me", + "url": "https://github.com/ChrisCZ2/RepoExplorer" + }, + "public_key": "MCowBQYDK2VwAyEAuPxuuzQN+cpZu7T4NzwaiLP1BN7R5Q6zqBVA3vWdWOg=", + "repository": "ChrisCZ2/RepoExplorer" + }, +]