shortscan icon indicating copy to clipboard operation
shortscan copied to clipboard

Technology Detection & Multiple Checksum Support

Open ibrahimsql opened this issue 10 months ago • 0 comments

New Features

  • Technology Detection: Added WappalyzerGo integration for comprehensive technology fingerprinting
  • Flexible Output: New output format options for better result presentation
  • Enhanced Wordlist: Expanded with common admin, backup, and configuration file patterns
  • Multiple Checksum Algorithms: Support for different Windows shortname generation algorithms:
    • Modern (default)
    • Original
    • Windows 95
    • Windows NT
    • FAT32

Quick Start

# Install
go install github.com/ibrahimsql/shortscan/cmd/shortscan@latest

# Basic scan
shortscan http://example.org/

# Technology detection
shortscan --technologies

# Custom checksum algorithm
shortscan --algorithm=nt http://example.org/

ibrahimsql avatar May 16 '25 18:05 ibrahimsql