should-i-trust
OSINT tool to evaluate the trustworthiness of a company
Что такое should-i-trust?
should-i-trust - это расширение Chrome, разработанное ericalexander.org, и его основная функция - "OSINT tool to evaluate the trustworthiness of a company".
Снимки экрана расширения
Скачать файл CRX расширения should-i-trust
Скачайте файлы расширений should-i-trust в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
should-i-trust is a information security tool to evaluate Open Source Intelligence (OSINT) signals for a domain. The tool is designed to aggregate and explore data from multiple sources. Requires API keys (free) from: virustotal.com, censys.io, and grayhatwarfare.com. Основная информация о расширении
| Название | |
| ID | hocfamfiidomggjegfgenhgaaifjjmla |
| Официальный URL | https://chromewebstore.google.com/detail/should-i-trust/hocfamfiidomggjegfgenhgaaifjjmla |
| Описание | OSINT tool to evaluate the trustworthiness of a company |
| Размер файла | 367 KB |
| Количество установок | 290 |
| Текущая Версия | 0.0.0.5 |
| Последнее Обновление | 2019-12-20 |
| Дата публикации | 2019-12-16 |
| Разработчик | ericalexander.org |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Официальный сайт расширения | https://github.com/ericalexanderorg/should-i-trust |
| URL страницы помощи | https://github.com/ericalexanderorg/should-i-trust/issues |
| Поддерживаемые языки | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "should-i-trust",
"version": "0.0.0.5",
"description": "OSINT tool to evaluate the trustworthiness of a company",
"icons": {
"16": "images\/icon.png",
"48": "images\/48.png",
"128": "images\/128.png"
},
"homepage_url": "https:\/\/github.com\/ericalexanderorg\/should-i-trust",
"permissions": [
"https:\/\/stat.ripe.net\/*",
"https:\/\/viz.greynoise.io\/api\/*",
"https:\/\/buckets.grayhatwarfare.com\/api\/*",
"https:\/\/www.virustotal.com\/vtapi\/*",
"https:\/\/gitlab.com\/api\/*",
"https:\/\/api.github.com\/*",
"https:\/\/censys.io\/api\/*",
"https:\/\/transparencyreport.google.com\/transparencyreport\/api\/*"
],
"browser_action": {
"default_icon": "images\/icon.png",
"default_title": "should-i-trust",
"default_popup": "popup.html"
},
"options_page": "options.html"
} | |