You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I hope this message finds you well.
I saw FISSURE application on YouTube and i like it so much.
I have installed it on my DragonOS Focal X as its available on a virtual machine (Oracle Virtual Box) (PC Specs HP i7 with 16GB RAM)
The software doesn't show any error till its done however once i try to start from the main prompt as shown below i have found the following error for which i need your support to resolve;
dragon@dragon-VirtualBox:/FISSURE$ fissure
/usr/local/lib/python3.10/dist-packages/scapy/layers/ipsec.py:471: CryptographyDeprecationWarning: Blowfish has been moved to cryptography.hazmat.decrepit.ciphers.algorithms.Blowfish and will be removed from this module in 45.0.0.
cipher=algorithms.Blowfish,
/usr/local/lib/python3.10/dist-packages/scapy/layers/ipsec.py:478: CryptographyDeprecationWarning: TripleDES has been moved to cryptography.hazmat.decrepit.ciphers.algorithms.TripleDES and will be removed from this module in 48.0.0.
cipher=algorithms.TripleDES,
/usr/local/lib/python3.10/dist-packages/scapy/layers/ipsec.py:482: CryptographyDeprecationWarning: TripleDES has been moved to cryptography.hazmat.decrepit.ciphers.algorithms.TripleDES and will be removed from this module in 48.0.0.
cipher=algorithms.TripleDES,
/usr/local/lib/python3.10/dist-packages/scapy/layers/ipsec.py:485: CryptographyDeprecationWarning: CAST5 has been moved to cryptography.hazmat.decrepit.ciphers.algorithms.CAST5 and will be removed from this module in 45.0.0.
cipher=algorithms.CAST5,
/home/dragon/.local/bin/fissure: line 3: 28446 Illegal instruction (core dumped) python3 /home/dragon/FISSURE/fissure/Dashboard/main.py
dragon@dragon-VirtualBox:/FISSURE$
I love to have your earliest response.
Kind regards,
Ajlal
The text was updated successfully, but these errors were encountered:
Looks like Scapy is complaining about the cryptography package. You could check to see if scapy imports in python3. That shouldn’t be a problem because it doesn’t cause any errors. The core dump error is happening when the fissure command is issued. I would try running that python3 command to see if it keeps doing that error. It might have to do with the virtual machine. The VM might be misconfigured or have issues with hardware virtualization, leading to CPU instructions that the VM's virtual CPU doesn't understand. An ‘lspcu’ command could help with that. The core dump might be stored somewhere that could tell us what failed. Check in the FISSURE directory because the fissure command cd’s to there.
Hi,
I hope this message finds you well.
I saw FISSURE application on YouTube and i like it so much.
I have installed it on my DragonOS Focal X as its available on a virtual machine (Oracle Virtual Box) (PC Specs HP i7 with 16GB RAM)
The software doesn't show any error till its done however once i try to start from the main prompt as shown below i have found the following error for which i need your support to resolve;
dragon@dragon-VirtualBox:
/FISSURE$ fissure/FISSURE$/usr/local/lib/python3.10/dist-packages/scapy/layers/ipsec.py:471: CryptographyDeprecationWarning: Blowfish has been moved to cryptography.hazmat.decrepit.ciphers.algorithms.Blowfish and will be removed from this module in 45.0.0.
cipher=algorithms.Blowfish,
/usr/local/lib/python3.10/dist-packages/scapy/layers/ipsec.py:478: CryptographyDeprecationWarning: TripleDES has been moved to cryptography.hazmat.decrepit.ciphers.algorithms.TripleDES and will be removed from this module in 48.0.0.
cipher=algorithms.TripleDES,
/usr/local/lib/python3.10/dist-packages/scapy/layers/ipsec.py:482: CryptographyDeprecationWarning: TripleDES has been moved to cryptography.hazmat.decrepit.ciphers.algorithms.TripleDES and will be removed from this module in 48.0.0.
cipher=algorithms.TripleDES,
/usr/local/lib/python3.10/dist-packages/scapy/layers/ipsec.py:485: CryptographyDeprecationWarning: CAST5 has been moved to cryptography.hazmat.decrepit.ciphers.algorithms.CAST5 and will be removed from this module in 45.0.0.
cipher=algorithms.CAST5,
/home/dragon/.local/bin/fissure: line 3: 28446 Illegal instruction (core dumped) python3 /home/dragon/FISSURE/fissure/Dashboard/main.py
dragon@dragon-VirtualBox:
I love to have your earliest response.
Kind regards,
Ajlal
The text was updated successfully, but these errors were encountered: