Installation of Recce Tool on Kali Linux OS

Step 1: Use the following command to install the tool in your Kali Linux operating system.

git clone https://github.com/unstabl3/recce.git

Step 2: Now use the following command to move into the directory of the tool. You have to move in the directory in order to run the tool.

cd recce

Step 3: You are in the directory of the recce. Now you have to install a dependency of the recce using the following command.

sudo pip install -r requirements.txt

Step 4: All the dependencies have been installed in your Kali Linux operating system.

python3 recce.py -h

Recce – Domain status checker

In some cases, we have the largest of domains and subdomains which need to be tested for security flaws. the first step is to check the activeness in the domains on the internet. A recce tool is an automated tool that is developed in the Python language which has the potential to scan 11k domains in just 3 minutes and return their status. Recce tool also supports saving the results in text formatted tile. This tool is available on GitHub for free. It’s open-source so anyone can contribute to it.

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

Similar Reads

Installation of Recce Tool on Kali Linux OS

Step 1: Use the following command to install the tool in your Kali Linux operating system....

Working with Recce Tool on Kali Linux OS

Example 1: Scan domains with input as a file...

Contact Us