How to Install Tanoshi on Kali Linux Latest
Tanoshi is a tool for checking whether a password has been compromised in a data breach. In this tutorial, we will explain how to install Tanoshi on Kali Linux Latest.
Prerequisites
- Kali Linux Latest installed
- An active Internet connection
Installation Steps
Open the command terminal on Kali Linux
Clone the Tanoshi repository using the following command:
git clone https://github.com/faldez/tanoshi.gitNavigate to the cloned Tanoshi directory using the command:
cd tanoshi/Install the required libraries for Tanoshi using the following command:
pip3 install -r requirements.txtLaunch the Tanoshi tool using the following command:
python3 Tanoshi.pyThe Tanoshi tool will prompt you to enter the password that you wish to verify. Enter the password and press Enter.
The tool will then query the Have I Been Pwned API to check whether the entered password has been compromised in any data breaches.
Congratulations, you have successfully installed Tanoshi on Kali Linux Latest and can now use it to check whether your password has been compromised.