Serpico (SimplE RePort wrIting and COllaboration tool) is a tool developed in Ruby to speed up the process of report writing. It is open source and available on GitHub. In this recipe, we will look at the installation and usage of Serpico.
Using Serpico
Getting ready
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...