ALL IN ONE Hacking Tool For Hackers
263 matches across 8 categories. Click a row to expand file-level details.
| Severity | File | Line | Snippet |
|---|---|---|---|
| HIGH | os_detect.py | 87 | "apt-get": "apt-get update -qq && apt-get upgrade -y", |
| HIGH | os_detect.py | 91 | "apk": "apk update && apk upgrade", |
| HIGH | os_detect.py | 92 | "brew": "brew update && brew upgrade", |
| HIGH | os_detect.py | 93 | "pkg": "pkg update && pkg upgrade -y", |
| HIGH | tools/steganography.py | 42 | INSTALL_COMMANDS = ["pip3 install stegcracker && pip3 install stegcracker -U --force-reinstall"] |
| HIGH | tools/steganography.py | 58 | "cd StegoCracker && python3 -m pip install -r requirements.txt", |
| HIGH | tools/xss_attack.py | 117 | "&& cd XSStrike && pip install -r requirements.txt" |
| HIGH | tools/reverse_engineering.py | 45 | "java -version 2>&1 | grep -q 'version' && cd jadx && ./gradlew dist || echo '[ERROR] Java not found. Install: s |
| HIGH | tools/reverse_engineering.py | 60 | "sudo apt-get install -y ghidra || echo 'Download from https://ghidra-sre.org/'", |
| HIGH | tools/reverse_engineering.py | 62 | RUN_COMMANDS = ["ghidra --help || echo 'Run: ghidraRun'"] |
| HIGH | tools/reverse_engineering.py | 72 | "cd radare2 && sys/install.sh", |
| HIGH | tools/exploit_frameworks.py | 15 | "cd routersploit && sudo python3 -m pip install -r requirements.txt" |
| HIGH | tools/exploit_frameworks.py | 17 | RUN_COMMANDS = ["cd routersploit && sudo python3 rsf.py"] |
| HIGH | tools/exploit_frameworks.py | 26 | "git clone https://github.com/The404Hacking/websploit.git;cd websploit/Setup;sudo chmod +x install.sh && sudo ba |
| HIGH | tools/exploit_frameworks.py | 43 | "cd commix && pip install --user .", |
| HIGH | tools/exploit_frameworks.py | 46 | RUN_COMMANDS = ["cd commix && sudo python3 commix.py --wizard"] |
| HIGH | tools/anonsurf.py | 17 | "cd kali-anonsurf && sudo ./installer.sh", |
| HIGH | tools/anonsurf.py | 37 | "cd multitor && sudo bash setup.sh install", |
| HIGH | tools/forensics.py | 56 | "[magenta]If you get an error after clone go to /java_gui/src/ and compile the .jar file && run ./BEViewer[/ |
| HIGH | tools/forensics.py | 102 | "cd volatility3 && pip install --user -r requirements.txt", |
| HIGH | tools/phishing_attack.py | 63 | "git clone https://github.com/UndeadSec/SocialFish.git && sudo apt-get install python3 python3-pip python3-dev - |
| HIGH | tools/phishing_attack.py | 64 | "cd SocialFish && sudo python3 -m pip install -r requirements.txt", |
| HIGH | tools/phishing_attack.py | 66 | RUN_COMMANDS = ["cd SocialFish && sudo python3 SocialFish.py root pass"] |
| HIGH | tools/phishing_attack.py | 79 | "git clone https://github.com/Morsmalleo/HiddenEye.git && chmod -R 755 HiddenEye", |
| HIGH | tools/phishing_attack.py | 80 | "cd HiddenEye && sudo pip3 install -r requirements.txt && pip3 install pyngrok", |
| HIGH | tools/phishing_attack.py | 82 | RUN_COMMANDS = ["cd HiddenEye && sudo python3 HiddenEye.py"] |
| HIGH | tools/phishing_attack.py | 113 | "cd I-See-You && sudo chmod u+x ISeeYou.sh", |
| HIGH | tools/phishing_attack.py | 115 | RUN_COMMANDS = ["cd I-See-You && sudo bash ISeeYou.sh"] |
| HIGH | tools/phishing_attack.py | 124 | RUN_COMMANDS = ["cd saycheese && sudo bash saycheese.sh"] |
| HIGH | tools/phishing_attack.py | 133 | "git clone https://github.com/cryptedwolf/ohmyqr.git && sudo apt -y install scrot", |
| HIGH | tools/phishing_attack.py | 135 | RUN_COMMANDS = ["cd ohmyqr && sudo bash ohmyqr.sh"] |
| HIGH | tools/phishing_attack.py | 183 | "tar -xzf /tmp/geckodriver.tar.gz -C /tmp && sudo mv /tmp/geckodriver /usr/local/bin/", |
| HIGH | tools/phishing_attack.py | 184 | "cd QRLJacking && pip3 install --user -r QRLJacker/requirements.txt", |
| HIGH | tools/phishing_attack.py | 186 | RUN_COMMANDS = ["cd QRLJacking/QRLJacker && python3 QrlJacker.py"] |
| HIGH | tools/phishing_attack.py | 197 | RUN_COMMANDS = ["cd maskphish && sudo bash maskphish.sh"] |
| HIGH | tools/phishing_attack.py | 206 | "cd BlackPhish && sudo bash install.sh", |
| HIGH | tools/phishing_attack.py | 208 | RUN_COMMANDS = ["cd BlackPhish && sudo python3 blackphish.py"] |
| HIGH | tools/phishing_attack.py | 13 | RUN_COMMANDS = ["cd autophisher && sudo bash autophisher.sh"] |
| HIGH | tools/phishing_attack.py | 25 | RUN_COMMANDS = ["cd PyPhisher && sudo python3 pyphisher.py"] |
| HIGH | tools/phishing_attack.py | 37 | "cd AdvPhishing && chmod +x Linux-Setup.sh && bash Linux-Setup.sh", |
| HIGH | tools/phishing_attack.py | 39 | RUN_COMMANDS = ["cd AdvPhishing && sudo bash AdvPhishing.sh"] |
| HIGH | tools/phishing_attack.py | 52 | "cd social-engineer-toolkit && pip install --user .", |
| HIGH | tools/phishing_attack.py | 149 | RUN_COMMANDS = ["cd blackeye && sudo bash blackeye.sh"] |
| HIGH | tools/phishing_attack.py | 158 | RUN_COMMANDS = ["cd shellphish && sudo bash shellphish.sh"] |
| HIGH | tools/phishing_attack.py | 169 | "cd Thanos && chmod +x Thanos.sh", |
| HIGH | tools/phishing_attack.py | 171 | RUN_COMMANDS = ["cd Thanos && sudo bash Thanos.sh"] |
| HIGH | tools/wireless_attack.py | 16 | "cd wifipumpkin3 && pip install --user .", |
| HIGH | tools/wireless_attack.py | 33 | "git clone https://github.com/wiire/pixiewps.git && apt-get -y install build-essential", |
| HIGH | tools/wireless_attack.py | 34 | "cd pixiewps && make", |
| HIGH | tools/wireless_attack.py | 35 | "cd pixiewps && sudo make install", |
| HIGH | tools/wireless_attack.py | 60 | "sudo tar xfz bluepot-0.2.tar.gz && sudo rm bluepot-0.2.tar.gz", |
| HIGH | tools/wireless_attack.py | 62 | RUN_COMMANDS = ["cd bluepot && sudo java -jar bluepot.jar"] |
| HIGH | tools/wireless_attack.py | 73 | "cd fluxion && chmod +x fluxion.sh", |
| HIGH | tools/wireless_attack.py | 75 | RUN_COMMANDS = ["cd fluxion && sudo bash fluxion.sh -i"] |
| HIGH | tools/wireless_attack.py | 90 | "cd wifiphisher && pip install --user .", |
| HIGH | tools/wireless_attack.py | 92 | RUN_COMMANDS = ["cd wifiphisher && sudo wifiphisher"] |
| HIGH | tools/wireless_attack.py | 103 | "cd wifite2 && pip install --user .", |
| HIGH | tools/wireless_attack.py | 118 | RUN_COMMANDS = ["cd fakeap && sudo bash fakeap.sh"] |
| HIGH | tools/wireless_attack.py | 131 | "git clone https://github.com/Z4nzu/fastssh.git && cd fastssh && chmod +x fastssh.sh", |
| HIGH | tools/wireless_attack.py | 134 | RUN_COMMANDS = ["cd fastssh && sudo bash fastssh.sh --scan"] |
| 59 more matches not shown… | |||
| Severity | File | Line | Snippet |
|---|---|---|---|
| MEDIUM | os_detect.py | 39 | # ── Linux-specific ───────────────────────────────────────────────────────── |
| MEDIUM | os_detect.py | 62 | # ── Package manager detection (in priority order) ────────────────────────── |
| MEDIUM | os_detect.py | 75 | # ── Per-OS package manager commands ──────────────────────────────────────────── |
| MEDIUM | install.sh | 2 | # ────────────────────────────────────────────────────────────────────────────── |
| MEDIUM | install.sh | 14 | # ────────────────────────────────────────────────────────────────────────────── |
| MEDIUM | install.sh | 36 | # ── Root check ──────────────────────────────────────────────────────────────── |
| MEDIUM | install.sh | 46 | # ── Detect package manager ──────────────────────────────────────────────────── |
| MEDIUM | install.sh | 68 | # ── Install system prerequisites ────────────────────────────────────────────── |
| MEDIUM | install.sh | 91 | # ── Python version check ───────────────────────────────────────────────────── |
| MEDIUM | install.sh | 101 | # ── Clone repository ────────────────────────────────────────────────────────── |
| MEDIUM | install.sh | 116 | # ── Python venv + requirements ──────────────────────────────────────────────── |
| MEDIUM | install.sh | 124 | # ── Create launcher ────────────────────────────────────────────────────────── |
| MEDIUM | install.sh | 133 | # ── User directories ───────────────────────────────────────────────────────── |
| MEDIUM | install.sh | 149 | # ── Done ────────────────────────────────────────────────────────────────────── |
| MEDIUM | constants.py | 5 | # ── Repository ──────────────────────────────────────────────────────────────── |
| MEDIUM | constants.py | 11 | # ── Versioning ──────────────────────────────────────────────────────────────── |
| MEDIUM | constants.py | 15 | # ── Python requirement ──────────────────────────────────────────────────────── |
| MEDIUM | constants.py | 18 | # ── User-scoped paths (cross-platform, always computed at runtime) ───────────── |
| MEDIUM | constants.py | 26 | # ── System install paths (set per OS) ───────────────────────────────────────── |
| MEDIUM | constants.py | 41 | # ── UI theme ────────────────────────────────────────────────────────────────── |
| MEDIUM | constants.py | 52 | # ── Default config values ────────────────────────────────────────────────────── |
| MEDIUM | constants.py | 63 | # ── Privilege escalation ─────────────────────────────────────────────────────── |
| MEDIUM | hackingtool.py | 4 | # ── Python version guard (must be before any other local import) ─────────────── |
| MEDIUM | hackingtool.py | 56 | # ── Tool registry ────────────────────────────────────────────────────────────── |
| MEDIUM | hackingtool.py | 115 | # ── Help overlay ─────────────────────────────────────────────────────────────── |
| MEDIUM | hackingtool.py | 148 | # ── Header: ASCII art + live system info ────────────────────────────────────── |
| MEDIUM | hackingtool.py | 271 | # ── Main menu renderer ───────────────────────────────────────────────────────── |
| MEDIUM | hackingtool.py | 328 | # ── Search ───────────────────────────────────────────────────────────────────── |
| MEDIUM | hackingtool.py | 590 | # ── Main interaction loop ────────────────────────────────────────────────────── |
| MEDIUM | hackingtool.py | 664 | # ── Entry point ──────────────────────────────────────────────────────────────── |
| MEDIUM | install.py | 8 | # ── Python version check (must be before any other local import) ────────────── |
| MEDIUM | install.py | 38 | # ── Privilege check ──────────────────────────────────────────────────────────── |
| MEDIUM | install.py | 50 | # ── OS compatibility check ───────────────────────────────────────────────────── |
| MEDIUM | install.py | 86 | # ── Internet check ───────────────────────────────────────────────────────────── |
| MEDIUM | install.py | 102 | # ── System packages ──────────────────────────────────────────────────────────── |
| MEDIUM | install.py | 133 | # ── App directory ────────────────────────────────────────────────────────────── |
| MEDIUM | install.py | 176 | # ── Python venv ──────────────────────────────────────────────────────────────── |
| MEDIUM | install.py | 192 | # ── Launcher script ──────────────────────────────────────────────────────────── |
| MEDIUM | install.py | 208 | # ── User directories ─────────────────────────────────────────────────────────── |
| MEDIUM | install.py | 225 | # ── Entry point ──────────────────────────────────────────────────────────────── |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | core.py | 3 | |
| LOW | core.py | 17 | |
| LOW | core.py | 17 | |
| LOW | hackingtool.py | 21 | |
| LOW | hackingtool.py | 25 | |
| LOW | hackingtool.py | 29 | |
| LOW | install.py | 24 | |
| LOW | tools/other_tools.py | 1 | |
| LOW | tools/other_tools.py | 4 | |
| LOW | tools/other_tools.py | 16 | |
| LOW | tools/steganography.py | 6 | |
| LOW | tools/steganography.py | 7 | |
| LOW | tools/xss_attack.py | 1 | |
| LOW | tools/reverse_engineering.py | 3 | |
| LOW | tools/reverse_engineering.py | 5 | |
| LOW | tools/reverse_engineering.py | 6 | |
| LOW | tools/exploit_frameworks.py | 1 | |
| LOW | tools/exploit_frameworks.py | 4 | |
| LOW | tools/exploit_frameworks.py | 5 | |
| LOW | tools/exploit_frameworks.py | 6 | |
| LOW | tools/anonsurf.py | 1 | |
| LOW | tools/forensics.py | 1 | |
| LOW | tools/phishing_attack.py | 1 | |
| LOW | tools/phishing_attack.py | 3 | |
| LOW | tools/wireless_attack.py | 1 | |
| LOW | tools/payload_creator.py | 1 | |
| LOW | tools/wordlist_generator.py | 1 | |
| LOW | tools/wordlist_generator.py | 2 | |
| LOW | tools/wordlist_generator.py | 5 | |
| LOW | tools/post_exploitation.py | 1 | |
| LOW | tools/post_exploitation.py | 5 | |
| LOW | tools/post_exploitation.py | 6 | |
| LOW | tools/remote_administration.py | 1 | |
| LOW | tools/remote_administration.py | 3 | |
| LOW | tools/remote_administration.py | 4 | |
| LOW | tools/web_attack.py | 2 | |
| LOW | tools/web_attack.py | 4 | |
| LOW | tools/web_attack.py | 5 | |
| LOW | tools/ddos.py | 5 | |
| LOW | tools/information_gathering.py | 1 | |
| LOW | tools/information_gathering.py | 5 | |
| LOW | tools/sql_injection.py | 1 | |
| LOW | tools/sql_injection.py | 3 | |
| LOW | tools/sql_injection.py | 4 | |
| LOW | tools/others/hash_crack.py | 1 | |
| LOW | tools/others/hash_crack.py | 3 | |
| LOW | tools/others/hash_crack.py | 4 | |
| LOW | tools/others/hash_crack.py | 5 | |
| LOW | tools/others/homograph_attacks.py | 1 | |
| LOW | tools/others/homograph_attacks.py | 3 | |
| LOW | tools/others/homograph_attacks.py | 4 | |
| LOW | tools/others/homograph_attacks.py | 5 | |
| LOW | tools/others/payload_injection.py | 1 | |
| LOW | tools/others/payload_injection.py | 3 | |
| LOW | tools/others/payload_injection.py | 4 | |
| LOW | tools/others/payload_injection.py | 5 | |
| LOW | tools/others/mix_tools.py | 1 | |
| LOW | tools/others/mix_tools.py | 3 | |
| LOW | tools/others/mix_tools.py | 4 | |
| LOW | tools/others/mix_tools.py | 5 | |
| 23 more matches not shown… | |||
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | os_detect.py | 20 | |
| LOW | generate_readme.py | 29 | |
| LOW | core.py | 118 | |
| LOW | core.py | 156 | |
| LOW | core.py | 234 | |
| LOW | core.py | 274 | |
| LOW | core.py | 408 | |
| LOW | hackingtool.py | 458 | |
| LOW | hackingtool.py | 592 |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | core.py | 202 | except Exception: |
| LOW | core.py | 477 | except Exception: |
| LOW | core.py | 485 | except Exception: |
| LOW | hackingtool.py | 187 | except Exception: |
| LOW | hackingtool.py | 197 | except Exception: |
| LOW | hackingtool.py | 209 | except Exception: |
| LOW | hackingtool.py | 649 | except Exception as e: |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | core.py | 131 | # Check if git clone target dir exists |
| LOW | hackingtool.py | 555 | # Display results |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | install.sh | 5 | # Usage: |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | requirements.txt | 1 | # Python dependencies for hackingtool |
| LOW | install.sh | 1 | #!/usr/bin/env bash |