shiblisec/Kyubi

First Run Error !!!

Opened this issue · 5 comments

kyubi -v http://81.88.42.184
Traceback (most recent call last):
File "/usr/bin/kyubi", line 33, in
sys.exit(load_entry_point('kyubi==0.1.0', 'console_scripts', 'kyubi')())
File "/usr/bin/kyubi", line 22, in importlib_load_entry_point
for entry_point in distribution(dist_name).entry_points
File "/usr/lib/python3.9/importlib/metadata.py", line 524, in distribution
return Distribution.from_name(distribution_name)
File "/usr/lib/python3.9/importlib/metadata.py", line 187, in from_name
raise PackageNotFoundError(name)
importlib.metadata.PackageNotFoundError: kyubi

Hey,

Did you try installing the tool using the following command?

sudo python3 setup.py install

I did a fresh installation and was able to run it.
image

Yes, I did. Still the same.

@dewebdes: This issue is resolved now. Check the installation guide for the updated steps.

@shiblisec : I believe, this issue can be marked as resolved as the tool is working now based on fix #3

Resolved!!!