Back to Hackingtool

README

README.md

3.0.022.8 KB
Original Source
<div align="center">

AI-guided, all-in-one toolkit for authorized security testing

215 curated tools across 21 categories β€” recon, OSINT, web, wireless, phishing, forensics, post-exploitation and more β€” with an AI layer that turns plain English into the right tool and the exact command.

Built for penetration testers Β· red teamers Β· blue-team/SOC and DFIR analysts Β· OSINT researchers Β· bug-bounty hunters Β· CTF players Β· security researchers and students β€” all working legally, on systems they own or are authorised to test.

<a href="https://trendshift.io/repositories/869" target="_blank" rel="noopener noreferrer"></a> <a href="https://trendshift.io/repositories/869" target="_blank" rel="noopener noreferrer"></a> <a href="https://trendshift.io/repositories/869" target="_blank" rel="noopener noreferrer"></a>

Β  Β  Β  Β 

<a href="#installation"></a>Β  <a href="docs/HOW-TO-USE.md"></a>Β  <a href="docs/TOOLS.md"></a>Β  <a href="#support--sponsor"></a>

</div>

Contents


Why hackingtool

  • 🧠 AI-guided workflow β€” describe what you want ("find subdomains of example.com") and it maps your intent to the right tools, hands you the exact documented command, plans an objective step by step, then summarizes findings and drafts an engagement report. Bring your own key or run a local model β€” nothing auto-executes and nothing is fabricated.
  • πŸ—‚ 215 curated tools, one console β€” install and run across 21 categories without hunting down Git repos; a fixed tag taxonomy (63 tags in use) makes every tool discoverable.
  • πŸ”Ž It knows what it doesn't have β€” /find searches your catalog first, then the GitHub API, and shows real maintained projects with the reason each was ranked.
  • πŸ›‘ Safe by default β€” standard installs, no curl | bash, downloads pinned + SHA-256 verified, list-form subprocess, no forced sudo, and signed releases with an SBOM.
  • 🎯 For the whole spectrum β€” red team, blue team, OSINT, bug bounty, CTF/THM, forensics/IR β€” all on authorized targets only.
<div align="center">

<sub>The console on launch β€” live system readout, and <code>/</code> opens the command palette.</sub>

</div>

Tool Categories

215 tools across 21 categories β€” the full list, with links and tags, is in docs/TOOLS.md.

<div align="center">
#CategoryTools#CategoryTools
1πŸ›‘ Anonymously Hiding Tools512πŸ” Reverse engineering tools10
2πŸ” Information gathering tools2613⚑ DDOS Attack Tools7
3πŸ“š Wordlist Generator814πŸ–₯ Remote Administrator Tools (RAT)4
4πŸ“‘ Wireless attack tools1715πŸ§ͺ XSS Attack Tools6
5πŸ’‰ SQL Injection Tools716πŸ–Ό Steganography Tools10
6🎣 Phishing attack tools1317🏒 Active Directory Tools10
7🌐 Web Attack tools2318☁ Cloud Security Tools7
8πŸ”§ Post exploitation tools1519πŸ“± Mobile Security Tools6
9πŸ•΅ Forensic tools1220✨ Other tools10
10πŸ“¦ Payload creation tools621πŸ”‘ Password / Hash Cracking7
11🧰 Exploit framework6
</div>

<sub>59 further entries are archived (unmaintained or dead upstream) and hidden unless you set show_archived true via /config. The in-app header counts 22 categories / 217 tools because it also counts the built-in Update / Uninstall menu.</sub>


Installation

Requires Python 3.10+ on Linux or macOS (Kali, Parrot, Debian/Ubuntu, Arch, …). Windows is not supported β€” the app tells you so and exits. No curl | bash: every path below is a standard, verifiable install.

pipx installs hackingtool into its own isolated environment and puts the hackingtool command on your PATH, so you can launch it from any directory.

bash
# 1 β€” get the code
git clone https://github.com/Z4nzu/hackingtool.git
cd hackingtool

# 2 β€” install it onto your PATH (isolated venv, no system Python touched)
pipx install .

# 3 β€” run it from anywhere
hackingtool

No pipx yet?

bash
# macOS
brew install pipx && pipx ensurepath

# Debian / Ubuntu / Kali
sudo apt install pipx && pipx ensurepath

Open a new shell after pipx ensurepath so the PATH change takes effect. To update later: git pull && pipx install . --force. To remove it: pipx uninstall hackingtool.

<details> <summary>Alternative: <code>uv tool install .</code> (same result, uses uv instead of pipx)</summary>
bash
git clone https://github.com/Z4nzu/hackingtool.git
cd hackingtool
uv tool install .        # installs the `hackingtool` executable on your PATH
hackingtool
</details> <details> <summary>Alternative: plain venv + pip (no PATH changes)</summary>
bash
git clone https://github.com/Z4nzu/hackingtool.git
cd hackingtool
python3 -m venv .venv && . .venv/bin/activate
pip install .            # or: pip install -e .   for an editable dev install
hackingtool

The command is only on your PATH while that venv is activated.

</details>

For development

uv creates the virtualenv and installs everything from pyproject.toml / uv.lock in one step:

bash
git clone https://github.com/Z4nzu/hackingtool.git
cd hackingtool
uv sync
uv run hackingtool

No uv yet? pipx install uv (or see the uv install docs).

Contributing? make setup wires the pre-push hook and make check runs the full gate (lint + tests + catalog validation). See CONTRIBUTING.md.

Docker

Pull and run the published image:

bash
docker run -it --rm hardikzinzu/hackingtool:latest

Or build it locally from a checkout:

bash
git clone https://github.com/Z4nzu/hackingtool.git && cd hackingtool
docker build -t hackingtool .
docker run -it --rm hackingtool
<!-- Hidden until these distribution channels are live. Restore when the package is published to PyPI and the .deb is attached to a release. ### pipx / pip from PyPI ```bash pipx install hackingtool hackingtool ``` ```bash python3 -m venv .venv && . .venv/bin/activate pip install hackingtool hackingtool ``` ### Debian / Ubuntu / Kali (.deb) Grab the `.deb` from the [latest release](https://github.com/Z4nzu/hackingtool/releases/latest): ```bash sudo apt install ./hackingtool_*.deb hackingtool ``` -->

Optional runtimes

Some individual tools need a language runtime to install/run; the core app doesn't.

DependencyVersionNeeded for
Go1.21+nuclei, ffuf, amass, httpx, katana, dalfox, gobuster, subfinder
Rubyanyhaiti, evil-winrm
tmuxanybackground panes (/run … &, /panes, /attach)
DockeranyMythic, MobSF (optional)

Quick Commands

Launch hackingtool and type. There are only three kinds of input:

You typeIt meansExample
/…a command you run/search subdomain
@…a thing you name@nmap, @tag:osint
anything elseplain English "what I want to do"crack a wifi handshake
<div align="center">

<sub><code>@</code> completes tool names β€” <code>@tag:</code> completes tags, <code>/</code> completes commands.</sub>

</div>

Command reference

CommandAliasesWhat it does
/run <tool> [args] [&]/openopen a tool's menu; with a trailing & it runs in a background tmux pane instead (that's where args are used)
/search <keyword>search tools by name, description or tag
/tagslist every tag with its tool count
/ai <goal>/recommend, /rrecommend tools for a goal
/goal <objective>AI-plan an objective and run it step by step, with per-step confirmation
/find <need>/discoverfind tools for a need β€” your catalog first, then GitHub (suggest-only)
/panes/jobslist background panes
/attachattach to the background session (Ctrl-b d to return)
/kill <label|all>kill one background pane, or all of them
/config [key value]view/change settings; /config test checks the AI connection, /config github checks the GitHub token
/skillshow the operator playbook
/update Β· /uninstall/removeupdate system packages or hackingtool Β· remove hackingtool and its tools
/clear/clsclear the screen
/back/bleave the current tool and go back
/help/?, /hquick reference card
/quit/q, /exitexit (also q, Ctrl-C, Ctrl-D)
@<tool>open a tool (case-insensitive, fuzzy fallback)
@tag:<tag>list and pick from the tools carrying that tag

Inside a category: 1–N pick a tool Β· 97 install everything not yet installed Β· 98 archived tools Β· 99 back. Inside a tool: 1 install Β· 2 run Β· c ask for the exact command for your goal Β· 98 project page Β· 99 back.

<div align="center">

<sub><code>/help</code> β€” the same card, in the app.</sub>

</div>

On a non-interactive terminal (or without prompt_toolkit) hackingtool falls back to the classic numbered menu, where / or s searches, t filters by tag, r or a recommends, ? helps and q quits. Force it with hackingtool --classic.

New here? docs/HOW-TO-USE.md walks through each of these start to finish with numbered steps.


Features

πŸ”Ž /find β€” a tool for a need you don't have yet

Searches the 215 curated tools first, then the GitHub search API, and ranks the results explainably. Suggest-only β€” it never clones, installs or runs anything β€” and it makes zero model calls.

/find crack a wpa handshake

In your toolbox (vetted)
  β€’ aircrack-ng (WiFi security suite)
  β€’ Kismet (wireless detector / WIDS)
  β€’ Reaver (WPS PIN attack)
  β€’ WiGLE (wardriving map & API)
  β€’ hashcat example hashes (WPA mode 22000)

Found on GitHub β€” NOT vetted by us

  wifiphisher/wifiphisher  14713β˜…  GPL-3.0
    The Rogue Access Point Framework
    14713β˜… Β· trusted author (ships in our catalog) Β· active Β· matches: security, wifi
    git clone https://github.com/wifiphisher/wifiphisher
  …

Press a to keep a result: it is saved to ~/.hackingtool/found.yaml as a "Discovered tools" entry β€” title, tags, description, link, and no install or run command, so a discovered entry can never execute anything. It shows up in your menu and in /search next launch.

Out-of-scope asks (jamming, DoS, mass-targeting, malware) are refused before any network call, with an authorized alternative where one exists. Defensive/DFIR phrasing is never refused.

Works anonymously at 10 GitHub searches/minute; a no-scope, no-permission token raises that to 30 β€” see /config github.

🎯 /goal β€” plan an objective, run it one step at a time

/goal find live subdomains of example.com

hackingtool drafts a short plan of real commands (with the reason for each step and an install hint for tools you don't have), asks you to confirm you are authorized to test the target, then walks the steps: [y] run Β· [s] skip Β· [e] edit Β· [q] abort. Every step runs list-form β€” never through a shell β€” and each goal gets a timestamped workspace under ~/.hackingtool/goals/ holding plan.json, a UTC-stamped run.log, and the raw output of each step.

The model is called once, for planning; tool output is never fed back to it. With no model configured, /goal degrades to tool recommendations for the same objective.

🧠 Recommendations β€” say what you want in plain English

Bare text (or /ai) maps intent to tools. The model may only return tags from the fixed taxonomy, and the catalog resolves tags β†’ tools, so a tool can never be invented; with no model reachable a stdlib keyword matcher answers instead.

<div align="center">

<sub><code>/ai</code> β€” pick one of the common tasks, or type the job in your own words.</sub>

</div>

/tags prints every tag in use with its live tool count; @tag:<name> opens the tools carrying it; /search <keyword> matches names, descriptions and tags.

<div align="center">

<sub><code>/tags</code> β€” 63 tags in use, with the number of tools behind each.</sub>

</div>

β–Ά Background panes (tmux)

Long scans shouldn't block your console. With tmux installed, /run <tool> … & opens a labeled window in one detached hackingtool session:

/run nmap -sV -oA scan 10.0.0.5 &
β–Ά started 'nmap' in background β€” /attach to view

/panes lists them, /attach watches one (Ctrl-b d to come back), /kill <label> or /kill all stops them, and the status line under the prompt shows β–Ά N running. No tmux? It says so and opens the tool inline instead; disable it entirely with /config background_runner off.

βš™ Settings and the AI layer

/config opens a full-screen settings editor (↑↓ move, ←→ change, Enter edit, t test the connection, Esc close); /config <key> <value> sets one key from the prompt. Settings live in ~/.hackingtool/config.json.

The AI layer is opt-in and bring-your-own-key: an OpenAI-compatible endpoint when ai_base_url + an API key are set, else a local Ollama, else nothing β€” every feature degrades to a deterministic offline behaviour instead of guessing. Your API key is written only to ~/.hackingtool/.env (mode 600), never to config.json, and never printed back. /config test reports the real failure if a probe fails.

πŸ“‹ Headless engagements

The same catalog drives a non-interactive orchestrator that normalizes tool output into one findings.json:

bash
hackingtool --engagement acme --targets example.com --pipeline recon
hackingtool --engagement acme --report          # deterministic Markdown report
hackingtool --engagement acme --ai-summary      # opt-in triage of the REAL findings
hackingtool --engagement acme --ai-report       # opt-in narrative draft (report.draft.md)

Out-of-scope targets are flagged and logged before anything runs, and the AI passes only ever summarize findings that exist.


Documentation

DocumentWhat's in it
How to use hackingtoolnumbered walkthroughs: first run, /find, /goal, /config, background panes, headless mode
Tool catalogevery tool, by category, with links and tags
Operator playbookthe charter and grounding rules the AI layer runs under (also /skill)
SECURITY.mddisclosure policy, release verification, threat model
CONTRIBUTING.mdcatalog-first tool additions, the gate your PR must pass

Contributing

New tools, fixes, and docs are all welcome β€” for authorized security testing only.

The easy path: most tools are just one YAML entry in src/hackingtool/catalog/ β€” no Python needed. Tags come from a fixed taxonomy, so your tool is instantly discoverable and searchable.

I want to…Do this
πŸ’‘ Suggest a toolOpen a Tool Request issue
βž• Add a toolAdd a catalog entry (or a class for custom install/run logic), then open a PR with the template
πŸ› Report a bugOpen a Bug report issue
πŸ”’ Report a vulnerabilityPrivately β€” do not open a public issue; see SECURITY.md

Before opening a PR, run make check (lint + tests + catalog validation) and use the title format [New Tool] Name β€” Category. The full guide β€” security rules and the one-entry catalog walkthrough β€” is in CONTRIBUTING.md.

<sub>πŸ“„ Contributing Β· Security Β· Code of Conduct</sub>


<!-- Star History β€” enabled later. GitHub now restricts anonymous star-history data, so a live chart can't render. To enable: open https://star-history.com/#Z4nzu/hackingtool&Date (sign in with a GitHub token β€” it's your repo), download the chart image, save it as images/star-history.png, and uncomment the block below. ## Star History <div align="center"> <a href="https://star-history.com/#Z4nzu/hackingtool&Date"></a> </div> --- -->

Support & Sponsor

hackingtool is free and open-source. If it saves you time on an engagement or helps you learn, please consider sponsoring β€” funding goes to tool curation, the AI layer, and keeping installs safe and current.

<a href="https://github.com/sponsors/Z4nzu"></a>Β  <a href="https://buymeacoffee.com/hardikzinzu" target="_blank"></a>

⭐ Starring the repo is free and helps others discover the project.

Social

For authorized security testing only. Thanks to all original authors of the tools included in hackingtool.

Your favourite tool is not listed? Suggest it here