Simple URL's security score check tool. (implement by Golang and Chrome Extension.).
When you're search knowledge, suddenly you may see a alert by Security Scan tool.
You have unfortunately displayed a site that contains a malware script.
But you've search a lot of for learn. I don't blame you.
Can't we at least easily check if it's suspicious before we open it?
I created this tool with that in mind for you!
When you right-click and select context menu, it opens a temporary tab before URL be opened.
In that tab, request Golang API on server and will check the following.
- Can name resolve on the Secure DNS server?
- Is SSL certificate is not free type?
- Is higher rank search results on search engines?
Check results are displayed with a score(star rate).
download extension from release page save binary file, manually install method on Chrome extension.
use app uninstall method on Chrome extension.
- run server and space or enter press will display ip addres and port.
- input server address to chrome extension.
- in case of success, it will be added.
- in case of checking url, right click on link, display context menu, send to server.
- new tab will open, waiting for making score from server.
- score displayed.
If you click center link, go to original URL.
(So, You can check before we open it.)
note) if url cached, server return old result. So, it's fast.
- When add server to extension, following message displaying!
YYYY/MM/DD HH:MM:SS http: TLS handshake error from XXX.XXX.XXX.XXX:XXXXX: remote error: tls: unknown certificate
If you use Self-signed cert file, Chrome must trusted this cert.
You have to access endpoint once by manualy.
browse url to https://xxx.xxx.xxx.xxx:yyyyy/token
If alert from Chrome and you continue access, message will not displayed.
- A simple Chrome extension that replaces your new tab page with the to-do list of the day along with your to-learn checklist
https://github.com/PoojaB26/ToDoList-ChromeExtension
MIT License