Skip to content

SafeNetix/osintbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OSINT Box

Comprehensive Country-Based OSINT Toolbox

OSINT Box is an open-source, country-focused collection of OSINT (Open Source Intelligence) tools and resources. The goal of this project is to provide researchers, journalists, security analysts, and enthusiasts with structured and easy access to OSINT tools specific to each country, with additional information about tool pricing and registration requirements.


Project Goals

  • Collect, categorize, and maintain OSINT tools for different countries.
  • Display detailed tool information including:
    • Name
    • Short description
    • Link
    • Pricing (Free or Paid)
    • Signup requirement (Signup Required or No Signup)
  • Provide a user-friendly interface with categorized tabs and clear tool indicators.
  • Encourage open collaboration to expand and improve the toolbox.

Project Structure

  • /countries/: Each country has its own folder containing an index.html and a JSON file with tools data.
    • Example: countries/iran/iran.json
  • /tools/: General OSINT tools categorized by type (e.g., Web Scraping, Social Media Analysis, Public Records, etc.) – coming soon!
  • /assets/: Contains CSS, JS, images, and other frontend assets.

Available Countries

Currently, the following countries are included in the project:

  • Iran
  • United States

JSON Tool Structure Example:

{
  "country": "Iran",
  "last_update": "2025-08-19",
  "tools": {
    "government": [
      {
        "name": "Iran Open Data Portal",
        "description": "National portal for open government datasets and catalog (in Persian and English)",
        "link": "https://data.gov.ir",
        "pricing": "free",
        "signup_required": false
      }
    ],
    "financial": [
      {
        "name": "Tehran Stock Exchange (TSE)",
        "description": "Iran’s largest stock market providing trading data and listings",
        "link": "https://tse.ir",
        "pricing": "free",
        "signup_required": false
      }
    ]
  }
}

About

Comprehensive OSINT Toolbox

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published