From d05cc881ace20edc8c0ea3e138a287afb0cecfcc Mon Sep 17 00:00:00 2001 From: Naira Yadav <2023.cscys2311661@gmail.com> Date: Mon, 8 Jun 2026 19:54:29 +0530 Subject: [PATCH 1/2] docs: add help text for amass metadata --- plugins/amass/metadata.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/plugins/amass/metadata.json b/plugins/amass/metadata.json index 9c2021d63..3cab8e119 100644 --- a/plugins/amass/metadata.json +++ b/plugins/amass/metadata.json @@ -30,7 +30,8 @@ "label": "Root Domain", "type": "string", "required": true, - "placeholder": "secuscan.in" + "placeholder": "secuscan.in", + "help_text": "Enter the root domain to enumerate subdomains for (for example: example.com). Do not include http://, https://, paths, or subdomains." } ], "presets": { @@ -55,5 +56,5 @@ "python_packages": [], "system_packages": [] }, - "checksum": "d15de85963abb77d529487e5000519ef554171826f37d3a223b44f67725b6312" + "checksum": "3f5cc0b7791448b3418ca14a8bec020984f97138a5dc1f4499ad72dfbbb1c415" } From 7ba613c51833149363abf84655984c29819b9b2e Mon Sep 17 00:00:00 2001 From: Utkarsh Date: Wed, 10 Jun 2026 15:13:05 +0530 Subject: [PATCH 2/2] chore: fix amass help metadata checksum --- plugins/amass/metadata.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/amass/metadata.json b/plugins/amass/metadata.json index 3cab8e119..1ae9f7ccb 100644 --- a/plugins/amass/metadata.json +++ b/plugins/amass/metadata.json @@ -10,7 +10,7 @@ "email": "dev@secuscan.local" }, "license": "MIT", - "icon": "\ud83d\udd0e", + "icon": "🔎", "engine": { "type": "cli", "binary": "amass" @@ -31,7 +31,7 @@ "type": "string", "required": true, "placeholder": "secuscan.in", - "help_text": "Enter the root domain to enumerate subdomains for (for example: example.com). Do not include http://, https://, paths, or subdomains." + "help": "Enter the root domain to enumerate subdomains for (for example: example.com). Do not include http://, https://, paths, or subdomains." } ], "presets": { @@ -56,5 +56,5 @@ "python_packages": [], "system_packages": [] }, - "checksum": "3f5cc0b7791448b3418ca14a8bec020984f97138a5dc1f4499ad72dfbbb1c415" + "checksum": "5a0ea8ff2a07b965685a2772bb2557afde4ef50e23dc423c99c27ce518494747" }