Installation of Longtongue Tool on Kali Linux OS

Step 1: In this step, we will get the Longtongue tool repository from GitHub,

git clone https://github.com/edoardottt/longtongue.git

 

Step 2: Use the below cd command to navigate to the Longtongue tool directory.

cd longtongue

 

Step 3: Execute the below command to download all the Python dependencies which are associated with the tool.

sudo pip3 install -r requirements.txt

 

Step 4: Execute the below command in the terminal to view and understand the usage of the tool.

python3 longtongue.py  --help/-h

 

Longtongue – Customized Password/Passphrase List Inputting Target Info

Usernames and Password values are the most commonly used techniques for authentication pursuits in almost every web application or any type of application. When the credentials provided in this type match the values stored at the target domain server, only the user is authenticated to the website feature. We can have a wordlist through which we can brute-force the wordlist to get the usernames and passwords of the target person or company domain. Longtongue is a tool that inputs the basic information about the person or company and generates the wordlist according to the information passed. Longtongue tool is developed in the Python language and available on the GitHub platform.

Note: Make Sure You have Python Installed on your System, as Longtongue is a python-based tool. Click to check the Installation process: Python Installation Steps on Linux

Similar Reads

Installation of Longtongue Tool on Kali Linux OS

Step 1: In this step, we will get the Longtongue tool repository from GitHub,...

Working with Longtongue Tool on Kali Linux OS

Example 1: Set the target to be a company...

Contact Us