AUTOMATION BASH FOR RECON PURE BASH FOR BUGBOUNTY
"RECON-DZ," which automates reconnaissance and bug bounty tasks using pure Bash. This README explains the tool's purpose, installation instructions, usage, and additional information.
RECON-DZ is a simple yet powerful tool designed for reconnaissance and bug bounty automation using pure Bash. It allows users to perform various reconnaissance tasks quickly and efficiently by processing a list of target URLs.
- Automate common reconnaissance tasks.
- Supports multiple URL processing in a single run.
- Written entirely in Bash for ease of use and portability.
- Simple and user-friendly command-line interface.
-
Ensure you have Bash installed (most Linux and macOS systems come with Bash pre-installed).
-
Clone the repository or download the
dz.shscript:git clone https://github.com/hacker1337itme/RECON-DZ.git cd RECON-DZ -
Make the script executable:
chmod +x dz.sh
To run dzrecon, execute the following command:
bash dz.sh urls.txtReplace urls.txt with the path to your file containing a list of URLs (one per line).
bash dz.sh targets.txtWhere targets.txt might contain:
http://example.com
http://another-example.com
- HTTP/HTTPS URLs
- Subdomains
- Custom ports (if specified)
Contributions are welcome! If you would like to contribute to dzrecon, please fork the repository and create a pull request. For any issues or feature requests, please open an issue on the GitHub repository.
This project is licensed under the MIT License - see the LICENSE file for details.
For questions, suggestions, or feedback, please reach out to me via:
- Email: dzlab@pwn.com
- Twitter: @dzlab
Feel free to customize this README file to better fit your tool's specific functionalities, contact information, and any other elements you wish to include!