Fix edge case in shellshock where a victim with no attackable URLs returned None

This commit is contained in:
Daniel Goldberg 2017-10-15 19:28:41 +03:00
parent aa61a4e66e
commit 2d47e9c228
1 changed files with 2 additions and 0 deletions

View File

@ -144,6 +144,8 @@ class ShellShockExploiter(HostExploiter):
return True
return False
@classmethod
def check_remote_file_exists(cls, url, header, exploit, file_path):
"""