https://github.com/marinx/tor-phishy
A Tor browser plugin which block access to the phising sites.
https://github.com/marinx/tor-phishy
firefox-addon onion phishing tor
Last synced: 3 months ago
JSON representation
A Tor browser plugin which block access to the phising sites.
- Host: GitHub
- URL: https://github.com/marinx/tor-phishy
- Owner: MarinX
- License: mit
- Created: 2020-01-31T23:12:03.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-31T23:14:51.000Z (over 5 years ago)
- Last Synced: 2024-12-28T05:28:23.664Z (4 months ago)
- Topics: firefox-addon, onion, phishing, tor
- Language: JavaScript
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tor Phishy
A Tor browser plugin which block access to the phising site.
## How it works
The plugin runs in the background so there is no UI to click.
For every website you visit, the plugin will:- Check if the hostname matches the hostname located in github repo [phishy-onions](https://github.com/DarkDotFail/phishy-onions)
- If there is a match, it will show a red warning and block you for accessing that siteThe plugin implements caching, so only the first time it will fetch the github resource and store it in local browser storage.
To refresh with new data, re-open the Tor browser.## How to install
- Click on "Clone or download"
- Click on "Download ZIP" and unzip it somewhere
- Open Tor browser and in the URL type ``about:debugging#addons``
- Click "Load Temporary Add-on..."
- Navigate to the location of extracted zip folder and click on ``manifest.json``
- The plugin should be installed, verify by checking some phising links
- Profit## Note
Since this is not official Tor plugin, the install step needs to be repeated each time you open a Tor browser.
Yeah, I know - it sucks :(## Author
Marin Basic
## License
MIT