Explore siusiu: A Docker‑Based Penetration Testing Toolbox with Over 50 Ready‑to‑Use Security Tools
siusiu is a Docker‑based penetration testing toolbox that bundles more than 50 security utilities, offers an interactive console for listing, downloading, and running tools, supports non‑interactive mode, and can be installed via binary, Git, or Go with detailed usage commands.
Project Overview
siusiu is a Docker‑based penetration‑testing toolbox that packages common security tools as Docker images, enabling portable, on‑demand usage. The Docker version runs on any host with Docker installed; an older shell‑script version works only on Linux/macOS.
Key Features
All common penetration‑testing tools are pre‑built Docker images hosted on Docker Hub.
Interactive shell console lists available tools, downloads them as needed, runs them, and shows documentation or example usage via the demos command.
Non‑interactive mode allows other programs to invoke commands, e.g., siusiu exec help.
Installation
Docker binary
Download the appropriate Docker release, make it executable, and run.
From source
git clone --depth 1 https://github.com/ShangRui-hash/siusiu.git
cd siusiu
go build -o siusiuGo install
go get github.com/ShangRui-hash/siusiu@latest
go install github.com/ShangRui-hash/siusiu@latestUsage
Start the console and type help to see the full command list. Example output includes:
siusiu:/> help
403bypasser # 403 bypass tool
amass # information gathering
ffuf # fuzzing tool
nmap # host discovery and port scanning
sqlmap # SQL injection tool
xray # vulnerability scanner
...If a required tool (e.g., pocsuite3) is missing, siusiu automatically downloads and runs it.
Selected Commands
403bypasser # 403 bypass tool
amass # information gathering
arjun # parameter discovery
cewl # generate wordlist from website
dirsearch # directory brute‑force
ffuf # fuzzing
gobuster # alternative directory scanner
hydra # credential brute‑force
nmap # host discovery, port/service/version scan
pocsuite3 # PoC testing framework
sqlmap # SQL injection
xray # vulnerability scanner
xray-listen # xray listenerImages
Repository
Source code and releases: https://github.com/ShangRui-hash/siusiu
Signed-in readers can open the original source through BestHub's protected redirect.
This article has been distilled and summarized from source material, then republished for learning and reference. If you believe it infringes your rights, please contactand we will review it promptly.
Liangxu Linux
Liangxu, a self‑taught IT professional now working as a Linux development engineer at a Fortune 500 multinational, shares extensive Linux knowledge—fundamentals, applications, tools, plus Git, databases, Raspberry Pi, etc. (Reply “Linux” to receive essential resources.)
How this landed with the community
Was this worth your time?
0 Comments
Thoughtful readers leave field notes, pushback, and hard-won operational detail here.
