forked from p34709852/monkey
Fix edge case in shellshock where a victim with no attackable URLs returned None
This commit is contained in:
parent
aa61a4e66e
commit
2d47e9c228
|
@ -144,6 +144,8 @@ class ShellShockExploiter(HostExploiter):
|
||||||
|
|
||||||
return True
|
return True
|
||||||
|
|
||||||
|
return False
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def check_remote_file_exists(cls, url, header, exploit, file_path):
|
def check_remote_file_exists(cls, url, header, exploit, file_path):
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in New Issue