h4ck3r
All in one Red Team Developer Tool Kit
Cos'è h4ck3r?
h4ck3r è un'estensione di Chrome sviluppata da DoomSec, e la sua funzione principale è "All in one Red Team Developer Tool Kit".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione h4ck3r
Scarica i file di estensione h4ck3r 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
A Browser Extension for chromium/firefox browser. Small tool for Developers & Pentesters. #How to use Press F12 & click h4ck3r on the menu. A Browser Extension for chromium/firefox browser. Small tool for Developers & Pentesters. Documentation : https://4nkitd.github.io/h4ck3r/ Opensource : https://github.com/4nkitd/h4ck3r/ Features * Encoding/Decoding ( base64, url, hex ). * Encryption ( md5, sha256, sha512, sha3 ). * Cypher ( AES encryption/Decryption ). * Tools ( json beautifier ). * Wiki ( helpful doc of sql injection, Python, linux, networking, ).
Informazioni di Base sull'Estensione
Nome | h4ck3r |
ID | kmnlfjgamfnhcmpfnmgpiapacncdipad |
URL Ufficiale | https://chromewebstore.google.com/detail/h4ck3r/kmnlfjgamfnhcmpfnmgpiapacncdipad |
Descrizione | All in one Red Team Developer Tool Kit |
Dimensione del File | 178 KB |
Conteggio Installazioni | 510 |
Versione Corrente | 0.0.8 |
Ultimo Aggiornamento | 2021-09-14 |
Data di Pubblicazione | 2021-09-14 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | DoomSec |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://4nkitd.github.io/h4ck3r/ |
URL della Pagina di Aiuto | https://4nkitd.github.io/h4ck3r/ |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "h4ck3r", "version": "0.0.8", "description": "All in one Red Team Developer Tool Kit", "browser_action": { "default_title": "h4ck3r", "default_popup": "index.html", "default_icon": { "16": ".\/assets\/icons\/icon-16.png", "32": ".\/assets\/icons\/icon-32.png", "48": ".\/assets\/icons\/icon-48.png", "128": ".\/assets\/icons\/icon-128.png" } }, "options_ui": { "page": "options\/options.html", "open_in_tab": true }, "icons": { "16": ".\/assets\/icons\/icon-16.png", "32": ".\/assets\/icons\/icon-32.png", "48": ".\/assets\/icons\/icon-48.png", "128": ".\/assets\/icons\/icon-128.png" }, "devtools_page": "devtools\/devtools.html", "content_scripts": [ { "css": [ "injection\/injection.css" ], "js": [ "assets\/js\/jquery.js", "injection\/injection.js", "injection\/dragable.js" ], "matches": [ "*:\/\/*\/*" ] } ] } |