Affected by GO-2024-2645
and 2 other vulnerabilities
GO-2024-2645: Nuclei allows unsigned code template execution through workflows in github.com/projectdiscovery/nuclei
GO-2024-2989: projectdiscovery/nuclei allows unsigned code template execution through workflows in github.com/projectdiscovery/nuclei
GO-2024-3114: Nuclei Template Signature Verification Bypass in github.com/projectdiscovery/nuclei
package
Version:
v3.1.10
Opens a new window with list of versions in this module.
Published: Feb 2, 2024
License: MIT, Apache-2.0
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 2
Opens a new window with list of known importers.
Documentation
¶
type IsVNCResponse struct {
IsVNC bool
Banner string
}
IsVNCResponse is the response from the IsVNC function.
VNCClient is a minimal VNC client for nuclei scripts.
IsVNC checks if a host is running a VNC server.
It returns a boolean indicating if the host is running a VNC server
and the banner of the VNC server.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.