agent: Use the dropper in the DrupalExploiter

Fixes #1026
This commit is contained in:
Mike Salvatore 2021-03-09 11:39:44 -05:00
parent e7528e9544
commit 3714dd2f6f
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ class DrupalExploiter(WebRCE):
exploit_config = super(DrupalExploiter, self).get_exploit_config()
exploit_config['url_extensions'] = ['node/', # In Linux, no path is added
'drupal/node/'] # However, Bitnami installations are under /drupal
exploit_config['dropper'] = True
return exploit_config
def add_vulnerable_urls(self, potential_urls, stop_checking=False):