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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | should-i-trust |
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" } |