What is Goblyn Tool? | How to use Goblyn Tool? | Recon Tool

Goblyn by Loseys is a powerful utility designed for the precise enumeration and comprehensive capture of metadata from websites. This tool serves as a valuable asset to both Digital Forensics investigators and Cybersecurity professionals, enabling them to extract crucial information efficiently. Whether it's analyzing potential threats or gathering evidence, Goblyn equips experts with the essential data they need to enhance their investigations and bolster online security measures.

How Goblyn Works:

Goblyn operates as a sophisticated website analysis tool, its functionality structured around a systematic process. It begins its operation by meticulously searching for active directories within the designated target website. These directories are essentially digital folders that contain various files and data. Once these directories are pinpointed, Goblyn embarks on the critical task of enumerating the files hosted within them.

Enumeration is a process of systematically listing and cataloging items, in this case, the files. Goblyn leaves no stone unturned as it meticulously compiles a comprehensive inventory of all the files nestled within these directories. This exhaustive approach ensures that no file goes unnoticed.

However, Goblyn's utility doesn't stop at file enumeration. Once a file is encountered, it delves deeper into its contents to extract metadata. Metadata refers to the information about the file itself rather than its actual content. This metadata can include details like the file's creation date, author, size, and even cryptographic signatures.

The extraction of metadata by Goblyn is invaluable for investigators and cybersecurity experts. It provides a window into understanding the file's characteristics and properties, which can be pivotal in various contexts. For instance, in digital forensics, this data might help establish the timeline of events or identify potential sources of compromise. In the realm of cybersecurity, it can aid in vulnerability assessment, threat detection, and overall system fortification.

In summary, Goblyn's modus operandi revolves around identifying directories, meticulously enumerating files within them, and extracting vital metadata to provide users with a rich source of information for digital investigations and cybersecurity efforts.

Key Features

1. Precise Metadata Enumeration: This tool excels in meticulously enumerating and gathering metadata from website files, ensuring that no valuable information is overlooked.

2. Versatile File Type Support: With its extensive compatibility, it accommodates a wide array of file types, rendering it ideal for diverse web content, be it text, images, or multimedia.

3. Intuitive User Experience: Designed with the user in mind, it offers an intuitive and user-friendly interface that simplifies the process of metadata extraction, making it accessible to both novices and experts.

4. Seamless Installation: Its straightforward installation process ensures that you can get started quickly, eliminating any unnecessary complexities.

5. Swift and Efficient Metadata Extraction: Leveraging cutting-edge technology, it delivers rapid and efficient metadata extraction, saving you time and resources.

Installation

1. Repository Download and Installation:

   - To begin, please download this repository.

   - After downloading, run the following command with administrative privileges:

     ```

     sudo python3 setup.py install

     ```

2. Exiftool Installation:

   - Next, you'll want to install the "exiftool" utility. Use the following command:

     ```

     sudo apt install exiftool

     ```


3. Enjoy "goblyn":

   - Once everything is set up, you can use the "goblyn" tool with the appropriate options:

     ```

     sudo goblyn [OPTIONS]

     ```

   - Have fun exploring its features!

Why Use Goblyn?

1. Versatile File Type Support: Goblyn effortlessly handles a wide range of file types, making it a versatile tool suitable for diverse web content.

2. User-Friendly: Goblyn boasts an intuitive design that ensures ease of use and installation, catering to users of all levels, from beginners to experts.

3. Efficient Metadata Enumeration: Goblyn excels at rapidly identifying and extracting metadata from website files, simplifying and expediting the information-gathering process.

How to use Goblyn?

1. Access Help Banner:

   - To explore the help information for Goblyn, use the `-help` argument. This will provide you with guidance on how to use the tool and its available options.

2. Example Usage:

   - Here's an example of how you can use Goblyn:

     ```

     sudo goblyn -t http://fma.if.usp.br/~amsilva/Livros/ -wl C:\Users\Lsy\Desktop\common.txt --file-types=pdf,docx,png

     ```

     In this example:

     - `-t` specifies the target URL or website you want to extract metadata from.

     - `-wl` points to a whitelist file with the full path (e.g., `C:\Users\Lsy\Desktop\common.txt`). This file likely contains a list of URLs to crawl.

     - `--file-types` allows you to specify the file types (e.g., pdf, docx, png) you want Goblyn to process.

3. Important Note:

   - Ensure that you use the full path of any files or directories you reference. If you intend to use the `-o` or `-wl` commands, make sure to provide the complete file path to avoid any issues.


Download/Clone Repository Here:

https://github.com/loseys/Goblyn

Next Post Previous Post
No Comment
Add Comment
comment url