forked from p15670423/monkey
parent
e7528e9544
commit
3714dd2f6f
|
@ -36,6 +36,7 @@ class DrupalExploiter(WebRCE):
|
||||||
exploit_config = super(DrupalExploiter, self).get_exploit_config()
|
exploit_config = super(DrupalExploiter, self).get_exploit_config()
|
||||||
exploit_config['url_extensions'] = ['node/', # In Linux, no path is added
|
exploit_config['url_extensions'] = ['node/', # In Linux, no path is added
|
||||||
'drupal/node/'] # However, Bitnami installations are under /drupal
|
'drupal/node/'] # However, Bitnami installations are under /drupal
|
||||||
|
exploit_config['dropper'] = True
|
||||||
return exploit_config
|
return exploit_config
|
||||||
|
|
||||||
def add_vulnerable_urls(self, potential_urls, stop_checking=False):
|
def add_vulnerable_urls(self, potential_urls, stop_checking=False):
|
||||||
|
|
Loading…
Reference in New Issue