RemoveNullBytes

Removes null bytes from string.

python · Filters And Transformers

Details

IDRemoveNullBytes
Languagepython
From Version6.10.0
Docker Imagedemisto/python3:3.12.13.10404775
Tagsgeneral transformer

README

Removes null bytes from string.

Script Data


Name Description
Script Type python3
Tags general, transformer

Inputs


Argument Name Description
value The string value to remove null bytes

Outputs


There are no outputs for this script.

commonfields:
  id: RemoveNullBytes
  version: -1
name: RemoveNullBytes
script: ''
type: python
subtype: python3
tags:
- general
- transformer
comment: Removes null bytes from string.
enabled: true
args:
- name: value
  required: true
  default: true
  description: The string value to remove null bytes.
scripttarget: 0
isllm: false
runonce: false
dockerimage: demisto/python3:3.12.13.10404775
runas: DBotWeakRole
engineinfo: {}
fromversion: 6.10.0
tests:
- No tests (auto formatted)