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-keyAPI_KEY- Authorization token to make requests to the API--debug- Enables debug mode setting-oOUTPUT_FORMAT,--outputOUTPUT_FORMAT- Changes the output formats based on presets
probely target-extra-hosts get Available Filters
--f-targetF_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-keyAPI_KEY- Authorization token to make requests to the API--debug- Enables debug mode setting-fYAML_FILE_PATH,--yaml-fileYAML_FILE_PATH- Path to file with content to apply. Accepts same payload as listed in API docs-oOUTPUT_FORMAT,--outputOUTPUT_FORMAT- Changes the output formats based on presets--includeINCLUDE- Include the extra host in the scope of the scan--nameNAME- Display name of the extra host--descriptionDESCRIPTION- Description of the extra host
probely target-extra-hosts update Available Filters
--f-targetF_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-keyAPI_KEY- Authorization token to make requests to the API--debug- Enables debug mode setting
probely target-extra-hosts delete Available Filters
--f-targetF_TARGET- Filter Target Extra Hosts by list of origin targets