Skip to content

Latest commit

 

History

History
88 lines (71 loc) · 2.41 KB

File metadata and controls

88 lines (71 loc) · 2.41 KB

Changelog

All notable changes to the Worker OSINT Toolkit will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Added

  • Initial release of Worker OSINT MCP Server
  • 16 integrated OSINT tools
  • Dual jurisdiction support (Australia + Ireland)
  • Privacy level system (conservative, moderate, aggressive)
  • Comprehensive documentation
  • Docker containerization
  • Claude Desktop integration via MCP

Tools Included

  1. ABN Lookup (Australian Business Registry)
  2. CRO Lookup (Irish Companies Registration)
  3. WHOIS domain registration lookup
  4. DNS reconnaissance
  5. Certificate transparency search
  6. Subdomain enumeration
  7. Wayback Machine historical data
  8. Social media profile discovery
  9. Google dorking guidance
  10. Image metadata extraction
  11. IP address investigation
  12. Data breach checking (HaveIBeenPwned)
  13. Email harvest strategies
  14. Evidence archiving guidance
  15. Comprehensive company investigation
  16. Domain intelligence workflow

Security

  • OPSEC guidance integrated into all tools
  • Privacy-first design with local Docker execution
  • No cloud dependencies
  • Configurable anonymity levels

[1.0.0] - 2024-XX-XX

Added

  • First stable release
  • Production-ready OSINT toolkit
  • Complete documentation suite
  • Testing framework

Version History Guidelines

Types of Changes

  • Added for new features
  • Changed for changes in existing functionality
  • Deprecated for soon-to-be removed features
  • Removed for now removed features
  • Fixed for any bug fixes
  • Security for vulnerability fixes or security improvements

Version Numbering

  • Major (X.0.0): Breaking changes or major new features
  • Minor (0.X.0): New features, backward compatible
  • Patch (0.0.X): Bug fixes, backward compatible

Example Entry Format

## [1.2.0] - 2024-XX-XX

### Added
- New tool: Company financials scraper for Australian Stock Exchange
- Support for Canadian business registries
- Export to PDF report format

### Changed
- Improved subdomain scanning performance by 40%
- Updated OPSEC guidance for 2024 threat landscape

### Fixed
- DNS timeout handling in high-latency networks
- Certificate search pagination bug

### Security
- Updated dependencies to patch CVE-2024-XXXXX
- Improved API key storage mechanism