Hack-Tools
The all in one Red team extension for web pentester
Hack-Tools क्या है?
Hack-Tools Ludovic COULON & Riadh BOUCHAHOUA द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The all in one Red team extension for web pentester"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Hack-Tools एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" } |