schutzwerk / CANalyzat0r

Security analysis toolkit for proprietary car protocols
https://www.schutzwerk.com/en/43/posts/canalyzat0r/
GNU General Public License v3.0
755 stars 147 forks source link

Can't install on Kali 2020.4 #14

Closed ghost closed 3 years ago

ghost commented 3 years ago

Hi,

I can't install canalyzat0r on Kali 2020.4, since PySide is depending only on Python3.5 and older.

I've tried reproducing the installation using PyEnv, but the issue persist.

Do you have an AppImage of CANalyzat0r, or you can update all dependencies to Python3.8 and later.

Regards,

ps1337 commented 3 years ago

Yo, I think the quickest solution would be to use docker since I'd don't know whether we can update all dependencies without issues.

-----Original Message----- From: jJit0 notifications@github.com To: schutzwerk/CANalyzat0r CANalyzat0r@noreply.github.com Cc: Subscribed subscribed@noreply.github.com Sent: Mon, 23 Nov 2020 11:35 Subject: [schutzwerk/CANalyzat0r] Can't install on Kali 2020.4 (#14)

Hi,

I can't install canalyzat0r on Kali 2020.4, since PySide is depending only on Python3.5 and older.

I've tried reproducing the installation using PyEnv, but the issue persist.

Do you have an AppImage of CANalyzat0r, or you can update all dependencies to Python3.8 and later.

Regards,

-- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/schutzwerk/CANalyzat0r/issues/14

ghost commented 3 years ago

The Docker solution is good but not enough, and native.

You can either update dependencies with issues, as it will take sometime to do, or package everything in one single file as an AppImage. I personally prefer AppImages, as it doesn't require a single dependency, everything is contained and sandboxed in a single file.

ps1337 commented 3 years ago

Imo docker containers should be fitting for everyone since you can customize them however you want and they are natively supported by Linux.

But if you're willing to create an app image you can open a PR and we can add it to this repo of course.

-----Original Message----- From: jJit0 notifications@github.com To: schutzwerk/CANalyzat0r CANalyzat0r@noreply.github.com Cc: BananaBoii pschmied@mailbox.org, Comment comment@noreply.github.com Sent: Mon, 23 Nov 2020 20:15 Subject: Re: [schutzwerk/CANalyzat0r] Can't install on Kali 2020.4 (#14)

The Docker solution is good but not enough, and native.

You can either update dependencies with issues, as it will take sometime to do, or package everything in one single file as an AppImage. I personally prefer AppImages, as it doesn't require a single dependency, everything is contained and sandboxed in a single file.

-- You are receiving this because you commented. Reply to this email directly or view it on GitHub: https://github.com/schutzwerk/CANalyzat0r/issues/14#issuecomment-732368815

ghost commented 3 years ago

No problem I'll try to create one, open PR and notify you once done.

I just hope you'll update it with all its dependencies one day, it's really a useful and handy tool ;)

ps1337 commented 3 years ago

Yep, thanks for the issue. I'll look into it once I have time to do so :)