R00tendo / GoldDigger

GolDigger web crawler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

GolDigger web crawler

License:GNU General Public License v3.0


Languages

Language:Go 100.0%