s0md3v / Striker

Striker is an offensive information and vulnerability scanner.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AttributeError

davieking1 opened this issue · comments

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

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

[^] 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'

This issue has been fixed in the latest update.