The -s option allows loading custom service signature patterns from a file.

Usage

./goSpoof -s path/to/signatures.txt

Description

  • No default value
  • Loads custom service signatures
  • Supports regex patterns
  • Customizes service responses
  • Useful for advanced configurations

Examples

# Basic signature file
./goSpoof -s path/to/signatures.txt
 
# With port binding
./goSpoof -s path/to/signatures.txt -p 4444
 
# Full configuration
./goSpoof -s path/to/signatures.txt -Y config.yaml -l /var/log/gospoof.log

Back to Options Overview