Skip to content

prasant-paudel/XGiF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 

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