Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 898 Bytes

README.md

File metadata and controls

33 lines (25 loc) · 898 Bytes

Enola Holmes

This is Sherlock's sister Enola, Modern shiny CLI tool written with Golang to help you: 🔎 Hunt down social media accounts by username across social networks

Install

Minimum go1.23 required.

go install github.com/theyahya/enola/cmd/enola@latest

Usage

enola {username}

Enola demo

Using Docker

Build the image

docker build -t enola .

Run

docker run --rm -it enola {username}

Contributing

You can fork the repository, improve or fix some part of it and then send a pull requests. Or simply open and issue if there's a bug or you have a feature in mind.

License

This software is released under the MIT License.