If we have a 64-bit Kali, installation is easy: we just need to download and install the .deb file from the releases section of the tool (https://github.com/SerpicoProject/Serpico/releases):
Installing on 32-bit environment is a little tricky; we will look at the installation steps first:
- As per the official documentation, Ruby 2.3.5 is supported:
- Running the rvm install 2.2.3 command will throw this error as the libssl version is not supported by Ruby 2.3.3:
- Install libcups2 using the following command:
apt install libcups2 ...