Hackers toolkit
Quickly encode or decode string with a certain encryption or get the query for a certain web hacking method.
Hackers toolkitとは何ですか?
Hackers toolkitはhttps://codelab.rsによって開発されたChromeの拡張機能で、その主な機能は「Quickly encode or decode string with a certain encryption or get the query for a certain web hacking method.」です。
拡張機能のスクリーンショット
Hackers toolkit拡張機能のCRXファイルをダウンロード
Hackers toolkit拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
DISCLAIMER: THIS TOOL IS FOR EDUCATION PURPOSE ONLY! You cannot use this tool to "hack" facebook accounts, email accounts etc so don't even contact me asking how to do that. This tool is intended for penetration testing and people who know what are they doing and what these tools do. You can use this tool to quickly encode or decode string with a certain encryption or get the query for a certain web hacking method. Find out more on help page.
拡張機能の基本情報
名前 | Hackers toolkit |
ID | iebkeiopbbfnmieadmojmocohdmaghmb |
公式URL | https://chromewebstore.google.com/detail/hackers-toolkit/iebkeiopbbfnmieadmojmocohdmaghmb |
説明 | Quickly encode or decode string with a certain encryption or get the query for a certain web hacking method. |
ファイルサイズ | 211 KB |
インストール数 | 5,405 |
現在のバージョン | 1.0.1 |
最終更新日 | 2018-04-23 |
公開日 | 2018-04-23 |
評価 | 4.08/5 合計 25 レビュー |
開発者 | https://codelab.rs |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://codelab.rs/hackers-toolkit/ |
ヘルプページのURL | https://codelab.rs/hackers-toolkit/contact |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Hackers toolkit", "version": "1.0.1", "description": "Quickly encode or decode string with a certain encryption or get the query for a certain web hacking method.", "icons": { "128": "img\/icon-128.png", "64": "img\/icon-64.png", "48": "img\/icon-48.png", "32": "img\/icon-32.png", "16": "img\/icon-16.png" }, "browser_action": { "default_icon": "img\/icon-16.png", "default_popup": "popup.html" }, "content_scripts": [ { "js": [ "js\/jquery-latest.min.js", "js\/chosen.min.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |