Skip to content

hacker1337itme/RECON-DZ

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

RECON-DZ

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.


dzrecon

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.

Table of Contents

Features

  • 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.

Installation

  1. Ensure you have Bash installed (most Linux and macOS systems come with Bash pre-installed).

  2. Clone the repository or download the dz.sh script:

    git clone https://github.com/hacker1337itme/RECON-DZ.git
    cd RECON-DZ
  3. Make the script executable:

    chmod +x dz.sh

Usage

To run dzrecon, execute the following command:

bash dz.sh urls.txt

Replace urls.txt with the path to your file containing a list of URLs (one per line).

Example

bash dz.sh targets.txt

Where targets.txt might contain:

http://example.com
http://another-example.com

Supported URL Formats

  • HTTP/HTTPS URLs
  • Subdomains
  • Custom ports (if specified)

Contributing

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.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Contact

For questions, suggestions, or feedback, please reach out to me via:


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!

About

AUTOMATION BASH FOR RECON PURE BASH FOR BUGBOUNTY

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages