h4ck3r
All in one Red Team Developer Tool Kit
Co to jest h4ck3r?
h4ck3r to rozszerzenie Chrome opracowane przez DoomSec, a jego główną funkcją jest „All in one Red Team Developer Tool Kit”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia h4ck3r
Pobierz pliki rozszerzeń h4ck3r w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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, ).
Podstawowe informacje o rozszerzeniu
Nazwa | h4ck3r |
ID | kmnlfjgamfnhcmpfnmgpiapacncdipad |
Oficjalny URL | https://chromewebstore.google.com/detail/h4ck3r/kmnlfjgamfnhcmpfnmgpiapacncdipad |
Opis | All in one Red Team Developer Tool Kit |
Rozmiar pliku | 178 KB |
Liczba instalacji | 510 |
Aktualna Wersja | 0.0.8 |
Ostatnia Aktualizacja | 2021-09-14 |
Data Publikacji | 2021-09-14 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | DoomSec |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://4nkitd.github.io/h4ck3r/ |
Adres URL Strony Pomocy | https://4nkitd.github.io/h4ck3r/ |
Obsługiwane Języki | 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": [ "*:\/\/*\/*" ] } ] } |