ReconScript is a bash script designed to automate reconnaissance tasks for discovering subdomains, checking for alive subdomains, finding endpoints, and identifying parameters on a given domain.
- Subdomain Discovery: Uses
assetfinderandsubfinderto find all subdomains associated with a target domain. - HTTP Enumeration: Utilizes
httpxto check the status of discovered subdomains and fetch HTTP response headers. - Endpoint Discovery: Uses
katanaandwaybackurlsto find endpoints from alive subdomains. - Parameter Analysis: Uses
arjunto identify potential parameters from discovered endpoints.
Ensure you have the following tools installed and available in your system's /bin directory:
-
Clone the repository:
git clone https://github.com/Irelia0x/ReconScript.git cd ReconScript
```bash
chmod +x ./recon1.sh
chmod +x ./addHTTPS.sh
./recon1.sh <Main Domain url >
./recon1.sh https://example.com
```
- This script is designed for Linux systems.
- Ensure you have necessary permissions (sudo) for installing tools to /bin.
- Customize the script or adjust tool versions as per your requirements.
Contributions are welcome! Fork the repository, make your changes, and submit a pull request.