Documentation

Comprehensive guides and reference materials

🐳 Pre-Built Docker Image

⚙️ Configuration

⚡ Performance

📚 Architecture

🔧 Technical Details

🛠️ Built-In Tools

Quick Reference

🐳 Docker Commands

# Download config
curl -O https://raw.githubusercontent.com/StuartSpiegel/ShadowTap/main/website/downloads/docker-compose-prebuilt.yml

# Start
docker-compose -f docker-compose-prebuilt.yml up -d

# Stop
docker-compose -f docker-compose-prebuilt.yml down

# View logs
docker-compose -f docker-compose-prebuilt.yml logs -f

# Update
docker-compose -f docker-compose-prebuilt.yml pull
docker-compose -f docker-compose-prebuilt.yml up -d

🔑 Default Credentials

URL: http://localhost:8080
Username: admin
Password: TlTT9GPjWU3UjF5v

⚠️ Change these after first login for production use

📦 Image Information

# Image Registry
ghcr.io/stuartspiegel/shadowtap:latest

# Pull directly
docker pull ghcr.io/stuartspiegel/shadowtap:latest

# Size: ~200-300MB
# Platforms: amd64, arm64

Need Help?

Get started quickly with our comprehensive documentation

Quick Start Guide Download