ExploitDB plugin added

This commit is contained in:
2025-10-16 15:35:30 -05:00
parent bb6f6c15f6
commit 4306d013eb
5 changed files with 342 additions and 2 deletions

View File

@@ -61,7 +61,8 @@ async def load_plugin(plugin_name):
'bitcoin':'plugins.bitcoin',
'dns':'plugins.dns',
'shodan':'plugins.shodan',
'dnsdumpster': 'plugins.dnsdumpster'
'dnsdumpster': 'plugins.dnsdumpster',
'exploitdb': 'plugins.exploitdb'
}
# Get the module path from the mapping