forked from p15670423/monkey
delete whitespaces for CI
This commit is contained in:
parent
5bf6f654e1
commit
7e7ca954d3
|
@ -93,7 +93,7 @@ class DrupalExploiter(WebRCE):
|
|||
json=payload,
|
||||
headers={"Content-Type": "application/hal+json"},
|
||||
verify=False)
|
||||
|
||||
|
||||
if is_response_cached(r):
|
||||
LOG.info(f'Exploiting {url} returned cache HIT, may have failed')
|
||||
|
||||
|
@ -110,7 +110,7 @@ class DrupalExploiter(WebRCE):
|
|||
:return: vulnerable URL to exploit
|
||||
"""
|
||||
return self.vulnerable_urls.pop()
|
||||
|
||||
|
||||
def are_vulnerable_urls_sufficient(self):
|
||||
"""
|
||||
For the Drupal exploit, 5 distinct URLs are needed to perform the full attack.
|
||||
|
|
Loading…
Reference in New Issue