Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hezaerd/holmes

Holmes is a collection of OSINT tools made into an easy to use Discord bot
https://github.com/hezaerd/holmes

bun command-kit discord-bot discord-js osint typescript

Last synced: 3 days ago
JSON representation

Holmes is a collection of OSINT tools made into an easy to use Discord bot

Awesome Lists containing this project

README

        

# Holmes - OSINT Discord Bot 🔍

Holmes is a powerful Discord bot designed to make OSINT (Open Source Intelligence) research easier and more accessible. It provides a suite of tools for searching and analyzing usernames, emails, and domains across various online services.

## Features

### Username Search
- Search for usernames across multiple platforms and services
- Filter NSFW services from results
- Paginated results for better readability
- Deep username analysis including:
- Pattern detection
- Common format identification
- Search recommendations

### Email Analysis (Coming Soon)
- Email format validation
- Domain verification
- Breach database searching
- Email intelligence gathering

### Domain Tools (Coming Soon)
- WHOIS lookups
- DNS information
- Domain intelligence

## Setup

### Prerequisites
- Node.js v18 or higher
- Discord Bot Token (from Discord Developer Portal)
- Bun (recommended) or npm

### Installation Steps

1. Clone the repository

2. Install dependencies

```bash
bun install
```

3. Run the bot

```bash
bun dev
```

## Contributing
We welcome contributions to improve the bot's functionality and user experience. Please see our [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines on how to submit improvements and bug fixes.

## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.