Hack-Tools
The all in one Red team extension for web pentester
Hack-Tools란 무엇입니까?
Hack-Tools은(는) Ludovic COULON & Riadh BOUCHAHOUA에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The all in one Red team extension for web pentester"입니다.
확장 프로그램 스크린샷
Hack-Tools 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
SOURCE CODE : https://github.com/LasCC/Hack-Tools HackTools, is a web extension facilitating your web application penetration tests, it includes cheat sheets as well as all the tools used during a test such as XSS payloads, Reverse shells and much more. With the extension you no longer need to search for payloads in different websites or in your local storage space, most of the tools are accessible in one click. HackTools is accessible either in pop up mode or in a whole tab in the Devtools part of the browser with F12. Current functions: - Dynamic Reverse Shell generator (PHP, Bash, Ruby, Python, Perl, Netcat) - Shell Spawning (TTY Shell Spawning) - MSF Venom Builder - XSS Payloads - Basic SQLi payloads - Local file inclusion payloads (LFI) - Data Encoding - Obfuscated Files or Information - Hash Generator (MD5, SHA1, SHA256, SHA512, SM3) - Useful Linux commands (Port Forwarding, SUID) - RSS Feed (Exploit DB, Cisco Security Advisories, CXSECURITY) - CVE Search Engine - Various method of data exfiltration and download from a remote machine
확장 프로그램 기본 정보
이름 | Hack-Tools |
ID | cmbndhnoonmghfofefkcccljbkdpamhi |
공식 URL | https://chromewebstore.google.com/detail/hack-tools/cmbndhnoonmghfofefkcccljbkdpamhi |
설명 | The all in one Red team extension for web pentester |
파일 크기 | 1.61 MB |
설치 횟수 | 32,203 |
현재 버전 | 0.5.0 |
최근 업데이트 | 2023-03-11 |
출시 날짜 | 2021-01-01 |
평점 | 4.74/5 총 19 개의 평점 |
개발자 | Ludovic COULON & Riadh BOUCHAHOUA |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/LasCC/Hack-Tools |
도움말 페이지 URL | https://github.com/LasCC/Hack-Tools/issues |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Hack-Tools", "version": "0.5.0", "description": "The all in one Red team extension for web pentester", "action": { "default_title": "Hack-Tools", "default_popup": "index.html", "default_icon": { "16": ".\/src\/assets\/img\/icons\/get_started16.png", "32": ".\/src\/assets\/img\/icons\/get_started32.png", "48": ".\/src\/assets\/img\/icons\/get_started48.png", "128": ".\/src\/assets\/img\/icons\/get_started128.png" } }, "icons": { "16": ".\/src\/assets\/img\/icons\/get_started16.png", "32": ".\/src\/assets\/img\/icons\/get_started32.png", "48": ".\/src\/assets\/img\/icons\/get_started48.png", "128": ".\/src\/assets\/img\/icons\/get_started128.png" }, "manifest_version": 3, "devtools_page": "devtools.html" } |