Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andyg2/cyrillic-url-warning
A browser extension that helps protect against phishing attempts by detecting Cyrillic characters in URLs.
https://github.com/andyg2/cyrillic-url-warning
browser-extension chrome-extension phishing-detection
Last synced: 9 days ago
JSON representation
A browser extension that helps protect against phishing attempts by detecting Cyrillic characters in URLs.
- Host: GitHub
- URL: https://github.com/andyg2/cyrillic-url-warning
- Owner: andyg2
- Created: 2025-01-01T13:11:25.000Z (14 days ago)
- Default Branch: main
- Last Pushed: 2025-01-01T13:21:29.000Z (14 days ago)
- Last Synced: 2025-01-01T14:23:34.399Z (14 days ago)
- Topics: browser-extension, chrome-extension, phishing-detection
- Language: HTML
- Homepage: https://dgte.pro/plugins/Cyrillic-URL-Detector/
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cyrillic URL Detector
A browser extension that helps protect against phishing attempts by detecting Cyrillic characters in URLs.
## Features
- Automatically detects Cyrillic characters in URLs
- Shows a prominent warning bar at the top of the page
- Works with both static pages and Single Page Applications (SPAs)
- Warning can be dismissed with a close button## Installation
1. Download the [extension](https://dgte.pro/plugins/Cyrillic-URL-Detector/Cyrillic-URL-Warning.crx) or [source code](https://dgte.pro/plugins/Cyrillic-URL-Detector/Cyrillic-URL-Warning.zip)
2. Open Chrome and go to `chrome://extensions/`
3. Enable "Developer mode" in the top right
4. Click "Load unpacked" and select this directory## Project Structure
```
.
├── web/ # GitHub Pages website
│ ├── index.html # Landing page
│ └── assets/ # Web assets
├── src/ # Extension source code
│ ├── content.js # Content script
│ └── manifest.json # Extension manifest
└── README.md # You are here
```## How it works
The extension monitors the URL of the current page and checks for the presence of Cyrillic characters (Unicode range U+0400 to U+04FF). If any are detected, a red warning bar appears at the top of the page to alert the user of potential phishing attempts.
## Development
To work on this extension:
1. Clone this repository
2. Make your changes in the `src` directory
3. Load the extension in Chrome using Developer mode
4. Test your changes## Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
## License
This project is licensed under the MIT License - see the LICENSE file for details.
## Security
If you discover a security vulnerability, please send an email to [[email protected]]. All security vulnerabilities will be promptly addressed.