OpenVAS 无法响应超过 8192 字节

发布于 2024-12-06 02:15:45 字数 482 浏览 0 评论 0原文

我通过以下方式从 OpenVAS 服务器请求 HTML 报告:

<?xml version="1.0" encoding="utf-8"?>
<commands><authenticate><credentials><username>***</username><password>***</password></credentials></authenticate><get_reports report_id="454a3397-b8a4-408e-9f55-f08972765d30" format_id="b993b6f5-f9fb-4e6e-9c94-dd46c00e058d"/></commands>

但是,当我读取响应时,我只收到 8192 字节,这恰好没有包含所有 HTML 代码。这是硬编码的限制吗?我该如何解决它?

I'm requesting a HTML report from an OpenVAS server the following way:

<?xml version="1.0" encoding="utf-8"?>
<commands><authenticate><credentials><username>***</username><password>***</password></credentials></authenticate><get_reports report_id="454a3397-b8a4-408e-9f55-f08972765d30" format_id="b993b6f5-f9fb-4e6e-9c94-dd46c00e058d"/></commands>

However when I read the response I receive only 8192 bytes, which happens not to hold all the HTML code. Is this is a hardcoded limit? How do I get around it?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

自找没趣 2024-12-13 02:15:45

我发现了类似的问题。原因与运行有关,

openvas-mkcert-client -n admin -i

请注意尾随的 -i,这就是导致中断的原因。我没有找到解决办法。

I have found a similar issue. The cause was related to running

openvas-mkcert-client -n admin -i

Note the trailing -i, this is what causes the break. I have found no solution.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文