4lch3mis7 / XGiF

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:Go 100.0%