Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
ogi-transforms — Open Source Link Analysis & OSINT Framework | Kitploit
Tools/GitHubGitHub/opengraphintel/ogi-transforms
OSINT (Open Source Intelligence)ReconnaissanceInformation GatheringThreat IntelligenceCrawlerDNS Analysis
GitHubopengraphintel/ogi-transforms

ogi-transforms

Open Source Link Analysis & OSINT Framework

View Repository
12426 days agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
Website

OGI Transform Registry

Community transforms for OGI, an open source OSINT and link analysis tool.

How it works

Each directory under transforms/ is an independently installable transform. The OGI CLI and Transform Hub UI read index.json (auto-generated on each merge) to discover what's available.

Install a transform

Use the CLI from the OGI backend project:

root@kitploit:~
cd backend
uv sync
uv run ogi transform search shodan
uv run ogi transform install shodan-host-lookup

Or use the Transform Hub UI inside OGI.

Runtime cap overrides

Community transforms in this registry inherit OGI's host-side transform cap overrides. Operators can centrally clamp or remove common max settings such as max_results, max_urls, max_links, max_content_chars, or timeout_seconds with the backend env var:

root@kitploit:~
OGI_TRANSFORM_SETTING_MAX_OVERRIDES=max_results=50,max_urls=25,max_links=40

To remove a cap in a local deployment:

root@kitploit:~
OGI_TRANSFORM_SETTING_MAX_OVERRIDES=max_results=none,max_content_chars=none

This is configured in the main OGI app, not in this registry repo.

Built-in transforms (ship with OGI)

Contribute a transform

  1. Fork this repo
  2. Add your transform under transforms/<category>/<slug>/
  3. Include plugin.yaml, README.md, and transforms/*.py
  4. Declare required secrets in api_keys_required, not transform_settings
  5. Open a PR - CI validates automatically

When adding capped settings, prefer common names like max_results, max_urls, max_links, max_content_chars, or timeout_seconds unless the setting is genuinely transform-specific. That keeps operator-side overrides predictable across the ecosystem.

See CONTRIBUTING.md for the full guide.

License

AGPLv3

Download Tool
CategoryTransforms
DNSdomain-to-ip, domain-to-mx, domain-to-ns, ip-to-domain, whois-lookup
Certificatesdomain-to-certs, cert-transparency
Emaildomain-to-emails, email-to-domain
IPip-to-asn, ip-to-geolocation
Socialusername-search
Hashhash-lookup
Webdomain-to-urls, url-to-headers, url-to-links, url-to-content, content-to-iocs
Infrastructureorganization-to-team-members