cr0hn / golismero-legacy

THIS IS A LEGACY VERSION PRESERVED FOR BACKUP, DO NOT USE
http://golismero-project.com
15 stars 4 forks source link

Automatically disable overlapping plugins #250

Open MarioVilas opened 10 years ago

MarioVilas commented 10 years ago

Some plugins overlap, for example, OpenVAS can run traceroutes and port scans, so if it's enabled we don't need to run Nmap.

For this, just like we specify the dependencies, we would have a list of plugins that are replaced by this plugin. By following the chain of "replacements" we can deduce which plugins to disable so no plugins overlap at all.

MarioVilas commented 10 years ago

Related: #249