nmap-vulners icon indicating copy to clipboard operation
nmap-vulners copied to clipboard

Fix for Kali, no CVE output

Open rafaelmateusm opened this issue 2 years ago • 1 comments

rafaelmateusm avatar Dec 14 '21 10:12 rafaelmateusm

Hello,

This should not be the issue since it simply adds a request header. And as per the NSE http library description (https://nmap.org/nsedoc/lib/http.html):

body - The full body, after processing the Content-Encoding header, if any. The Content-Encoding and Content-Length headers are adjusted to stay consistent with the processed body.

we are only using the response.body value throughout the script.

GMedian avatar Feb 08 '22 08:02 GMedian