Skip to content

R00tendo/GoldDigger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GoldDigger

golddigger-github

GolDigger is an easy to use automated web crawler and directory bruteforcer.

Installation

go install github.com/R00tendo/GoldDigger@latest

Add ~/go/bin to your $PATH

Usage examples

#Basic 
GoldDigger -u "https://somesite.com"

#Considers all URLs that have the string "sometimes.com" in it as part of the target scope
GoldDigger -u "https://somesite.com" -k somesite.com

#Saves website file URLs to an output file
GoldDigger -u "https://somesite.com" -q -o results

#Run directory bruteforce with a custom wordlist
GolDigger -u "https://somesite.com" -w ~/Seclists/Discovery/Web-Content/raft-medium-directories.txt

Example output

Releases

No releases published

Packages

No packages published

Languages