Hello everyone,
i hope this issue has not been written before.
i want to create a target via gvm-cli.
To do so i created a port list, but now i am facing some xml syntax problems.
You might want to get a regular understanding of bash, command line usage, etc. first?
If you want to pass an xml string within double quotes "", your string will end if you use double quotes again. You will probably find out, where your string ends and thus why it will result in an invalid string?
You can use single quotes ' or escaped double quotes \" within your xml string.
Good luck.