h4ck3r
All in one Red Team Developer Tool Kit
h4ck3rとは何ですか?
h4ck3rはDoomSecによって開発されたChromeの拡張機能で、その主な機能は「All in one Red Team Developer Tool Kit」です。
拡張機能のスクリーンショット
h4ck3r拡張機能のCRXファイルをダウンロード
h4ck3r拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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, ).
拡張機能の基本情報
名前 | h4ck3r |
ID | kmnlfjgamfnhcmpfnmgpiapacncdipad |
公式URL | https://chromewebstore.google.com/detail/h4ck3r/kmnlfjgamfnhcmpfnmgpiapacncdipad |
説明 | All in one Red Team Developer Tool Kit |
ファイルサイズ | 178 KB |
インストール数 | 510 |
現在のバージョン | 0.0.8 |
最終更新日 | 2021-09-14 |
公開日 | 2021-09-14 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | DoomSec |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://4nkitd.github.io/h4ck3r/ |
ヘルプページのURL | https://4nkitd.github.io/h4ck3r/ |
対応言語 | 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": [ "*:\/\/*\/*" ] } ] } |