Skip to content

Gopher Find is a blazingly fast alternative to Sherlock written in Golang. It is an OSINT tool that looks for usernames around the web and organizes all the links in a single place.

License

caetano-dev/Gopher-Find

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gopher Find 🐹🔎

Gopher Find is a blazingly fast alternative to Sherlock written in Go.

gopher-find-usage.gif

This project is still under development and new features will be added soon.

All the websites Gopher Find look for were extracted from the Sherlock project.

Installation and usage

Assuming you already have Go installed into your machine.

git clone https://github.com/drull1000/gopher-find
cd gopher-find
go mod tidy
go run cmd/main.go <username>

or if you want to compile the program:

go build cmd/main.go
./main <username>

Note that the json file needs to be in the correct path.

The script will start hunting the urls for you and after going through all of them, it will generate a <username>.txt containing all the valid links.

Known issues

  • Some few websites return false positives. This is caused because some of them either require javascript, captchas or use cloudflare to block requests.

Contributing

Seeing something wrong? Want to help?

Feel free to fork the project, make changes, open pull requests and issues. Any contribution is welcome.

About

Gopher Find is a blazingly fast alternative to Sherlock written in Golang. It is an OSINT tool that looks for usernames around the web and organizes all the links in a single place.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages