Skip to content

🌐 ZoneGuardian: A powerful tool to analyze DNS configurations, detect vulnerabilities, and generate actionable security reports. πŸ”’πŸš€ Safeguard your digital assets with precision and ease!

License

Notifications You must be signed in to change notification settings

sergio11/zoneguardian

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

22 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🌐 ZoneGuardian: DNS Vulnerability Analyzer πŸš€

ZoneGuardian is a cutting-edge cybersecurity tool meticulously crafted to inspect DNS configurations and identify potential vulnerabilities. DNS, the backbone of internet infrastructure, is often a target for malicious attacks and misconfigurations that can compromise your organization's security. ZoneGuardian empowers you to proactively analyze, detect, and mitigate risks in your DNS setup with precision and ease.

With its advanced scanning capabilities, professional-grade reporting, and actionable insights, ZoneGuardian is an essential tool for IT administrators, cybersecurity professionals, and organizations aiming to fortify their digital assets. Whether you're safeguarding sensitive data or ensuring compliance, ZoneGuardian provides the tools you need to maintain a robust security posture.

Secure your DNS. Protect your infrastructure. Trust ZoneGuardian. πŸš€

⚠️ Disclaimer: This tool is intended for ethical hacking and educational purposes only. Always ensure you have authorization before testing any systems.

πŸ™ I would like to express my sincere gratitude to Santiago HernΓ‘ndez, a leading expert in Cybersecurity and Artificial Intelligence. His outstanding course on Cybersecurity and Ethical Hacking, available on Udemy, was instrumental in the development of this project. The insights and techniques I gained from his course were invaluable in guiding my approach to cybersecurity practices. Thank you for sharing your knowledge and expertise!

🌟 Explore My Other Open-Source Ethical Hacking Tools

If you're passionate about ethical hacking and want to elevate your cybersecurity toolkit, make sure to explore my suite of open-source projects. These tools are designed to empower penetration testers and cybersecurity professionals by streamlining complex tasks, enhancing security audits, and uncovering vulnerabilities with cutting-edge precision:

  • πŸ¦… NetHawk: A state-of-the-art AI-powered ethical hacking tool for network vulnerability assessment. Using advanced frameworks like Scapy and Nmap, NetHawk automates port scanning, vulnerability detection, and report generation, making security audits faster, smarter, and more efficient. Whether you're a network administrator, cybersecurity expert, or ethical hacker, NetHawk simplifies the assessment process and offers actionable insights to fortify your systems.

  • πŸ’€ Nemesys: An advanced exploitation and post-exploitation tool built on top of the Metasploit Framework for automating critical data harvesting and system enumeration.

  • πŸ•·οΈ BlackVenom: The ultimate ARP and DNS spoofing tool, designed to intercept network traffic and uncover vulnerabilities with stealth and precision. A must-have for identifying and mitigating network-level threats.

  • 🌐 ZeroTrace: A robust search engine dorking tool for identifying potential attack vectors and locating sensitive exposed information across the web. Perfect for cybersecurity professionals aiming to enhance reconnaissance during penetration testing.

  • πŸ” DecryptX: An advanced hash and password security assessment tool that empowers you to analyze password hashes, encrypted ZIP files, and more. Ideal for evaluating the strength of encryption and identifying weaknesses in security implementations.

  • πŸŒ‘ EclipseRecon: is a stealthy web reconnaissance tool for uncovering hidden vulnerabilities, subdomains, and site structures. πŸ•΅οΈβ€β™‚οΈπŸ” It empowers security professionals to identify critical attack surfaces with precision, ensuring proactive defense. πŸš¨πŸ’»

These tools are designed to streamline penetration testing, enhance security assessments, and provide in-depth insights into vulnerabilities. Explore them to level up your ethical hacking skills! πŸ’»πŸ”

πŸ› οΈ Features

  • DNS Record Analysis: Thoroughly inspects DNS records for security risks and misconfigurations.
  • WHOIS Integration: Extracts and analyzes domain registration details to identify potential vulnerabilities.
  • Actionable Security Reports: Generates detailed and structured reports to prioritize vulnerabilities.
  • Mitigation Recommendations: Offers expert guidance to address and resolve identified risks.
  • Professional Audit Output: Creates ready-to-share reports in PDF format.

πŸ” Purpose

DNS misconfigurations and exposed zone data can reveal sensitive information about an organization’s infrastructure. ZoneGuardian aims to:

  1. Protect your infrastructure by identifying and mitigating vulnerabilities.
  2. Simplify the auditing process with structured insights and AI-powered analysis.
  3. Empower decision-makers with clear, professional reports and actionable steps.

βš™οΈ Tools & Technologies

ZoneGuardian is powered by state-of-the-art tools and frameworks, including:

  • Core Libraries: Python-based solutions for DNS record inspection, WHOIS data retrieval, and PDF report generation.
  • AI Integration: Advanced models and embeddings for intelligent data processing and analysis.
  • Utility Frameworks: Secure and efficient handling of environment variables, logging, and data structures.

πŸ—οΈ How It Works

ZoneGuardian follows a systematic approach to DNS vulnerability analysis:

  1. Accepts domain names as input.
  2. Scans DNS records and retrieves WHOIS data for detailed insights.
  3. Identifies potential vulnerabilities and classifies them by severity:
    • Critical vulnerabilities.
    • Warnings.
    • Informational notes.
  4. Provides tailored recommendations to address risks.
  5. Outputs a structured and professional report in PDF format.

🌟 Why ZoneGuardian?

  • Proactive Security: Stay ahead of attackers by uncovering vulnerabilities early.
  • AI-Powered Insights: Leverage intelligent analysis to prioritize actions.
  • Clear & Professional Reports: Enable informed decision-making with well-structured outputs.
  • User-Friendly Design: Simplifies complex security audits for efficient results.

πŸš€ Parameters and Options for ZoneGuardian Script

The ZoneGuardian script offers customizable parameters to tailor the DNS vulnerability analysis process. Below is a detailed guide:

πŸ”§ Parameter πŸ› οΈ Type πŸ“¦ Default Value πŸ“‹ Description πŸ’‘ Example Usage
--domains str Required 🌐 A comma-separated list of domains to scan for vulnerabilities. --domains example.com,example2.com
--threads int 10 ⚑ Number of threads for parallel processing. Improves performance when scanning multiple domains. --threads 20
--output-json str zoneguardian_results.json πŸ“„ File path to save detailed DNS scan results in JSON format. --output-json results/my_results.json
--output-pdf str zoneguardian_report.pdf πŸ“Š File path to save the vulnerability analysis report in PDF format. --output-pdf reports/my_report.pdf

πŸ“‹ Detailed Parameter Descriptions

  1. 🌐 --domains (Required)
    Specifies the domains to be scanned.

    • Example: --domains example.com,example2.com
    • Note: Separate domains with commas, without spaces.
  2. ⚑ --threads
    Sets the number of threads for parallel processing.

    • Default: 10
    • A higher value speeds up the scan for multiple domains but may increase CPU usage.
    • Example: --threads 20
  3. πŸ“„ --output-json
    Defines the file path for saving detailed JSON results.

    • Default: zoneguardian_results.json
    • Includes all analyzed DNS records and WHOIS data.
    • Example: --output-json results/my_results.json
  4. πŸ“Š --output-pdf
    Defines the file path for saving the final PDF report.

    • Default: zoneguardian_report.pdf
    • Contains an executive summary, vulnerability classification, and recommendations.
    • Example: --output-pdf reports/my_report.pdf

βœ… Usage Example

To scan two domains (example.com and test.com), using 15 threads, and save results in custom files:

python zoneguardian.py --domains example.com,test.com --threads 15 --output-json results.json --output-pdf report.pdf

πŸ“Œ Notes

Ensure all dependencies are installed before running the script.

  • The --domains parameter is mandatory; the script will not execute without it.
  • Customize the output paths to prevent overwriting existing files.

πŸ›‘οΈ Legal

The author of Zoneguardian is not responsible for any misuse or damage caused by this tool. Use responsibly and comply with all local laws.

Acknowledgements πŸ™

πŸ™ I would like to express my sincere gratitude to Santiago HernΓ‘ndez, a leading expert in Cybersecurity and Artificial Intelligence. His outstanding course on Cybersecurity and Ethical Hacking, available on Udemy, was instrumental in the development of this project. The insights and techniques I gained from his course were invaluable in guiding my approach to cybersecurity practices. Thank you for sharing your knowledge and expertise!

🀝 Contributing

Contributions to Zoneguardian are highly encouraged! If you're interested in adding new features, resolving bugs, or enhancing the project's functionality, please feel free to submit pull requests.

Get in Touch πŸ“¬

Zoneguardian is developed and maintained by Sergio SΓ‘nchez SΓ‘nchez (Dream Software). Special thanks to the open-source community and the contributors who have made this project possible. If you have any questions, feedback, or suggestions, feel free to reach out at dreamsoftware92@gmail.com.

Visitors Count

Please Share & Star the repository to keep me motivated.

License βš–οΈ

This project is licensed under the MIT License, an open-source software license that allows developers to freely use, copy, modify, and distribute the software. πŸ› οΈ This includes use in both personal and commercial projects, with the only requirement being that the original copyright notice is retained. πŸ“„

Please note the following limitations:

  • The software is provided "as is", without any warranties, express or implied. πŸš«πŸ›‘οΈ
  • If you distribute the software, whether in original or modified form, you must include the original copyright notice and license. πŸ“‘
  • The license allows for commercial use, but you cannot claim ownership over the software itself. 🏷️

The goal of this license is to maximize freedom for developers while maintaining recognition for the original creators.

MIT License

Copyright (c) 2024 Dream software - Sergio SΓ‘nchez 

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

About

🌐 ZoneGuardian: A powerful tool to analyze DNS configurations, detect vulnerabilities, and generate actionable security reports. πŸ”’πŸš€ Safeguard your digital assets with precision and ease!

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages