Share
## https://sploitus.com/exploit?id=BFFDE771-DC0E-5925-853D-B87BC6C08253
This is a reconnaissance tool called ReconPi, designed for use on a Raspberry Pi or a VPS. The tool is written in Bash and uses various scripts to perform extensive reconnaissance on a target domain. The tool's primary function is to gather information about a target domain, including subdomains, IP addresses, and other relevant data.

The tool uses various scripts, including `clean_ips.py`, `daily.sh`, and `recon.sh`, to perform its functions. The `clean_ips.py` script is used to remove Cloudflare IP addresses from a list of IP addresses. The `daily.sh` script is used to update a list of DNS resolvers. The `recon.sh` script is the main script that performs the reconnaissance.

The `recon.sh` script takes a domain as input and performs the following tasks:

1. It creates a directory for the target domain and initializes the necessary files and directories.
2. It uses the `clean_ips.py` script to remove Cloudflare IP addresses from a list of IP addresses.
3. It uses the `daily.sh` script to update a list of DNS resolvers.
4. It performs a DNS enumeration using the `amass` tool.
5. It performs a port scan using the `nmap` tool.
6. It