secretlint
Integrate secretlint into DevTools.
Cos'è secretlint?
secretlint è un'estensione di Chrome sviluppata da azu, e la sua funzione principale è "Integrate secretlint into DevTools.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione secretlint
Scarica i file di estensione secretlint in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Secretlint detect credentials that are included in your request/response.
Usage
1. Open browser's Developer Tools
2. ✅ Disable Cache
3. Reload page and secretlint report found credentials in your request/response.
Supported secrets
- API tokens: GitHub/Slack/SendGrid/AWS/GCP etc.
- Private keys
- IP Address
- Plain Authorization header
Source Code
- https://github.com/secretlint/webextension Informazioni di Base sull'Estensione
| Nome | |
| ID | hidpojbnemkajlnibhmeilpgoddkjjkf |
| URL Ufficiale | https://chromewebstore.google.com/detail/secretlint/hidpojbnemkajlnibhmeilpgoddkjjkf |
| Descrizione | Integrate secretlint into DevTools. |
| Dimensione del File | 664 KB |
| Conteggio Installazioni | 248 |
| Versione Corrente | 1.3.4 |
| Ultimo Aggiornamento | 2021-08-23 |
| Data di Pubblicazione | 2021-08-15 |
| Sviluppatore | azu |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/secretlint/webextension |
| URL della Pagina di Aiuto | https://github.com/secretlint/webextension |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_appName__",
"description": "__MSG_appDescription__",
"version": "1.3.4",
"short_name": "__MSG_appShortName__",
"manifest_version": 2,
"default_locale": "en",
"icons": {
"32": "images\/icon-32.png",
"96": "images\/icon-96.png",
"192": "images\/icon-192.png"
},
"background": {
"scripts": [
"scripts\/background.js"
]
},
"content_scripts": [
{
"js": [
"scripts\/contentScript.js"
],
"matches": [
" | |