// docker hub

Images, ready to run

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