Skip to content
deadc0de edited this page Nov 23, 2017 · 11 revisions

Target specification

Targets can be provided either directly on the command line separated by a comma or through a file. There's two main types of targets: ips (a valid IPv4 address) or domains (a valid domain).

Each target (either on the CLI or through a file) can be specified in different flavors:

  • (-f|-F) 1.1.1.1
  • (-f|-F) 1.1.1.1:123
  • (-f|-F) 1.1.1.1/24
  • (-f|-F) 1.1.1.1:123/24
  • (-d|-D) test.com
  • (-d|-D) test.com:123

Port specification

The port could be specified using three different ways:

  • (1) through <target>:<port> (see above)
  • (2) through CLI -p <port> switch
  • (3) from the default port defined in the fingerprinting module (-define(PORT, ...) directive in the module source file)

Option (1) overwrites option (2) which overwrites option (3)

Clone this wiki locally