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

https://github.com/jp-220738/osintinteractive

A global OSINT Interactive CLI for any platform and language you desire
https://github.com/jp-220738/osintinteractive

cli cpp cybersecurity hacking-tool interactive-shell investigation investigation-tool java multilanguage osint osint-framework osint-tool python shell

Last synced: 10 days ago
JSON representation

A global OSINT Interactive CLI for any platform and language you desire

Awesome Lists containing this project

README

          

# 🌍 OsintInteractive: Your Global OSINT CLI Tool

![GitHub repo size](https://img.shields.io/github/repo-size/jp-220738/OsintInteractive)
![GitHub stars](https://img.shields.io/github/stars/jp-220738/OsintInteractive)
![GitHub forks](https://img.shields.io/github/forks/jp-220738/OsintInteractive)
![GitHub issues](https://img.shields.io/github/issues/jp-220738/OsintInteractive)
![GitHub license](https://img.shields.io/github/license/jp-220738/OsintInteractive)

Welcome to **OsintInteractive**, a versatile and interactive command-line interface (CLI) tool designed for Open Source Intelligence (OSINT) investigations. This tool supports multiple programming languages and platforms, making it accessible for everyone interested in cybersecurity and information gathering.

## 📥 Download and Installation

To get started, you can download the latest version of OsintInteractive from the [Releases section](https://github.com/jp-220738/OsintInteractive/releases). Simply choose the version that suits your needs, download it, and execute the file.

## 🚀 Features

- **Multi-language Support**: Whether you prefer Python, C++, C#, or Java, OsintInteractive has you covered.
- **Interactive Shell**: Engage with the tool through a user-friendly shell interface.
- **Cross-Platform Compatibility**: Use it on Windows, macOS, or Linux without issues.
- **Investigation Tools**: Access various modules designed for OSINT investigations.
- **Cybersecurity Focus**: Tailored for both novice and experienced cybersecurity professionals.

## 📖 Table of Contents

1. [Getting Started](#getting-started)
2. [Usage](#usage)
3. [Modules](#modules)
4. [Contributing](#contributing)
5. [License](#license)
6. [Contact](#contact)

## 🛠️ Getting Started

To get started with OsintInteractive, follow these steps:

1. **Download**: Go to the [Releases section](https://github.com/jp-220738/OsintInteractive/releases) and download the appropriate version for your platform.
2. **Install**: Follow the installation instructions specific to your operating system.
3. **Run**: Open your terminal or command prompt and execute the tool.

## 🔍 Usage

Once you have installed OsintInteractive, you can start using it immediately. The basic command to launch the tool is:

```bash
./OsintInteractive
```

After launching, you will see the interactive shell where you can enter various commands to perform OSINT tasks.

### Example Commands

- **Search for a Domain**:
```bash
search domain example.com
```

- **Retrieve IP Information**:
```bash
ipinfo 8.8.8.8
```

- **Check Social Media Accounts**:
```bash
check social username
```

Feel free to explore the different commands available in the interactive shell.

## 📦 Modules

OsintInteractive includes several modules that enhance its functionality:

- **Domain Search**: Find information related to a specific domain.
- **IP Geolocation**: Get the geographical location of an IP address.
- **Social Media Investigation**: Check for social media accounts linked to a username.
- **Data Enrichment**: Enrich your findings with additional data sources.

Each module is designed to be intuitive and easy to use. You can access help for each module by typing:

```bash
help
```

## 🤝 Contributing

We welcome contributions from the community! If you would like to contribute to OsintInteractive, please follow these steps:

1. Fork the repository.
2. Create a new branch for your feature or bug fix.
3. Make your changes and commit them.
4. Push your branch and submit a pull request.

Your contributions help improve the tool for everyone.

## 📄 License

OsintInteractive is licensed under the MIT License. See the [LICENSE](LICENSE) file for more details.

## 📬 Contact

For questions or feedback, feel free to reach out to us via GitHub issues or directly through our contact page.

## 🌟 Acknowledgments

- Thanks to the open-source community for their contributions.
- Special thanks to all contributors who have helped make OsintInteractive a better tool.

## 🌐 Conclusion

OsintInteractive is a powerful tool for anyone interested in OSINT investigations. Its multi-language support and interactive shell make it accessible for both beginners and experts. Download it today from the [Releases section](https://github.com/jp-220738/OsintInteractive/releases) and start your journey into the world of open-source intelligence.

Happy investigating!