Skip to content
/ XGiF Public

A tool to find .git folder exposed due to server misconfiguration.

Notifications You must be signed in to change notification settings

4lch3mis7/XGiF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3b064f9 · Jul 4, 2024

History

25 Commits
Jul 4, 2024
Jun 11, 2021
Dec 29, 2021

Repository files navigation

XGiF (Exposed Git Finder)

About XGiF

XGiF (Exposed Git Finder) is tool written in Go designed to find .git folder exposed due to server misconfiguration. Such misconfiguration in a web application can lead to source code disclosure and invite other serious vulnerabilities.

Screenshots

XGiF

Installation

go install github.com/prasant-paudel/xgif@latest

Usage

Flag Description
-t Target URL
-T List of target URLs
-v Enable verbose mode (default=false)
-o Output to a file

Examples

xgif -t https://example.com
xgif -T target_urls.txt
xgif -T target_urls.txt -v -o output_file.txt

Version

Current Version is 1.1