CLI tool that searches for social media accounts by username across multiple social networks
Enola is a CLI tool written in Go that searches for social media accounts by username across multiple social networks. It functions as a sister tool to Sherlock, providing username enumeration capabilities to discover where a specific username exists on various platforms.
The tool operates with a simple command structure, accepting a username as input and returning results from its search across social networks. Users can run searches directly with enola {username} after installation.
Enola supports both native Go installation and Docker deployment. The Go installation requires Go 1.23 or higher, while the Docker option provides containerized execution for users who prefer isolated environments. The tool targets security researchers, investigators, and anyone conducting open source intelligence (OSINT) research on social media presence.
# via Go
go install github.com/theyahya/enola/cmd/enola@latest
