← Back to scan
File as GitHub Issue repo: Z4nzu/hackingtool

Push this scan report to Z4nzu/hackingtool

Click the green button below to open GitHub’s new-issue form, pre-filled with the report title, summary table, top findings, and an embedded score-card image. No authentication needed — you review on GitHub before submitting. Repobility is credited as the scanner.

Embedded score card image

This image will render at the top of the issue body. Hosted on Repobility, refreshes automatically after re-scans.

Repobility score card

Issue title

Server-Side Request Forgery (SSRF) — outbound HTTP from user input

Curate findings to include

Pick exactly which findings appear in the issue body. By default the top 5 are included. Uncheck noise, check what matters.

Top 5 (default)
Severity Rule Title File:line
CRIT MINED102 [MINED102] Shell Injection Via F-string: Shell command built via f-string or .format with… tools/tool_manager.py:29
CRIT MINED102 [MINED102] Shell Injection Via F-string: Shell command built via f-string or .format with… install.py:119
HIGH MINED012 [MINED012] Curl Pipe Bash: curl ... | sh / bash — runs unverified network code. tools/xss_attack.py:131
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… tools/web_attack.py:51
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… tools/phishing_attack.py:193
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… tools/others/homograph_attacks.py:8
HIGH MINED004 [MINED004] Weak Crypto: MD5/SHA1/DES/RC4 used for security context (not just checksums). tools/others/hash_crack.py:12
HIGH MINED001 [MINED001] Bare Except Pass: except: pass or except Exception: pass — silently swallows e… os_detect.py:44
HIGH MINED034 [MINED034] Python Subprocess Shell True: subprocess(..., shell=True) enables command inje… tools/tool_manager.py:29
HIGH MINED034 [MINED034] Python Subprocess Shell True: subprocess(..., shell=True) enables command inje… os_detect.py:130
HIGH MINED034 [MINED034] Python Subprocess Shell True: subprocess(..., shell=True) enables command inje… install.py:119
HIGH MINED006 [MINED006] Overcatch Baseexception: except BaseException: ... — prevents Ctrl+C and Syste… install.py:267
HIGH MINED108 `self.run` used but never assigned in __init__ tools/steganography.py:24
HIGH MINED108 `self._show_archived_tools` used but never assigned in __init__ core.py:481
HIGH MINED108 `self._archived_tools` used but never assigned in __init__ core.py:416
HIGH MINED108 `self._incompatible_tools` used but never assigned in __init__ core.py:415
HIGH MINED108 `self._active_tools` used but never assigned in __init__ core.py:414
HIGH MINED108 `self.show_info` used but never assigned in __init__ core.py:412
HIGH MINED108 `self._archived_tools` used but never assigned in __init__ core.py:375
HIGH MINED108 `self.after_run` used but never assigned in __init__ core.py:331
HIGH MINED108 `self.before_run` used but never assigned in __init__ core.py:326
HIGH MINED108 `self._get_tool_dir` used but never assigned in __init__ core.py:312
HIGH MINED108 `self.is_installed` used but never assigned in __init__ core.py:236
HIGH MINED108 `self.after_uninstall` used but never assigned in __init__ core.py:230
HIGH MINED108 `self.before_uninstall` used but never assigned in __init__ core.py:225
HIGH MINED108 `self.after_install` used but never assigned in __init__ core.py:216
HIGH MINED108 `self.before_install` used but never assigned in __init__ core.py:211
HIGH MINED108 `self.show_project_page` used but never assigned in __init__ core.py:198
HIGH MINED108 `self.show_info` used but never assigned in __init__ core.py:160
HIGH MINED115 Action `actions/setup-python` pinned to mutable ref `@v5` .github/workflows/lint_python.yml:12
HIGH MINED115 Action `actions/checkout` pinned to mutable ref `@v4` .github/workflows/lint_python.yml:11
HIGH MINED118 Dockerfile FROM `kalilinux/kali-rolling:latest` not pinned by digest Dockerfile:3
HIGH CORE_NO_TESTS No test files found
MED MINED111 Bare except continues silently hackingtool.py:649
MED MINED111 Bare except continues silently hackingtool.py:209
MED MINED111 Bare except continues silently hackingtool.py:187
MED MINED111 Bare except continues silently core.py:485
MED MINED111 Bare except continues silently core.py:477
MED MINED111 Bare except continues silently core.py:202
MED COMP001 [COMP001] High cognitive complexity: Function `detect` has cognitive complexity 19 (Sonar… os_detect.py:20
MED DKR003 Compose service `hackingtool-dev` image uses the latest tag docker-compose.yml:22
MED DKR003 Compose service `hackingtool` image uses the latest tag docker-compose.yml:9
MED DKR003 Dockerfile base image uses the latest tag Dockerfile:3
MED AUC001 [AUC001] No Repobility access matrix policy found: The repository uses web/API frameworks…
MED DKR001 Docker final stage has no non-root USER Dockerfile:3
MED WEB003 Public web service has no security.txt .well-known/security.txt
MED DKR014 Dockerfile copies broad context with incomplete .dockerignore Dockerfile:29
MED AGT015 Remote install command pipes network code directly to a shell tools/xss_attack.py:131
MED SEC005 [SEC005] Command Injection Risk: Unsafe shell execution or eval of user input. tools/tool_manager.py:29
MED SEC005 [SEC005] Command Injection Risk: Unsafe shell execution or eval of user input. os_detect.py:130
MED SEC005 [SEC005] Command Injection Risk: Unsafe shell execution or eval of user input. install.py:119
LOW COMP001 [COMP001] High cognitive complexity: Function `check_os_compatibility` has cognitive comp… install.py:52
LOW COMP001 [COMP001] High cognitive complexity: Function `get_tools_toc` has cognitive complexity 10… generate_readme.py:29
LOW AUC005 [AUC005] No authorization-focused tests detected: No test files with common authorization…
LOW DKR008 .dockerignore misses sensitive defaults .dockerignore
LOW DKC010 Compose service lacks no-new-privileges hardening docker-compose.yml:22
LOW DKC010 Compose service lacks no-new-privileges hardening docker-compose.yml:9
LOW DKC006 Compose service does not declare a runtime user docker-compose.yml:22
LOW DKC006 Compose service does not declare a runtime user docker-compose.yml:9
INFO MINED064 [MINED064] Python Input Call: input() blocks for stdin. Inappropriate in services. tools/steganography.py:15
INFO MINED064 [MINED064] Python Input Call: input() blocks for stdin. Inappropriate in services. tools/reverse_engineering.py:31
INFO MINED064 [MINED064] Python Input Call: input() blocks for stdin. Inappropriate in services. tools/others/socialmedia_finder.py:82
INFO MINED049 [MINED049] Print Pii: Logging password/token/email/ssn directly to stdout. tools/others/socialmedia_finder.py:35
INFO MINED050 [MINED050] Stub Only Function: Function declared but body is just pass, return None, rais… os_detect.py:45
Reset to top 5 64 findings available (after auto-suppression of test files + won't-fix)

Issue body (markdown)

## Code-quality scan: `Z4nzu/hackingtool`

**Score: 72/100 (C+)**  ·  66 findings  ·  scanned 2026-05-24 01:22 UTC  ·  5,061 LOC

| Severity | Count |
|---|---|
| CRITICAL | 2 |
| HIGH | 31 |
| MEDIUM | 18 |
| LOW | 8 |

📊 [Full filterable report](https://repobility.com/scan/f50c051f-a6b1-420d-86a0-2f826673808d/)  ·  ![scorecard](https://repobility.com/scan/f50c051f-a6b1-420d-86a0-2f826673808d/report.png?v=1779585734-s2)

### Top findings

1. **CRITICAL** `MINED102` — Shell Injection Via F-string
   `tools/tool_manager.py:29` · ✓ Repobility
2. **CRITICAL** `MINED102` — Shell Injection Via F-string
   `install.py:119` · ✓ Repobility
3. **HIGH** `MINED012` — Curl Pipe Bash
   `tools/xss_attack.py:131` · CWE-494 · ✓ Repobility
4. **HIGH** `SEC029` — Server-Side Request Forgery (SSRF) — outbound HTTP from user input
   `tools/web_attack.py:51` · A10:2021 SSRF
5. **HIGH** `SEC029` — Server-Side Request Forgery (SSRF) — outbound HTTP from user input
   `tools/phishing_attack.py:193` · A10:2021 SSRF

---

**Security note**: this issue is public. If any flagged finding is a real, exploitable vulnerability, please redirect to your `SECURITY.md` policy or open a [private security advisory](https://docs.github.com/en/code-security/security-advisories/guidance-on-reporting-and-writing-information-about-vulnerabilities/privately-reporting-a-security-vulnerability) instead. We're happy to close this and re-submit privately.

---

_Filed automatically. Close this issue if not useful — we won't refile. Full report: https://repobility.com/scan/f50c051f-a6b1-420d-86a0-2f826673808d/_
Premium account
This scan was submitted by a Enterprise-tier account. Premium accounts have full outreach control â Repobility doesn't pre-fill the 'file as GitHub issue' button for paid users. You can still file the issue manually using the markdown body above (Copy markdown), or contact us if you'd like batch-filing enabled for your account.
Megaproject â high spam risk
Could not determine 'Z4nzu/hackingtool' star count (GitHub API rate-limited or unreachable). When in doubt about repo size, prefer opening a focused PR or a discussion rather than an issue.

The button opens GitHubâs new-issue page in a new tab. You will see the title + body pre-filled â review, edit if you want, then click GitHubâs "Submit new issue" button. Repobility never posts anything on your behalf.

For real security findings on big repos: use the project's SECURITY.md or private advisory flow instead of a public issue.