BaRecon is a Bash-based tool that performs basic reconnaissance on a network block, a domain and its subdomains, or a single IP address.
All dependencies are automatically installed when the tool is executed.
Root permissions are required to use the tool.
The features of this tool include:
-
- Network address
- Network owner
- Country
- Total hosts
- First and last IP address
- Scanning hosts
- IP
- Associated hostnames
- Ping response
- Open ports
- HTTP responses
-
- Subdomain scanning
- Subdomain
- IP
- Network owner
- Country
- Ping response
- Open ports
- HTTP responses
- Subdomain scanning
-
- Network owner
- Associated hostnames
- Ping response
- Open ports
- HTTP responses
wget https://raw.githubusercontent.com/Tomas-Ortiz/barecon/main/BaRecon.sh
chmod +x BaRecon.sh
sudo su
./BaRecon.sh -h
./BasicRecon.sh -n <CIDR>
./BasicRecon.sh -d <DOMAIN>
./BasicRecon.sh -a <IP>