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: 7 months ago
JSON representation
Holmes is a collection of OSINT tools made into an easy to use Discord bot
- Host: GitHub
- URL: https://github.com/hezaerd/holmes
- Owner: Hezaerd
- License: mit
- Created: 2024-11-26T10:53:04.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-28T15:18:20.000Z (about 1 year ago)
- Last Synced: 2025-02-01T04:13:07.804Z (about 1 year ago)
- Topics: bun, command-kit, discord-bot, discord-js, osint, typescript
- Language: TypeScript
- Homepage:
- Size: 65.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.