I'm currently running Ubuntu, but I would like to install some of the security tools that are commonly available on Kali Linux. For instance, in Kali, I can install tools like amass-common simply by using:
sudo apt install amass-common
However, when I try to run this command on Ubuntu, I get an error saying that the package cannot be found.
Could someone guide me on how to properly install Kali Linux tools on Ubuntu? I'm looking for a method that allows me to use the apt package manager, similar to how it's done in Kali. Is there a specific repository I need to add or a different approach I should follow to access and install these tools on Ubuntu?