Nothing Special   »   [go: up one dir, main page]

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

Does it work on Kali? #32

Open
nico0481 opened this issue Apr 4, 2023 · 11 comments
Open

Does it work on Kali? #32

nico0481 opened this issue Apr 4, 2023 · 11 comments

Comments

@nico0481
Copy link
nico0481 commented Apr 4, 2023

Hello,
Do you think it will work on Kali?
Or is this planned?

Thanks

@cpoore1
Copy link
Collaborator
cpoore1 commented Apr 4, 2023

I think it will work eventually on Kali. I’ve been waiting for someone to ask about it and haven’t tried going through it yet. I’ll get the latest version and take a look.

@nico0481
Copy link
Author
nico0481 commented Apr 4, 2023

But which option to select that best matches the operating system in the installer?

@cpoore1
Copy link
Collaborator
cpoore1 commented Apr 4, 2023

The Python3_maint-3.10 branch is what I’ll look at first. The Ubuntu 22.04 option is closest. I’ll have to change the hardcoded gnuradio version in the installer and avoid installing the 20 or so programs that already exist in Kali. Then change how they get called in the menu items. The minimal install will likely be close to working.

@cpoore1
Copy link
Collaborator
cpoore1 commented Apr 5, 2023

I loaded up a fresh Kali 23.1 with the default settings and it looks like you are going to have some trouble. There are some pretty obvious GUI issues going on. You might have better luck with selecting GNOME in the install. I'll update you when I get a fix for it.

@cpoore1
Copy link
Collaborator
cpoore1 commented Apr 9, 2023

Many of the GUI issues for the installer and the FISSURE light theme should be fixed, so now you can at least look at FISSURE in Kali. I added Kali to the installer and tried to uncheck the programs by default that already exist or failed during installation. There are still GUI elements that do not look right and I imagine there are going to be a lot of errors popping up so be cautious when installing and using things. I'll remove the beta designation in the installer and README when I think I cleaned up most of it.

@nico0481
Copy link
Author
nico0481 commented Oct 2, 2024

I'm now trying to install on Kali (Kali Rolling 2024.3, Python 3.12.6)
After long installation with some non-blocking warning, when complete, i get
$ fissure
fissure: command not found

@cpoore1
Copy link
Collaborator
cpoore1 commented Oct 2, 2024

If the fissure command was installed from the checkbox in the installer it should be ok. You might have to open a new terminal to try again. I'll see if I can refresh that.

@ainfosec ainfosec deleted a comment from rabarar Oct 2, 2024
@nico0481
Copy link
Author
nico0481 commented Oct 2, 2024

It was installed with installer GUI, with auto selected kali os and default check boxes

@cpoore1
Copy link
Collaborator
cpoore1 commented Oct 3, 2024

Looks like this is a new Kali version I haven't tried yet. I'll take a look. If the fissure command doesn't work you can try executing the commands that are listed when clicking the check box that cd to that ./fissure directory, add it to the PYTHONPATH, and run the ./Dashboard/__main__.py file.

@nico0481
Copy link
Author
nico0481 commented Oct 3, 2024

I get this answer:
python ./Dashboard/main.py
Traceback (most recent call last):
File "/home/nico/Documents/FISSURE/fissure/./Dashboard/main.py", line 2, in
from fissure.Dashboard.Frontend import Dashboard
ModuleNotFoundError: No module named 'fissure'

@cpoore1
Copy link
Collaborator
cpoore1 commented Oct 3, 2024

That's what the export line does for that checkbox. For some reason that ./fissure folder isn't being recognized on its own with all the __init__.py files. It will temporarily get your open terminal to recognize it. With your user name and FISSURE location:

export PYTHONPATH=$PYTHONPATH:/home/user/FISSURE
cd /home/user/FISSURE
python3 /home/user/FISSURE/fissure/Dashboard/__main__.py

I guess the cd isn't really necessary but I tend to leave some unintentional artifacts sometimes so it's nice to know where they go. I think I intended to do python3 fissure/Dashboard/__main__.py but it works the same.

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