go install github.com/R00tendo/GoldDigger@latest
#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