h4ck3r
All in one Red Team Developer Tool Kit
Qu'est-ce que h4ck3r ?
h4ck3r est une extension Chrome développée par DoomSec, et sa fonction principale est "All in one Red Team Developer Tool Kit".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension h4ck3r
Téléchargez les fichiers d'extension h4ck3r au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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, ).
Informations de Base sur l'Extension
Nom | h4ck3r |
ID | kmnlfjgamfnhcmpfnmgpiapacncdipad |
URL Officiel | https://chromewebstore.google.com/detail/h4ck3r/kmnlfjgamfnhcmpfnmgpiapacncdipad |
Description | All in one Red Team Developer Tool Kit |
Taille du Fichier | 178 KB |
Nombre d'Installations | 510 |
Version Actuelle | 0.0.8 |
Dernière Mise à Jour | 2021-09-14 |
Date de Publication | 2021-09-14 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | DoomSec |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://4nkitd.github.io/h4ck3r/ |
URL de la Page d'Aide | https://4nkitd.github.io/h4ck3r/ |
Langues Prises en Charge | 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": [ "*:\/\/*\/*" ] } ] } |