dokrscout is a tool to automate the finding of vulnerable applications or secret files around the internet throught google searches, dorkscout first starts by fetching the dorks lists from https://www.exploit-db.com/google-hacking-database and then it scans a given target or everything it founds
Installation
dorkscout can be installed in different ways:
Go Packages
throught Golang Packages (golang package manager)
go get github.com/R4yGM/dorkscout
this will work for every platform
…