// docker hub

No local setup? No problem.

query-bench is an interactive menu container for anyone who needs to run one of the query_*API tools but doesn't have git or Python handy. Pick a tool from the live menu, and it clones the repo, installs its dependencies, and drops you into a shell alreadycd'd into it — nothing touches your host filesystem.

View on GitHub
query-bench
$ _

// all images

Pull and run

No local setup, no dependency wrangling. Published under hub.docker.com/orgs/ownjooorg.

packet-bench

Packet capture, crafting & MITM proxying

Network/security engineer's Docker toolbox: tcpdump, scapy, mitmproxy, nmap, masscan, bettercap, and more — hardened on Chainguard Wolfi with signed/SBOM'd supply chain provenance.

docker run --rm -it ownjooorg/packet-bench
View on Docker Hub

query-bench

Menu-driven runner for query_* API tools

No git or Python needed — pick any ownjoo query_* API client from a live menu and it clones, installs, and drops you into a ready shell.

docker run --rm -it ownjooorg/query-bench
View on Docker Hub

mock-kdc

MIT Kerberos KDC for integration testing

Issues tickets and writes a shared keytab — no Windows domain controller required. Pairs with mock-smb.

docker run --rm -it ownjooorg/mock-kdc
View on Docker Hub

mock-smb

Samba SMB2/3 file server for integration testing

Serves SMB2/3 shares with NTLMv2, Kerberos, or anonymous auth — for testing SMB/CIFS clients without real infrastructure.

docker run --rm -it ownjooorg/mock-smb
View on Docker Hub