lanmaster53 / recon-ng

Open Source Intelligence gathering tool aimed at reducing the time spent harvesting information from open sources.
GNU General Public License v3.0
4.1k stars 646 forks source link

[Feature] Add a "contributors" field to module metadata #74

Closed T145 closed 4 years ago

T145 commented 4 years ago

Presently there's only the "author" field, which only allows for one contributor, being the module's initial creator. It would nice if there were another field to at least mention other contributors, and foster more of a developer movement around this program.

lanmaster53 commented 4 years ago

We are already doing this. For example, the interesting_files module has this:

'author': 'Tim Tomes (@lanmaster53), thrapt (thrapt@gmail.com), Jay Turla (@shipcod3), and Mark Jeffery',

This is sufficient. It accomplishes what it needs to without overcomplicating the metadata. Thank you for the feedback though.