Skip to content

FreeNetLabs/bugscanx-go

 
 

Repository files navigation

BugScanX-Go

Advanced SNI Bug Host Scanner - Enhanced fork of BugScanner-Go with improved features, speed, and reliability.

Telegram Go Version License Release

Installation

Prebuilt Binaries

Download the latest prebuilt binary directly from the Releases section. Available for Windows, Linux, and macOS.

Build from Source

go install github.com/ayanrajpoot10/bugscanx-go@latest

Usage

Quick Start

# Show all available commands
bugscanx-go --help

# Direct scan
bugscanx-go direct -f domains.txt -o output.txt

# CDN SSL scan
bugscanx-go cdn-ssl --proxy-filename proxies.txt --target example.com

# SNI scan with custom parameters
bugscanx-go sni -f subdomains.txt --threads 16 --timeout 8 --deep 3

Available Commands

  • direct - Direct domain scanning
  • cdn-ssl - CDN SSL scanning
  • proxy - Proxy-based scanning
  • sni - SNI (Server Name Indication) scanning
  • ping - TCP ping scanning

Features

  • High-performance concurrent scanning
  • Multiple scan modes for different use cases
  • Customizable thread count and timeout settings
  • Output results to files for further processing
  • Cross-platform support (Windows, Linux, macOS)

Contributing

Contributions are welcome! Please feel free to submit issues, feature requests, or pull requests.

Support

Join our Telegram group for support, updates, and discussions.

License

This project is licensed under the MIT License. See LICENSE for details.

About

Enhanced fork of BugScanner-Go

Resources

License

Stars

Watchers

Forks

Languages

  • Go 99.9%
  • Makefile 0.1%