Skip to content

v1.0.0

Compare
Choose a tag to compare
@superway117 superway117 released this 16 Nov 08:03
· 31 commits to main since this release

ZScan v1.0.0

🎉 First stable release of ZScan - A powerful security scanning tool written in Go.

🚀 Features

  • Multi-platform support (Windows, Linux, macOS)
  • Configurable scanning options
  • Plugin system for extensibility
  • GeoIP integration support
  • Censys data enrichment capability
  • YAML-based configuration
  • JSON fingerprint support

📦 Binary Downloads

Pre-built binaries are available for:

  • Windows (amd64)
  • Linux (amd64)

💡 Usage

zscan -target example.com -config config.yaml

📋 Configuration

Default configuration files are included in the release:

  • config/config.yaml
  • config/fingerprints.json

🔍 Library Usage

ZScan can also be used as a Go library:

import "github.com/zcyberseclab/zscan/pkg/stage"

📝 Notes

  • Requires Go 1.23.2 or later
  • Configuration files must be in the same directory as the binary
  • API keys for Censys integration should be set via environment variables or CLI flags