Skip to content

dogpack is an open-source reconnaissance and information gathering tool designed for analyzing websites. It automates the process of collecting critical data about a target domain, helping users perform security assessments, gather intelligence, and identify potential vulnerabilities.

License

Notifications You must be signed in to change notification settings

AmiraBenguega/dogpack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🐶 Dogpack: Your Go-To Tool for Website Reconnaissance

Dogpack
Releases

Dogpack is an open-source reconnaissance and information gathering tool designed for analyzing websites. It automates the process of collecting critical data about a target domain, helping users perform security assessments, gather intelligence, and identify potential vulnerabilities.

Table of Contents

Features

  • Automated Data Collection: Dogpack simplifies the process of gathering information about a target domain. It saves time and effort by automating tasks that would otherwise require manual input.

  • Multiple Data Sources: The tool collects data from various sources, including DNS records, IP addresses, and SSL certificates. This comprehensive approach ensures you have all the necessary information at your fingertips.

  • Security Assessments: Dogpack is built with security in mind. It helps users identify vulnerabilities and assess the security posture of websites.

  • User-Friendly Interface: The tool is designed to be easy to use, even for those who may not have extensive technical knowledge.

  • Open Source: Being open-source, Dogpack allows users to contribute to its development and customize it to fit their needs.

Installation

To get started with Dogpack, you need to download the latest release. Visit the Releases section to find the latest version. Download the appropriate file for your operating system, and execute it according to the instructions provided.

Prerequisites

Before installing Dogpack, ensure you have the following:

  • A compatible operating system (Linux preferred).
  • Python 3.x installed on your machine.
  • Basic knowledge of command-line interface.

Steps to Install

  1. Download the Release: Go to the Releases section and download the latest version.

  2. Extract the Files: Unzip the downloaded file to your desired directory.

  3. Install Dependencies: Navigate to the extracted folder and run:

    pip install -r requirements.txt
  4. Run Dogpack: You can now execute Dogpack by running:

    python dogpack.py

Usage

Using Dogpack is straightforward. After installation, you can run various commands to gather information about a target domain. Here’s how to get started:

  1. Open your terminal.
  2. Navigate to the Dogpack directory.
  3. Execute the tool with the desired command.

For example:

python dogpack.py -d example.com

This command will initiate a reconnaissance scan on the domain example.com.

Commands

Dogpack supports several commands to perform different types of reconnaissance. Here are some of the most commonly used commands:

  • -d or --domain: Specify the target domain for analysis.

  • -i or --ip: Retrieve information based on the IP address.

  • -dns: Perform a DNS lookup for the specified domain.

  • -ssl: Check the SSL certificate information for the target domain.

  • -whois: Gather WHOIS information about the domain.

Example Commands

  1. DNS Lookup:

    python dogpack.py -d example.com -dns
  2. WHOIS Information:

    python dogpack.py -d example.com -whois
  3. SSL Certificate Check:

    python dogpack.py -d example.com -ssl

Contributing

Contributions are welcome! If you would like to contribute to Dogpack, please follow these steps:

  1. Fork the repository.
  2. Create a new branch for your feature or bug fix.
  3. Make your changes and commit them.
  4. Push your changes to your forked repository.
  5. Create a pull request.

Please ensure your code adheres to the project's coding standards and includes appropriate tests.

License

Dogpack is licensed under the MIT License. See the LICENSE file for more information.

Acknowledgments

  • Thanks to the open-source community for their contributions and support.
  • Special thanks to all contributors who help make Dogpack better.

For more information and updates, visit the Releases section.

About

dogpack is an open-source reconnaissance and information gathering tool designed for analyzing websites. It automates the process of collecting critical data about a target domain, helping users perform security assessments, gather intelligence, and identify potential vulnerabilities.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages