s0md3v / Striker

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

IndexError: list index out of range #57

Closed rivetin closed 5 years ago

rivetin commented 5 years ago

Traceback (most recent call last): File "striker.py", line 37, in raw_subdomains = list(set(findsubdomains(sys.argv[1]) + security_trails(sys.argv[1]))) IndexError: list index out of range image

s0md3v commented 5 years ago

You need to supply a target e.g. python3 striker.py example.com