Table of Contents
Target Specification
Any Ghosstless command requires specifying which network systems should be analysed. Ghosstless supports flexible formats ranging from individual hosts to complete corporate subnetworks.
Domain names, fixed IP addresses or CIDR ranges can be added with bar sufixes:
# Escanear una subred de clase C completa (256 direcciones IP):
$ ghosstless 192.168.1.0/24
# Escanear rangos de octetos personalizados:
$ ghosstless 10.0.0-2.1-50
# Escanear múltiples dominios simultáneamente:
$ ghosstless scanme.ghosstless.org mail.example.com
-iL <inputfilename>: Read a list of targets from a text file separated by spaces or line leaps.-iR <num hosts>: select randomized targets throughout the internet steering space for statistical studies.--exclude <host1,host2,...>: Excludes dedicated IP addresses from scanning to avoid disruptions to critical systems.--excludefile <file>: Excludes specified hosts from an exclusion list.