{"id":18775994,"url":"https://github.com/way29/hackbox","last_synced_at":"2025-04-13T09:31:40.805Z","repository":{"id":57712218,"uuid":"490266307","full_name":"WAY29/hackbox","owner":"WAY29","description":"An lightweight and easy to use toolbox for hackers","archived":false,"fork":false,"pushed_at":"2022-11-17T03:46:16.000Z","size":50,"stargazers_count":12,"open_issues_count":0,"forks_count":4,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-06-19T02:20:56.359Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/WAY29.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-05-09T12:07:29.000Z","updated_at":"2024-04-30T07:16:09.000Z","dependencies_parsed_at":"2023-01-23T12:30:53.010Z","dependency_job_id":null,"html_url":"https://github.com/WAY29/hackbox","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WAY29%2Fhackbox","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WAY29%2Fhackbox/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WAY29%2Fhackbox/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WAY29%2Fhackbox/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/WAY29","download_url":"https://codeload.github.com/WAY29/hackbox/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223580157,"owners_count":17168579,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-07T19:44:27.421Z","updated_at":"2024-11-07T19:44:28.660Z","avatar_url":"https://github.com/WAY29.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n\u003cimg src=\"https://tuchuang-1300339532.cos.ap-chengdu.myqcloud.com/img/hackbox.png\"\u003e\n\u003c/br\u003e\n\u003ca href=\"https://opensource.org/licenses/MIT\"\u003e\u003cimg src=\"https://img.shields.io/badge/license-MIT-_red.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://goreportcard.com/badge/github.com/WAY29/hackbox\"\u003e\u003cimg src=\"https://goreportcard.com/badge/github.com/WAY29/hackbox\"\u003e\u003c/a\u003e\n\u003ca href=\"https://github.com/WAY29/hackbox/releases\"\u003e\u003cimg src=\"https://img.shields.io/github/release/WAY29/hackbox\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"#features\"\u003eFeatures\u003c/a\u003e •\n  \u003ca href=\"#installation\"\u003eInstallation\u003c/a\u003e •\n  \u003ca href=\"#usage\"\u003eUsage\u003c/a\u003e •\n  \u003ca href=\"#running\"\u003eRunning\u003c/a\u003e •\n\u003ca href=\"#notes\"\u003eNotes\u003c/a\u003e\n\u003c/p\u003e\n\nhackbox is an lightweight and easy to use toolbox for hackers, it is designed to organize and uniformly call your favorite command line tools.\n\n# Features\n![](https://tuchuang-1300339532.cos.ap-chengdu.myqcloud.com/img/20220510094809.png)\n\n- Highly **interactive command line framework** powered by [c-bata/go-prompt](https://github.com/c-bata/go-prompt)\n- Easy to use and intelligent **automatic completion**\n- **Rich and self-explanatory default configuration files**, so you can easily customize it\n- **Built-in several command line tools for hackers** (in comming...)\n- Clear arguments settings, no need to read annoying help documents, so you can **call tools faster and more conveniently**\n- Save the execution result of the tool which can be **used as input to another tool or easily exported**\n- Command line parameters **support validate** powered by [go-playground/validator](https://github.com/go-playground/validator)\n\n# Installation\n## go get\nhackbox requires go1.17 to install. Run the following command to get hackbox:\n```go\ngo install -v github.com/WAY29/hackbox/cmd/hackbox@latest\n```\n\n## static releases\nDownload hackbox from [Releases](https://github.com/WAY29/hackbox/releases)\n\n# Usage\nJust run hackbox, and you will get an interactive hackbox shell. Here are hackbox help documents:\n```\nUsage of hackbox:\n  -nc\n        Print without color\n  -p string\n        Custom tool path, default will load from ./tools.toml -\u003e $HOME/.config/hackbox/tools.yaml\n  -q    Run hackbox without banner\n```\n\n# Running\nYou can run some intuitive commands, such as `cd`, `ls`, `sh`, `exit`\n- `cd \u003ctool directory\u003e` change tool directory\n- `ls` List tools and subdirectories in this directory\n- `sh \u003ccommand\u003e` Run local shell command\n- `exit` Exit hackbox\n\nWhen you find the tool you want, `use` it immediately, then you can `show` or `set` or `unset` arguments, then just `run` it.\n- `use \u003ctool name\u003e` use specified tool\n- `set \u003carg name\u003e \u003carg value\u003e` set tool argument\n- `unset \u003carg name\u003e` unset tool argument\n- `show [arg name]` Show tool argument(s)\n- `run [as \u003coutput name\u003e] [bg]` Run tools [in background]\n\nThen you can `output` the result or `export` it, before this, maybe you want to `filter` it or `merge` other result\n- `output [output name]` show output(s)\n- `filter \u003coutput name\u003e \u003cfilter\u003e [as \u003cnew output name\u003e]` filter output by filters **link/email/date/time/phone/ip/md5/sha1/sha256**\n- `merge \u003coutput1 name\u003e \u003coutput2 name\u003e as \u003coutput name\u003e` merge two outputs as one\n- `export \u003coutput name\u003e [export path, default \u003coutput name\u003e.txt]` export output as file\n\nBy the way, you can `setoutput` or `unsetoutput`\n- `setoutput \u003coutput name\u003e \u003coutput value / filepath\u003e` set output from input or file\n- `unsetoutput \u003coutput name\u003e` unset output\n\n# Notes\n- It only took me three days to write this project, so there may be some mistakes, welcome issues.\n- If you have any commonly used hacking tools that are not included in hackbox, welcome pull-requests(tools.default.yaml) and issues.\n\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fway29%2Fhackbox","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fway29%2Fhackbox","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fway29%2Fhackbox/lists"}