← All repositories

Z4nzuhackingtool

74,509
0
View on GitHub
74,509 stars8,408 forksPythonMITUpdated 2mo ago7views

Tags

Use case
Pentest toolkitPentest toolkitUnified launcher that installs, organises, and runs security-research and penetration-testing tools.View all repositories taggedCLI toolCLI toolDistributed primarily as a command-line tool you install and run from your shell.View all repositories tagged
Ecosystem
PythonPythonBuilt with the Python language.View all repositories tagged
Stack
Docker ComposeDocker ComposeLocal development and runtime are orchestrated with docker-compose.View all repositories tagged
Status
ActiveActiveReceives recent commits and releases, issues are being addressed.View all repositories tagged
Features
Recommend engineRecommend engineMaps a plain-English task description to a curated list of relevant tools via tag look-up.View all repositories taggedSmart updateSmart updateAuto-detects each tool's install method and runs the matching update command (git pull, pip upgrade, go install, gem update).View all repositories taggedBatch installerBatch installerInstall every tool in a category at once with a single menu action.View all repositories taggedInstall status indicatorInstall status indicatorShows ✔/✘ next to every tool in the menu so users can see at a glance what is already installed.View all repositories taggedTag filterTag filterFilter a large catalogue of items by semantic tags such as osint, scanner, c2, cloud, or mobile.View all repositories taggedTool launcher menuTool launcher menuCategory-based TUI menu that installs, runs, and manages third-party CLI tools.View all repositories taggedOS-aware tool gatingOS-aware tool gatingHides menu entries whose declared OS support does not include the current host system.View all repositories tagged
License
MITMITMIT License — permissive, allows commercial reuse with attribution.View all repositories tagged

Documentation

23 pages indexed · 2,370 words
  • READMEHackingTool — Overviewgithub.com/Z4nzu/hackingtool/blob/master/README.md
  • READMEWhat's New in v2.0.0github.com/Z4nzu/hackingtool/blob/master/README.md#whats-new-in-v200
  • READMEQuick Commandsgithub.com/Z4nzu/hackingtool/blob/master/README.md#quick-commands
  • READMETool Categoriesgithub.com/Z4nzu/hackingtool/blob/master/README.md#tool-categories
  • READMEInstallationgithub.com/Z4nzu/hackingtool/blob/master/README.md#installation
  • READMEActive Directory Toolsgithub.com/Z4nzu/hackingtool/blob/master/README.md#active-directory-tools
  • READMECloud & Mobile Security Toolsgithub.com/Z4nzu/hackingtool/blob/master/README.md#cloud-security-tools
  • READMEContributing — adding a new toolgithub.com/Z4nzu/hackingtool/blob/master/README.md#contributing--add-a-new-tool
  • READMEInformation Gathering Toolsgithub.com/Z4nzu/hackingtool/blob/master/README.md#information-gathering-tools
  • READMEPost Exploitation & Web Attack Toolsgithub.com/Z4nzu/hackingtool/blob/master/README.md#post-exploitation-tools
  • HackingTool base classgithub.com/Z4nzu/hackingtool/blob/master/core.py
  • OS-aware menu gatinggithub.com/Z4nzu/hackingtool/blob/master/core.py
  • Smart update — method-aware updatergithub.com/Z4nzu/hackingtool/blob/master/core.py
  • Keyword searchgithub.com/Z4nzu/hackingtool/blob/master/hackingtool.py
  • Tag filtergithub.com/Z4nzu/hackingtool/blob/master/hackingtool.py
  • Recommend enginegithub.com/Z4nzu/hackingtool/blob/master/hackingtool.py
  • Batch install (option 97)github.com/Z4nzu/hackingtool/blob/master/hackingtool.py
  • OS detection — architecturegithub.com/Z4nzu/hackingtool/blob/master/os_detect.py
  • Installer architecturegithub.com/Z4nzu/hackingtool/blob/master/install.py
  • Docker — Kali-based containergithub.com/Z4nzu/hackingtool/blob/master/Dockerfile
  • Configuration — paths and defaultsgithub.com/Z4nzu/hackingtool/blob/master/constants.py
  • Install status indicatorgithub.com/Z4nzu/hackingtool/blob/master/core.py
  • Main menu — rich TUI headergithub.com/Z4nzu/hackingtool/blob/master/hackingtool.py