osintrs

Crates.ioosintrs
lib.rsosintrs
version0.1.0
created_at2025-05-30 19:20:32.690545+00
updated_at2025-05-30 19:20:32.690545+00
descriptionA Rust application for OSINT (Open Source Intelligence) gathering and analysis.
homepage
repository
max_upload_size
id1695602
size113,274
Kaique da Silva (ktfth)

documentation

README

OSINTRS

OSINTRS is a powerful Open Source Intelligence (OSINT) tool written in Rust, designed to help security researchers, penetration testers, and cybersecurity professionals gather and analyze information from various sources.

Features

  • Fast and efficient information gathering
  • Multiple data source integrations
  • Low memory footprint and high performance
  • Cross-platform support (Windows, macOS, Linux)
  • Comprehensive reporting options

Installation

You can install OSINTRS directly from crates.io using Cargo:

cargo install osintrs

Or if you want to ensure you use the exact dependencies specified in the lockfile:

cargo install --lock osintrs

Usage

Basic usage:

osint <target> <type>

Available Types

  • person: Gather information about an individual
  • organization: Collect data about a company or organization
  • domain: Analyze a domain name
  • ip: Investigate an IP address
  • email: Research information related to an email address
  • phone: Look up details about a phone number
  • social: Find social media accounts and activities

Examples

Domain Investigation

osint example.com domain

Email Research

osint user@example.com email

Person Information Gathering

osint "John Doe" person

Organization Analysis

osint "Acme Corporation" organization

IP Address Investigation

osint 192.168.1.1 ip

Phone Number Lookup

osint +15555555555 phone

Social Media Research

osint username social

Configuration

OSINTRS can be configured via a configuration file located at ~/.config/osintrs/config.toml.

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Commit count: 0

cargo fmt