Skip to content

Latest commit

 

History

History
33 lines (28 loc) · 825 Bytes

README.md

File metadata and controls

33 lines (28 loc) · 825 Bytes

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