Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# Each line is a file pattern followed by one or more owners

# Default owners for everything in the repo
* @staycold666
* @cjcsecurity
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Bug report
about: Create a report to help improve the extension
title: '[BUG] '
labels: bug
assignees: staycold666
assignees: cjcsecurity
---

## Bug Description
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Feature request
about: Suggest an idea for this project
title: '[FEATURE] '
labels: enhancement
assignees: staycold666
assignees: cjcsecurity
---

## Feature Description
Expand Down
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ updates:
open-pull-requests-limit: 5
# Assign pull requests to the repository owner
assignees:
- "staycold666"
- "cjcsecurity"
# Apply security label to easily identify security updates
labels:
- "security"
Expand All @@ -30,7 +30,7 @@ updates:
interval: "weekly"
day: "monday"
assignees:
- "staycold666"
- "cjcsecurity"
labels:
- "dependencies"
- "github-actions"
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Thank you for your interest in contributing to the OSINT Lookup Chrome Extension

## Important Security Notice

This repository is currently maintained only by the repository owner (@staycold666). All changes require approval from the repository owner.
This repository is currently maintained only by the repository owner (@cjcsecurity). All changes require approval from the repository owner.

## Contribution Process

Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2025 staycold666
Copyright (c) 2025 cjcsecurity

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion PRIVACY_POLICY.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ If you do not want the Extension to open OSINT tabs, simply do not use the right
We may update this Privacy Policy from time to time. Any changes will be posted on this page with an updated revision date.

## 7. Contact Us
If you have any questions or concerns about this Privacy Policy, please contact us at: https://github.com/staycold666/OSINT-Extension/issues
If you have any questions or concerns about this Privacy Policy, please contact us at: https://github.com/cjcsecurity/OSINT-Extension/issues
4 changes: 2 additions & 2 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Reporting a Vulnerability

This project is currently maintained by @staycold666 only.
This project is currently maintained by @cjcsecurity only.

If you discover a security vulnerability within this OSINT Lookup Chrome Extension, please send an email directly to the maintainer. All security vulnerabilities will be promptly addressed.

Expand All @@ -11,7 +11,7 @@ If you discover a security vulnerability within this OSINT Lookup Chrome Extensi
This repository is protected by the following security measures:

1. **Branch Protection**: The main branch is protected and requires code owner approval for any changes.
2. **CODEOWNERS**: All code changes require review and approval from the repository owner (@staycold666).
2. **CODEOWNERS**: All code changes require review and approval from the repository owner (@cjcsecurity).
3. **Limited Contributor Access**: Only the repository owner has push access to the main branch.

## Supported Versions
Expand Down
2 changes: 1 addition & 1 deletion docs/_config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
title: OSINT Lookup Chrome Extension
description: A Chrome extension for quickly checking IP addresses, SHA hashes, and domain names against multiple OSINT platforms.
theme: jekyll-theme-cayman
url: https://staycold666.github.io/OSINT-Extension
url: https://cjcsecurity.github.io/OSINT-Extension
baseurl: /OSINT-Extension
28 changes: 14 additions & 14 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ <h1>OSINT Lookup</h1>
<li><a href="#installation">Installation</a></li>
<li><a href="#usage">Usage</a></li>
<li><a href="privacy-policy.html">Privacy Policy</a></li>
<li><a href="https://github.com/staycold666/OSINT-Extension" class="github-link">GitHub</a></li>
<li><a href="https://github.com/cjcsecurity/OSINT-Extension" class="github-link">GitHub</a></li>
</ul>
</nav>
</div>
Expand All @@ -29,11 +29,11 @@ <h1>OSINT Lookup</h1>
<section class="hero">
<div class="container">
<div class="hero-content">
<h2>Accelerate Your Threat Intelligence Research</h2>
<p>A Chrome extension that allows you to quickly check IP addresses, SHA hashes, and domain names against multiple OSINT (Open Source Intelligence) platforms with a simple right-click.</p>
<h2>Look Up IOCs Across OSINT Platforms in One Click</h2>
<p>A Chrome extension that lets you check IP addresses, SHA hashes, and domain names against multiple OSINT platforms with a right-click.</p>
<div class="cta-buttons">
<a href="#installation" class="cta-button primary">Get Started</a>
<a href="https://github.com/staycold666/OSINT-Extension" class="cta-button secondary">View on GitHub</a>
<a href="https://github.com/cjcsecurity/OSINT-Extension" class="cta-button secondary">View on GitHub</a>
</div>
</div>
<div class="hero-image">
Expand All @@ -54,26 +54,26 @@ <h3>Multiple Indicators</h3>

<div class="feature-card">
<div class="feature-icon">🧠</div>
<h3>Smart Detection</h3>
<p>Automatically detects the type of indicator and uses the appropriate OSINT platforms.</p>
<h3>Auto-Detection</h3>
<p>Figures out whether your selection is an IP, hash, or domain and opens the right platforms.</p>
</div>

<div class="feature-card">
<div class="feature-icon">✅</div>
<h3>Format Validation</h3>
<p>Validates format before processing to prevent errors and improve efficiency.</p>
<p>Validates the format before sending lookups, so you don't get junk results from a bad selection.</p>
</div>

<div class="feature-card">
<div class="feature-icon">🌐</div>
<h3>Multiple Platforms</h3>
<p>Opens lookups in numerous OSINT platforms based on the indicator type.</p>
<p>Opens the indicator on multiple OSINT platforms at once -- different sets for IPs, hashes, and domains.</p>
</div>

<div class="feature-card">
<div class="feature-icon">🔄</div>
<h3>Simple Integration</h3>
<p>Quick right-click menu integration for seamless workflow.</p>
<h3>Right-Click Menu</h3>
<p>Just highlight, right-click, and go. No extra UI to deal with.</p>
</div>

<div class="feature-card">
Expand All @@ -96,7 +96,7 @@ <h3>From Chrome Web Store</h3>
<div class="manual-install">
<h3>Manual Installation (Developer Mode)</h3>
<ol>
<li>Clone or download <a href="https://github.com/staycold666/OSINT-Extension">this repository</a> to your local machine</li>
<li>Clone or download <a href="https://github.com/cjcsecurity/OSINT-Extension">this repository</a> to your local machine</li>
<li>Open Google Chrome and navigate to <code>chrome://extensions/</code></li>
<li>Enable "Developer mode" by toggling the switch in the top-right corner</li>
<li>Click "Load unpacked" button in the top-left corner</li>
Expand Down Expand Up @@ -142,10 +142,10 @@ <h3>OSINT Lookup</h3>
<div class="footer-links">
<h4>Links</h4>
<ul>
<li><a href="https://github.com/staycold666/OSINT-Extension">GitHub Repository</a></li>
<li><a href="https://github.com/staycold666/OSINT-Extension/issues">Report Issues</a></li>
<li><a href="https://github.com/cjcsecurity/OSINT-Extension">GitHub Repository</a></li>
<li><a href="https://github.com/cjcsecurity/OSINT-Extension/issues">Report Issues</a></li>
<li><a href="privacy-policy.html">Privacy Policy</a></li>
<li><a href="https://github.com/staycold666/OSINT-Extension/blob/main/LICENSE">License</a></li>
<li><a href="https://github.com/cjcsecurity/OSINT-Extension/blob/main/LICENSE">License</a></li>
</ul>
</div>
</div>
Expand Down
10 changes: 5 additions & 5 deletions docs/privacy-policy.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ <h1>OSINT Lookup</h1>
<li><a href="index.html#installation">Installation</a></li>
<li><a href="index.html#usage">Usage</a></li>
<li><a href="privacy-policy.html" class="active">Privacy Policy</a></li>
<li><a href="https://github.com/staycold666/OSINT-Extension" class="github-link">GitHub</a></li>
<li><a href="https://github.com/cjcsecurity/OSINT-Extension" class="github-link">GitHub</a></li>
</ul>
</nav>
</div>
Expand Down Expand Up @@ -66,7 +66,7 @@ <h3>6. Changes to This Policy</h3>

<div class="policy-section">
<h3>7. Contact Us</h3>
<p>If you have any questions or concerns about this Privacy Policy, please contact us at: <a href="https://github.com/staycold666/OSINT-Extension/issues">https://github.com/staycold666/OSINT-Extension/issues</a></p>
<p>If you have any questions or concerns about this Privacy Policy, please contact us at: <a href="https://github.com/cjcsecurity/OSINT-Extension/issues">https://github.com/cjcsecurity/OSINT-Extension/issues</a></p>
</div>
</div>
</section>
Expand All @@ -81,10 +81,10 @@ <h3>OSINT Lookup</h3>
<div class="footer-links">
<h4>Links</h4>
<ul>
<li><a href="https://github.com/staycold666/OSINT-Extension">GitHub Repository</a></li>
<li><a href="https://github.com/staycold666/OSINT-Extension/issues">Report Issues</a></li>
<li><a href="https://github.com/cjcsecurity/OSINT-Extension">GitHub Repository</a></li>
<li><a href="https://github.com/cjcsecurity/OSINT-Extension/issues">Report Issues</a></li>
<li><a href="privacy-policy.html">Privacy Policy</a></li>
<li><a href="https://github.com/staycold666/OSINT-Extension/blob/main/LICENSE">License</a></li>
<li><a href="https://github.com/cjcsecurity/OSINT-Extension/blob/main/LICENSE">License</a></li>
</ul>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="refresh" content="0; url=https://staycold666.github.io/OSINT-Extension/">
<meta http-equiv="refresh" content="0; url=https://cjcsecurity.github.io/OSINT-Extension/">
<title>OSINT Lookup Chrome Extension - Redirecting...</title>
<style>
body {
Expand All @@ -19,6 +19,6 @@
<body>
<h1>OSINT Lookup Chrome Extension</h1>
<p>Redirecting to the project website...</p>
<p>If you are not redirected automatically, <a href="https://staycold666.github.io/OSINT-Extension/">click here</a>.</p>
<p>If you are not redirected automatically, <a href="https://cjcsecurity.github.io/OSINT-Extension/">click here</a>.</p>
</body>
</html>
74 changes: 37 additions & 37 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,37 +1,37 @@
{
"manifest_version": 3,
"browser_specific_settings": {
"gecko": {
"id": "osint-lookup@staycold666.github.io",
"strict_min_version": "109.0"
}
},
"name": "OSINT Lookup Tool",
"version": "1.3.1",
"description": "Quickly check IP addresses, SHA hashes, and domains against popular OSINT platforms",
"permissions": [
"activeTab",
"contextMenus",
"scripting",
"tabGroups"
],
"background": {
"service_worker": "background.js"
},
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "icons/icon16.png",
"48": "icons/icon48.png",
"128": "icons/icon128.png"
}
},
"icons": {
"16": "icons/icon16.png",
"48": "icons/icon48.png",
"128": "icons/icon128.png"
},
"content_security_policy": {
"extension_pages": "default-src 'self'; style-src 'self' 'unsafe-inline'; script-src 'self'; object-src 'none'; base-uri 'self'; form-action 'none'"
}
}
{
"manifest_version": 3,
"browser_specific_settings": {
"gecko": {
"id": "osint-lookup@cjcsecurity.github.io",
"strict_min_version": "109.0"
}
},
"name": "OSINT Lookup Tool",
"version": "1.3.1",
"description": "Quickly check IP addresses, SHA hashes, and domains against popular OSINT platforms",
"permissions": [
"activeTab",
"contextMenus",
"scripting",
"tabGroups"
],
"background": {
"service_worker": "background.js"
},
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "icons/icon16.png",
"48": "icons/icon48.png",
"128": "icons/icon128.png"
}
},
"icons": {
"16": "icons/icon16.png",
"48": "icons/icon48.png",
"128": "icons/icon128.png"
},
"content_security_policy": {
"extension_pages": "default-src 'self'; style-src 'self' 'unsafe-inline'; script-src 'self'; object-src 'none'; base-uri 'self'; form-action 'none'"
}
}
Loading