Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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 networks

Usage:
sharlock USERNAME

Examples:
sherlock user123

Flags:
-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