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 |
电子邮箱 | [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": [ "*:\/\/*\/*" ] } ] } |