Skip to main content

Target Extra Hosts

probely target-extra-hosts - CLI interface

List and manage extra hosts of your Targets

probely target-extra-hosts {get,update,delete} ...

probely target-extra-hosts get

List your Target’s extra hosts. Use identifiers to narrow the list

probely target-extra-hosts get [-h] [--api-key API_KEY] [--debug]
[-o {YAML,JSON,TABLE,IDS_ONLY}]
[--f-target F_TARGET [F_TARGET ...]]
[EXTRA_HOST_ID ...]

probely target-extra-hosts get positional arguments

  • EXTRA_HOST_ID - Identifier of the Extra Host

probely target-extra-hosts get options

  • -h, --help - show this help message and exit
  • --api-key API_KEY - Authorization token to make requests to the API
  • --debug - Enables debug mode setting
  • -o OUTPUT_FORMAT, --output OUTPUT_FORMAT - Changes the output formats based on presets

probely target-extra-hosts get Available Filters

  • --f-target F_TARGET - Filter Target Extra Hosts by list of origin targets

probely target-extra-hosts update

Update extra hosts specified by identifiers

probely target-extra-hosts update [-h] [--api-key API_KEY] [--debug] [-f YAML_FILE_PATH]
[-o {YAML,JSON,TABLE,IDS_ONLY}]
[--f-target F_TARGET [F_TARGET ...]]
[--include {TRUE,FALSE}] [--name NAME]
[--description DESCRIPTION]
[EXTRA_HOST_ID ...]

probely target-extra-hosts update positional arguments

  • EXTRA_HOST_ID - Identifiers of the Extra Hosts to update

probely target-extra-hosts update options

  • -h, --help - show this help message and exit
  • --api-key API_KEY - Authorization token to make requests to the API
  • --debug - Enables debug mode setting
  • -f YAML_FILE_PATH, --yaml-file YAML_FILE_PATH - Path to file with content to apply. Accepts same payload as listed in API docs
  • -o OUTPUT_FORMAT, --output OUTPUT_FORMAT - Changes the output formats based on presets
  • --include INCLUDE - Include the extra host in the scope of the scan
  • --name NAME - Display name of the extra host
  • --description DESCRIPTION - Description of the extra host

probely target-extra-hosts update Available Filters

  • --f-target F_TARGET - Filter Target Extra Hosts by list of origin targets

probely target-extra-hosts delete

Delete extra hosts specified by identifiers

probely target-extra-hosts delete [-h] [--api-key API_KEY] [--debug]
[--f-target F_TARGET [F_TARGET ...]]
[EXTRA_HOST_ID ...]

probely target-extra-hosts delete positional arguments

  • EXTRA_HOST_ID - Identifiers of the Extra Hosts to delete

probely target-extra-hosts delete options

  • -h, --help - show this help message and exit
  • --api-key API_KEY - Authorization token to make requests to the API
  • --debug - Enables debug mode setting

probely target-extra-hosts delete Available Filters

  • --f-target F_TARGET - Filter Target Extra Hosts by list of origin targets