Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I have installed striker with all the depandencies but i keep getting this issue #86

Open
fachatti-amine opened this issue Apr 4, 2022 · 1 comment

Comments

@fachatti-amine
Copy link

command executed: python3 striker.py

.
. . . .
. . Striker . .
. . . .
. . .
.

[^] Running component level check
[^] Starting engine
[^] Turning on radar
Traceback (most recent call last):
File "striker.py", line 42, in
source_1 = findsubdomains(sys.argv[1])
IndexError: list index out of range
Error in sys.excepthook:
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/apport_python_hook.py", line 153, in apport_excepthook
with os.fdopen(os.open(pr_filename,
FileNotFoundError: [Errno 2] No such file or directory: '/var/crash/_opt_Striker_striker.py.1000.crash'

Original exception was:
Traceback (most recent call last):
File "striker.py", line 42, in
source_1 = findsubdomains(sys.argv[1])
IndexError: list index out of range

@jackson-jackson
Copy link

You're missing the domain. $ python3 striker.py example.com

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants