fix(plugins): clarify recon plugin differentiation (closes #547)#712
fix(plugins): clarify recon plugin differentiation (closes #547)#712Ayushi-hi wants to merge 6 commits into
Conversation
|
The backend-unit and backend-integration failures are pre-existing This PR only modifies metadata.json descriptions and checksums for |
utksh1
left a comment
There was a problem hiding this comment.
Thanks for updating this. This is not ready yet: backend integration is failing, the PR has checksum/no-newline churn, and it changes domain-finder command behavior while the issue is about clarifying plugin differentiation. Please rebase, limit the diff to the metadata/docs clarification, refresh only the affected checksums, and get checks green.
Related Issues
Closes #547
Type of Change
Summary
Amass and Domain Finder previously shared nearly identical descriptions
and the same underlying command, making them indistinguishable in the
catalog. This PR fixes the metadata descriptions for all overlapping
recon plugins so contributors can immediately understand when to use
each one.
Plugins Updated
amass— clarified as deep active attack-surface mappingdomain-finder— clarified as root-domain discovery via intel modesubfinder— clarified as fast passive-only subdomain discoverydns_enum— clarified as DNS record enumeration (not subdomain discovery)dnsx— clarified as DNS resolver/validator, not a discovery toolHow Has This Been Tested?
Checklist