delete whitespaces for CI

This commit is contained in:
ophirharpazg 2020-09-02 12:43:40 +03:00
parent 5bf6f654e1
commit 7e7ca954d3
1 changed files with 2 additions and 2 deletions

View File

@ -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.