Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mesuutt/sherlock
:mag_right: Find usernames across social networks
https://github.com/mesuutt/sherlock
cli golang information-gathering linux macos osint reconnaissance redteam sherlock tools window
Last synced: 3 months ago
JSON representation
:mag_right: Find usernames across social networks
- Host: GitHub
- URL: https://github.com/mesuutt/sherlock
- Owner: mesuutt
- Created: 2019-07-11T09:57:52.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-05-14T01:52:17.000Z (over 2 years ago)
- Last Synced: 2024-06-20T08:10:32.966Z (5 months ago)
- Topics: cli, golang, information-gathering, linux, macos, osint, reconnaissance, redteam, sherlock, tools, window
- Language: Go
- Homepage:
- Size: 114 KB
- Stars: 60
- Watchers: 0
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- Offensive-OSINT-Tools - Sherlock
README
Find usernames across social networks
-------
Faster and minimal implementation of [sherlock-project/sherlock](https://github.com/sherlock-project/sherlock) written in Go.
### Installation
[Download an executable](https://github.com/mesuutt/sherlock/releases) or:
```
go get -u github.com/mesuutt/sherlock
```#### See in action
[![See in action](https://asciinema.org/a/256939.png)](https://asciinema.org/a/256939?speed=1.5)
## Usage
```bash
$ sherlock --help
Find usernames across social networksUsage:
sharlock USERNAMEExamples:
sherlock user123Flags:
-h, --help help for sharlock
-i, --only-found Prints only found messages. Errors, and invalid username errors will not appear.
-p, --proxy string Make requests over a proxy.
-v, --verbose Enable verbose mode for detailed error messages.
```## TODO:
- [ ] Write tests
## License
MIT