s0md3v / Striker

Striker is an offensive information and vulnerability scanner.
GNU General Public License v3.0
2.22k stars 451 forks source link

AttributeError #63

Closed davieking1 closed 5 years ago

davieking1 commented 5 years ago

AttributeError: 'NoneType' object has no attribute 'group'

s0md3v commented 5 years ago

Please paste the whole traceback and I will re-open this issue.

amplenus commented 5 years ago

[^] Running component level check [^] Starting engine [^] Turning on radar Traceback (most recent call last): File "striker.py", line 37, in raw_subdomains = list(set(findsubdomains(sys.argv[1]) + security_trails(sys.argv[1]))) File "/root/Desktop/Striker/modules/security_trails.py", line 8, in security_trails prefixes = json.loads(re.search(r'(?m)"subdomains":([.*?])', response).group(1)) AttributeError: 'NoneType' object has no attribute 'group'

s0md3v commented 5 years ago

This issue has been fixed in the latest update.