Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Can I assume that NVT ASCII strings are no longer than 1024 bytes? Can I assume that server responses over the control connection are no longer than 1024 bytes?

0
Posted

Can I assume that NVT ASCII strings are no longer than 1024 bytes? Can I assume that server responses over the control connection are no longer than 1024 bytes?

0

A. You may assume that NVT strings read over the control connection are no longer than this length (i.e. a single line of a response), and you do not need to handle servers that do not meet this assumption. However, the total length of a server response (e.g. a greeting) may exceed this length. Note that strings sent over the data connection should not be limited, since a LIST string can be of arbitrary length.

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123