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

@@ -22,7 +22,7 @@ ALLOWED_PLUGINS = {
'ai', 'config', 'cron', 'date', 'fortune', 'help', 'isup', 'karma',
'loadplugin', 'plugins', 'proxy', 'sd_text', 'stable-diffusion',
'xkcd', 'youtube-preview', 'youtube-search', 'weather', 'urbandictionary',
'bitcoin', 'dns', 'shodan'
'bitcoin', 'dns', 'shodan', 'dnsdumpster'
}
class FunguyBot: