Hack-Tools

The all in one Red team extension for web pentester

Τι είναι το Hack-Tools;

Το Hack-Tools είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Ludovic COULON & Riadh BOUCHAHOUA, και η κύρια λειτουργία του είναι "The all in one Red team extension for web pentester".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Hack-Tools

Λήψη αρχείων επέκτασης Hack-Tools σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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 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"
}