0cee80e007
This is the Open Vulnerability Assessment Scanner (OpenVAS) of the Greenbone Vulnerability Management (GVM) Solution. It is used for the Greenbone Security Manager appliances and is a full-featured scan engine that executes a continuously updated and extended feed of Network Vulnerability Tests (NVTs). WWW: https://github.com/greenbone/openvas
10 lines
414 B
C
10 lines
414 B
C
--- nasl/nasl_builtin_find_service.c 2020-12-31 21:25:42.383545000 -0500
|
|
+++ nasl/nasl_builtin_find_service.c 2020-12-31 21:26:14.781948000 -0500
|
|
@@ -34,6 +34,7 @@
|
|
#include <string.h> /* for strstr() */
|
|
#include <sys/time.h> /* for gettimeofday() */
|
|
#include <sys/types.h> /* for waitpid() */
|
|
+#include <sys/socket.h>
|
|
#include <sys/wait.h> /* for waitpid() */
|
|
#include <unistd.h> /* for usleep() */
|
|
|