Hackers toolkit
Quickly encode or decode string with a certain encryption or get the query for a certain web hacking method.
Wat is Hackers toolkit?
Hackers toolkit is een Chrome-extensie ontwikkeld door https://codelab.rs, en de belangrijkste functie is "Quickly encode or decode string with a certain encryption or get the query for a certain web hacking method.".
Extensie Screenshots
Download het CRX-bestand van de extensie Hackers toolkit
Download Hackers toolkit-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Hackers toolkit |
ID | iebkeiopbbfnmieadmojmocohdmaghmb |
Officiële URL | https://chromewebstore.google.com/detail/hackers-toolkit/iebkeiopbbfnmieadmojmocohdmaghmb |
Beschrijving | Quickly encode or decode string with a certain encryption or get the query for a certain web hacking method. |
Bestandsgrootte | 211 KB |
Aantal Installaties | 5,405 |
Huidige Versie | 1.0.1 |
Laatst Bijgewerkt | 2018-04-23 |
Publicatiedatum | 2018-04-23 |
Beoordeling | 4.08/5 Totaal 25 Beoordelingen |
Ontwikkelaar | https://codelab.rs |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://codelab.rs/hackers-toolkit/ |
Help Pagina-URL | https://codelab.rs/hackers-toolkit/contact |
Ondersteunde Talen | 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'" } |