Closed firmianay closed 3 years ago
my bad... the true issue as below:
[2021-02-25 14:30:10][backend][INFO]: Installing plugins
[2021-02-25 14:30:10][backend][INFO]: Running ../plugins/analysis/ip_and_uri_finder/install.sh
[2021-02-25 14:30:16][backend][INFO]: Running ../plugins/analysis/crypto_hints/install.sh
[2021-02-25 14:30:19][backend][INFO]: Running ../plugins/analysis/qemu_exec/install.sh
[2021-02-25 14:30:19][backend][INFO]: Running ../plugins/analysis/binwalk/install.sh
[2021-02-25 14:30:39][backend][INFO]: Running ../plugins/analysis/oms/install.sh
[2021-02-25 14:30:43][backend][INFO]: Running ../plugins/analysis/cve_lookup/install.sh
Traceback (most recent call last):
File "./src/install.py", line 183, in <module>
install()
File "./src/install.py", line 171, in install
backend(distribution)
File "/home/firmy/FACT_core/src/install/backend.py", line 45, in main
_install_plugins(distribution)
File "/home/firmy/FACT_core/src/install/backend.py", line 109, in _install_plugins
raise InstallationError('Error in installation of {} plugin\n{}'.format(Path(install_script).parent.name, shell_output))
helperFunctions.install.InstallationError: Error in installation of cve_lookup plugin
------------------------------------
install cve lookup dependencies
------------------------------------
/usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
from cryptography.utils import int_from_bytes
/usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
from cryptography.utils import int_from_bytes
Requirement already satisfied: pyxdameraulevenshtein in /usr/local/lib/python3.6/dist-packages (1.7.0)
Updating existing database
ERROR:root:CVE tables do not exist! Did you mean import CVE?
Could you try deleting your cve database file src/plugins/analysis/cve_lookup/internal/cve_cpe.db
and rerunning the installation file of the plugin src/plugins/analysis/cve_lookup/install.sh
? The links seem to work for me so maybe it was just a temporary issue.
It worked, seems a problem with my network. thanks
similar problem on ubuntu18.04 #435