diff --git a/plugins/amass/metadata.json b/plugins/amass/metadata.json index 9c2021d63..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" @@ -30,7 +30,8 @@ "label": "Root Domain", "type": "string", "required": true, - "placeholder": "secuscan.in" + "placeholder": "secuscan.in", + "help": "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": "5a0ea8ff2a07b965685a2772bb2557afde4ef50e23dc423c99c27ce518494747" }