jmcerrejon / PiKISS

PiKISS for Raspberry Pi: A bunch of scripts with menu to make your life easier.
http://misapuntesde.com
MIT License
866 stars 90 forks source link

piKiss netools don't work on pi3b+ with bullseye #180

Closed johncblacker closed 6 months ago

johncblacker commented 1 year ago

I installed piKiss then used it's netool install script. But, when I try to run "/home/pi/sc/opensource/netool.sh I get errors indicating no such file or directory and it's pointing to the /root/opensource/ directory. Several errors like: "cat: /root/opensource/netool.sh: No such file or directory" "cat: /root/opensource/toolkit_config: No such file or directory" - 13 of these messages. I don't know if it's something I did or didn't do; I presumed the install script would create the necessary files and subdirectories that are necessary for correct functioning. I need help with this, otherwise I think I'll just drop the whole piKiss application altogether.

hzykiss commented 6 months ago

Hello, have you solved it? I encountered the same problem with CM4 8G. No matter what program is installed, the system prompts "No such file or directory" when running.

jmcerrejon commented 6 months ago

Unfortunately, Nettools is not updated anymore, but Metasploit is actively maintained. I'll update my script to support the installation of Metasploit (but It's very easy to install anyway 😉).

jmcerrejon commented 6 months ago

Fixed at da1feed4fc2326a14c876b654ddb53cd66427285

Thank you, guys!