DNSDumpster plugin added

This commit is contained in:
2025-10-16 14:30:30 -05:00
parent 428d21d884
commit bb6f6c15f6
4 changed files with 300 additions and 2 deletions

View File

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