Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/Longwater1234/go-sherlock

Minified version of Project Sherlock written in GO. Lookup given username from 1000 social networks
https://github.com/Longwater1234/go-sherlock

golang osint social social-media social-network-analysis username

Last synced: 27 days ago
JSON representation

Minified version of Project Sherlock written in GO. Lookup given username from 1000 social networks

Lists

README

        

# go-sherlock
Modified GO version of Project Sherlock (https://github.com/sherlock-project/sherlock). Golang OSINT.
- It only accepts one username at a time.
- Super fast with low memory cost.
- Looks up username in about 1000 social sites (Website List taken from [social-analyzer](https://github.com/qeeqbox/social-analyzer) )
- To get started, simply, open Terminal or CMD in project directory, then, for example you want to lookup username "johndoe":
```shell
go run main.go johndoe
```