Repository Analysis

Z4nzu/hackingtool

ALL IN ONE Hacking Tool For Hackers

144.5 Strong AI signal View on GitHub
144.5
Adjusted Score
144.5
Raw Score
100%
Time Factor
2026-03-15
Last Push
76,667
Stars
Python
Language
6,246
Lines of Code
53
Files
263
Pattern Hits
2026-05-31
Scan Date

Score History

Severity Breakdown

CRITICAL 0HIGH 119MEDIUM 40LOW 104

Pattern Findings

263 matches across 8 categories. Click a row to expand file-level details.

Cross-Language Confusion119 hits · 662 pts
SeverityFileLineSnippet
HIGHos_detect.py87 "apt-get": "apt-get update -qq && apt-get upgrade -y",
HIGHos_detect.py91 "apk": "apk update && apk upgrade",
HIGHos_detect.py92 "brew": "brew update && brew upgrade",
HIGHos_detect.py93 "pkg": "pkg update && pkg upgrade -y",
HIGHtools/steganography.py42 INSTALL_COMMANDS = ["pip3 install stegcracker && pip3 install stegcracker -U --force-reinstall"]
HIGHtools/steganography.py58 "cd StegoCracker && python3 -m pip install -r requirements.txt",
HIGHtools/xss_attack.py117 "&& cd XSStrike && pip install -r requirements.txt"
HIGHtools/reverse_engineering.py45 "java -version 2>&1 | grep -q 'version' && cd jadx && ./gradlew dist || echo '[ERROR] Java not found. Install: s
HIGHtools/reverse_engineering.py60 "sudo apt-get install -y ghidra || echo 'Download from https://ghidra-sre.org/'",
HIGHtools/reverse_engineering.py62 RUN_COMMANDS = ["ghidra --help || echo 'Run: ghidraRun'"]
HIGHtools/reverse_engineering.py72 "cd radare2 && sys/install.sh",
HIGHtools/exploit_frameworks.py15 "cd routersploit && sudo python3 -m pip install -r requirements.txt"
HIGHtools/exploit_frameworks.py17 RUN_COMMANDS = ["cd routersploit && sudo python3 rsf.py"]
HIGHtools/exploit_frameworks.py26 "git clone https://github.com/The404Hacking/websploit.git;cd websploit/Setup;sudo chmod +x install.sh && sudo ba
HIGHtools/exploit_frameworks.py43 "cd commix && pip install --user .",
HIGHtools/exploit_frameworks.py46 RUN_COMMANDS = ["cd commix && sudo python3 commix.py --wizard"]
HIGHtools/anonsurf.py17 "cd kali-anonsurf && sudo ./installer.sh",
HIGHtools/anonsurf.py37 "cd multitor && sudo bash setup.sh install",
HIGHtools/forensics.py56 "[magenta]If you get an error after clone go to /java_gui/src/ and compile the .jar file && run ./BEViewer[/
HIGHtools/forensics.py102 "cd volatility3 && pip install --user -r requirements.txt",
HIGHtools/phishing_attack.py63 "git clone https://github.com/UndeadSec/SocialFish.git && sudo apt-get install python3 python3-pip python3-dev -
HIGHtools/phishing_attack.py64 "cd SocialFish && sudo python3 -m pip install -r requirements.txt",
HIGHtools/phishing_attack.py66 RUN_COMMANDS = ["cd SocialFish && sudo python3 SocialFish.py root pass"]
HIGHtools/phishing_attack.py79 "git clone https://github.com/Morsmalleo/HiddenEye.git && chmod -R 755 HiddenEye",
HIGHtools/phishing_attack.py80 "cd HiddenEye && sudo pip3 install -r requirements.txt && pip3 install pyngrok",
HIGHtools/phishing_attack.py82 RUN_COMMANDS = ["cd HiddenEye && sudo python3 HiddenEye.py"]
HIGHtools/phishing_attack.py113 "cd I-See-You && sudo chmod u+x ISeeYou.sh",
HIGHtools/phishing_attack.py115 RUN_COMMANDS = ["cd I-See-You && sudo bash ISeeYou.sh"]
HIGHtools/phishing_attack.py124 RUN_COMMANDS = ["cd saycheese && sudo bash saycheese.sh"]
HIGHtools/phishing_attack.py133 "git clone https://github.com/cryptedwolf/ohmyqr.git && sudo apt -y install scrot",
HIGHtools/phishing_attack.py135 RUN_COMMANDS = ["cd ohmyqr && sudo bash ohmyqr.sh"]
HIGHtools/phishing_attack.py183 "tar -xzf /tmp/geckodriver.tar.gz -C /tmp && sudo mv /tmp/geckodriver /usr/local/bin/",
HIGHtools/phishing_attack.py184 "cd QRLJacking && pip3 install --user -r QRLJacker/requirements.txt",
HIGHtools/phishing_attack.py186 RUN_COMMANDS = ["cd QRLJacking/QRLJacker && python3 QrlJacker.py"]
HIGHtools/phishing_attack.py197 RUN_COMMANDS = ["cd maskphish && sudo bash maskphish.sh"]
HIGHtools/phishing_attack.py206 "cd BlackPhish && sudo bash install.sh",
HIGHtools/phishing_attack.py208 RUN_COMMANDS = ["cd BlackPhish && sudo python3 blackphish.py"]
HIGHtools/phishing_attack.py13 RUN_COMMANDS = ["cd autophisher && sudo bash autophisher.sh"]
HIGHtools/phishing_attack.py25 RUN_COMMANDS = ["cd PyPhisher && sudo python3 pyphisher.py"]
HIGHtools/phishing_attack.py37 "cd AdvPhishing && chmod +x Linux-Setup.sh && bash Linux-Setup.sh",
HIGHtools/phishing_attack.py39 RUN_COMMANDS = ["cd AdvPhishing && sudo bash AdvPhishing.sh"]
HIGHtools/phishing_attack.py52 "cd social-engineer-toolkit && pip install --user .",
HIGHtools/phishing_attack.py149 RUN_COMMANDS = ["cd blackeye && sudo bash blackeye.sh"]
HIGHtools/phishing_attack.py158 RUN_COMMANDS = ["cd shellphish && sudo bash shellphish.sh"]
HIGHtools/phishing_attack.py169 "cd Thanos && chmod +x Thanos.sh",
HIGHtools/phishing_attack.py171 RUN_COMMANDS = ["cd Thanos && sudo bash Thanos.sh"]
HIGHtools/wireless_attack.py16 "cd wifipumpkin3 && pip install --user .",
HIGHtools/wireless_attack.py33 "git clone https://github.com/wiire/pixiewps.git && apt-get -y install build-essential",
HIGHtools/wireless_attack.py34 "cd pixiewps && make",
HIGHtools/wireless_attack.py35 "cd pixiewps && sudo make install",
HIGHtools/wireless_attack.py60 "sudo tar xfz bluepot-0.2.tar.gz && sudo rm bluepot-0.2.tar.gz",
HIGHtools/wireless_attack.py62 RUN_COMMANDS = ["cd bluepot && sudo java -jar bluepot.jar"]
HIGHtools/wireless_attack.py73 "cd fluxion && chmod +x fluxion.sh",
HIGHtools/wireless_attack.py75 RUN_COMMANDS = ["cd fluxion && sudo bash fluxion.sh -i"]
HIGHtools/wireless_attack.py90 "cd wifiphisher && pip install --user .",
HIGHtools/wireless_attack.py92 RUN_COMMANDS = ["cd wifiphisher && sudo wifiphisher"]
HIGHtools/wireless_attack.py103 "cd wifite2 && pip install --user .",
HIGHtools/wireless_attack.py118 RUN_COMMANDS = ["cd fakeap && sudo bash fakeap.sh"]
HIGHtools/wireless_attack.py131 "git clone https://github.com/Z4nzu/fastssh.git && cd fastssh && chmod +x fastssh.sh",
HIGHtools/wireless_attack.py134 RUN_COMMANDS = ["cd fastssh && sudo bash fastssh.sh --scan"]
59 more matches not shown…
Decorative Section Separators40 hits · 135 pts
SeverityFileLineSnippet
MEDIUMos_detect.py39 # ── Linux-specific ─────────────────────────────────────────────────────────
MEDIUMos_detect.py62 # ── Package manager detection (in priority order) ──────────────────────────
MEDIUMos_detect.py75# ── Per-OS package manager commands ────────────────────────────────────────────
MEDIUMinstall.sh2# ──────────────────────────────────────────────────────────────────────────────
MEDIUMinstall.sh14# ──────────────────────────────────────────────────────────────────────────────
MEDIUMinstall.sh36# ── Root check ────────────────────────────────────────────────────────────────
MEDIUMinstall.sh46# ── Detect package manager ────────────────────────────────────────────────────
MEDIUMinstall.sh68# ── Install system prerequisites ──────────────────────────────────────────────
MEDIUMinstall.sh91# ── Python version check ─────────────────────────────────────────────────────
MEDIUMinstall.sh101# ── Clone repository ──────────────────────────────────────────────────────────
MEDIUMinstall.sh116# ── Python venv + requirements ────────────────────────────────────────────────
MEDIUMinstall.sh124# ── Create launcher ──────────────────────────────────────────────────────────
MEDIUMinstall.sh133# ── User directories ─────────────────────────────────────────────────────────
MEDIUMinstall.sh149# ── Done ──────────────────────────────────────────────────────────────────────
MEDIUMconstants.py5# ── Repository ────────────────────────────────────────────────────────────────
MEDIUMconstants.py11# ── Versioning ────────────────────────────────────────────────────────────────
MEDIUMconstants.py15# ── Python requirement ────────────────────────────────────────────────────────
MEDIUMconstants.py18# ── User-scoped paths (cross-platform, always computed at runtime) ─────────────
MEDIUMconstants.py26# ── System install paths (set per OS) ─────────────────────────────────────────
MEDIUMconstants.py41# ── UI theme ──────────────────────────────────────────────────────────────────
MEDIUMconstants.py52# ── Default config values ──────────────────────────────────────────────────────
MEDIUMconstants.py63# ── Privilege escalation ───────────────────────────────────────────────────────
MEDIUMhackingtool.py4# ── Python version guard (must be before any other local import) ───────────────
MEDIUMhackingtool.py56# ── Tool registry ──────────────────────────────────────────────────────────────
MEDIUMhackingtool.py115# ── Help overlay ───────────────────────────────────────────────────────────────
MEDIUMhackingtool.py148# ── Header: ASCII art + live system info ──────────────────────────────────────
MEDIUMhackingtool.py271# ── Main menu renderer ─────────────────────────────────────────────────────────
MEDIUMhackingtool.py328# ── Search ─────────────────────────────────────────────────────────────────────
MEDIUMhackingtool.py590# ── Main interaction loop ──────────────────────────────────────────────────────
MEDIUMhackingtool.py664# ── Entry point ────────────────────────────────────────────────────────────────
MEDIUMinstall.py8# ── Python version check (must be before any other local import) ──────────────
MEDIUMinstall.py38# ── Privilege check ────────────────────────────────────────────────────────────
MEDIUMinstall.py50# ── OS compatibility check ─────────────────────────────────────────────────────
MEDIUMinstall.py86# ── Internet check ─────────────────────────────────────────────────────────────
MEDIUMinstall.py102# ── System packages ────────────────────────────────────────────────────────────
MEDIUMinstall.py133# ── App directory ──────────────────────────────────────────────────────────────
MEDIUMinstall.py176# ── Python venv ────────────────────────────────────────────────────────────────
MEDIUMinstall.py192# ── Launcher script ────────────────────────────────────────────────────────────
MEDIUMinstall.py208# ── User directories ───────────────────────────────────────────────────────────
MEDIUMinstall.py225# ── Entry point ────────────────────────────────────────────────────────────────
Unused Imports83 hits · 82 pts
SeverityFileLineSnippet
LOWcore.py3
LOWcore.py17
LOWcore.py17
LOWhackingtool.py21
LOWhackingtool.py25
LOWhackingtool.py29
LOWinstall.py24
LOWtools/other_tools.py1
LOWtools/other_tools.py4
LOWtools/other_tools.py16
LOWtools/steganography.py6
LOWtools/steganography.py7
LOWtools/xss_attack.py1
LOWtools/reverse_engineering.py3
LOWtools/reverse_engineering.py5
LOWtools/reverse_engineering.py6
LOWtools/exploit_frameworks.py1
LOWtools/exploit_frameworks.py4
LOWtools/exploit_frameworks.py5
LOWtools/exploit_frameworks.py6
LOWtools/anonsurf.py1
LOWtools/forensics.py1
LOWtools/phishing_attack.py1
LOWtools/phishing_attack.py3
LOWtools/wireless_attack.py1
LOWtools/payload_creator.py1
LOWtools/wordlist_generator.py1
LOWtools/wordlist_generator.py2
LOWtools/wordlist_generator.py5
LOWtools/post_exploitation.py1
LOWtools/post_exploitation.py5
LOWtools/post_exploitation.py6
LOWtools/remote_administration.py1
LOWtools/remote_administration.py3
LOWtools/remote_administration.py4
LOWtools/web_attack.py2
LOWtools/web_attack.py4
LOWtools/web_attack.py5
LOWtools/ddos.py5
LOWtools/information_gathering.py1
LOWtools/information_gathering.py5
LOWtools/sql_injection.py1
LOWtools/sql_injection.py3
LOWtools/sql_injection.py4
LOWtools/others/hash_crack.py1
LOWtools/others/hash_crack.py3
LOWtools/others/hash_crack.py4
LOWtools/others/hash_crack.py5
LOWtools/others/homograph_attacks.py1
LOWtools/others/homograph_attacks.py3
LOWtools/others/homograph_attacks.py4
LOWtools/others/homograph_attacks.py5
LOWtools/others/payload_injection.py1
LOWtools/others/payload_injection.py3
LOWtools/others/payload_injection.py4
LOWtools/others/payload_injection.py5
LOWtools/others/mix_tools.py1
LOWtools/others/mix_tools.py3
LOWtools/others/mix_tools.py4
LOWtools/others/mix_tools.py5
23 more matches not shown…
Deep Nesting9 hits · 9 pts
SeverityFileLineSnippet
LOWos_detect.py20
LOWgenerate_readme.py29
LOWcore.py118
LOWcore.py156
LOWcore.py234
LOWcore.py274
LOWcore.py408
LOWhackingtool.py458
LOWhackingtool.py592
Excessive Try-Catch Wrapping7 hits · 7 pts
SeverityFileLineSnippet
LOWcore.py202 except Exception:
LOWcore.py477 except Exception:
LOWcore.py485 except Exception:
LOWhackingtool.py187 except Exception:
LOWhackingtool.py197 except Exception:
LOWhackingtool.py209 except Exception:
LOWhackingtool.py649 except Exception as e:
Redundant / Tautological Comments2 hits · 3 pts
SeverityFileLineSnippet
LOWcore.py131 # Check if git clone target dir exists
LOWhackingtool.py555 # Display results
Example Usage Blocks1 hit · 2 pts
SeverityFileLineSnippet
LOWinstall.sh5# Usage:
Over-Commented Block2 hits · 2 pts
SeverityFileLineSnippet
LOWrequirements.txt1# Python dependencies for hackingtool
LOWinstall.sh1#!/usr/bin/env bash