diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 2b1568f..60f43ac 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -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 diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index e7bd9e4..bc03b7d 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -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 diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 8cea54a..7fc53f7 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -3,7 +3,7 @@ name: Feature request about: Suggest an idea for this project title: '[FEATURE] ' labels: enhancement -assignees: staycold666 +assignees: cjcsecurity --- ## Feature Description diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8e673c7..8a428aa 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -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" @@ -30,7 +30,7 @@ updates: interval: "weekly" day: "monday" assignees: - - "staycold666" + - "cjcsecurity" labels: - "dependencies" - "github-actions" diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 70e45b3..aa042bc 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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 diff --git a/LICENSE b/LICENSE index 287a543..1d128e7 100644 --- a/LICENSE +++ b/LICENSE @@ -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 diff --git a/PRIVACY_POLICY.md b/PRIVACY_POLICY.md index 4eedd8f..0ec58b4 100644 --- a/PRIVACY_POLICY.md +++ b/PRIVACY_POLICY.md @@ -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 diff --git a/SECURITY.md b/SECURITY.md index d0334c8..051cf66 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -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. @@ -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 diff --git a/docs/_config.yml b/docs/_config.yml index 3b49efb..a43bb1a 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -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 diff --git a/docs/index.html b/docs/index.html index b0241b6..e26f506 100644 --- a/docs/index.html +++ b/docs/index.html @@ -20,7 +20,7 @@
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.
+A Chrome extension that lets you check IP addresses, SHA hashes, and domain names against multiple OSINT platforms with a right-click.
Automatically detects the type of indicator and uses the appropriate OSINT platforms.
+Figures out whether your selection is an IP, hash, or domain and opens the right platforms.
Validates format before processing to prevent errors and improve efficiency.
+Validates the format before sending lookups, so you don't get junk results from a bad selection.
Opens lookups in numerous OSINT platforms based on the indicator type.
+Opens the indicator on multiple OSINT platforms at once -- different sets for IPs, hashes, and domains.
Quick right-click menu integration for seamless workflow.
+Just highlight, right-click, and go. No extra UI to deal with.
chrome://extensions/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