Installing goshorly on Kali Linux Latest
This tutorial will guide you through the process of installing goshorly on Kali Linux Latest. goshorly is a command-line tool for shortening URLs that is available on https://gitea.hackmi.ch/Phil/goshorly.
Prerequisites
Before you begin, make sure you have the following:
- Kali Linux Latest installed on your machine
- A terminal application
Steps
Follow these steps to install goshorly on Kali Linux Latest:
Open the terminal application on your machine.
Navigate to the directory where you want to install goshorly.
Clone the repository using the following command:
git clone https://gitea.hackmi.ch/Phil/goshorly.gitNavigate to the
goshorlydirectory using the following command:cd goshorlyInstall the required packages using the following command:
sudo apt-get install golang-goBuild the goshorly executable using the following command:
go buildThis will create an executable file named
goshorlyin thegoshorlydirectory.Install goshorly using the following command:
sudo make installThis will copy the
goshorlyexecutable to the/usr/local/bin/directory.Verify that goshorly is installed correctly by running the following command:
goshorly --versionThis should display the version number of goshorly.
Conclusion
Congratulations, you have successfully installed goshorly on Kali Linux Latest. You can now use goshorly to shorten URLs on the command line. You can find more information on how to use goshorly on the official goshorly repository.