OpenVAS Scanner
7.0.0~git
|
#include <scanneraux.h>
Data Fields | |
struct scan_globals * | globals |
kb_t | key |
nvti_t * | nvti |
char * | oid |
char * | name |
GHashTable * | udp_data |
struct in6_addr * | ip |
GSList * | vhosts |
int | standalone |
int | denial_port |
int | alive |
Definition at line 43 of file scanneraux.h.
int script_infos::alive |
Definition at line 55 of file scanneraux.h.
Referenced by nasl_end_denial(), and nasl_start_denial().
int script_infos::denial_port |
Definition at line 54 of file scanneraux.h.
Referenced by nasl_end_denial(), and nasl_start_denial().
struct scan_globals* script_infos::globals |
Definition at line 45 of file scanneraux.h.
Referenced by add_target(), get_plugin_preference_file_content(), get_plugin_preference_file_size(), init(), main(), nasl_plugin_launch(), network_targets(), and scan_phase().
struct in6_addr* script_infos::ip |
Definition at line 51 of file scanneraux.h.
Referenced by init(), nasl_plugin_launch(), nasl_thread(), open_sock_tcp(), plug_get_host_fqdn(), plug_get_host_fqdn_list(), plug_get_host_ip(), and plugin_run_openvas_tcp_scanner().
kb_t script_infos::key |
Definition at line 46 of file scanneraux.h.
Referenced by add_hostname(), host_get_port_state_proto(), init(), load_scan_preferences(), nasl_plugin_launch(), nasl_thread(), open_sock_tcp(), plug_get_host_fqdn(), plug_get_kb(), and plug_get_key().
char* script_infos::name |
Definition at line 49 of file scanneraux.h.
Referenced by exec_nasl_script(), main(), nasl_perror(), nasl_plugin_launch(), nasl_thread(), nasl_trace(), open_stream_connection_ext(), parse_script_infos(), and process_file().
nvti_t* script_infos::nvti |
Definition at line 47 of file scanneraux.h.
Referenced by parse_script_infos(), plug_set_dep(), script_add_preference(), script_bugtraq_id(), script_category(), script_cve_id(), script_exclude_keys(), script_family(), script_mandatory_keys(), script_name(), script_oid(), script_require_keys(), script_require_ports(), script_require_udp_ports(), script_tag(), script_timeout(), and script_xref().
char* script_infos::oid |
Definition at line 48 of file scanneraux.h.
Referenced by exec_nasl_script(), nasl_plugin_launch(), and parse_script_infos().
int script_infos::standalone |
Definition at line 53 of file scanneraux.h.
Referenced by init(), and security_something().
GHashTable* script_infos::udp_data |
Definition at line 50 of file scanneraux.h.
Referenced by add_udp_data(), get_udp_data(), and rm_udp_data().
GSList* script_infos::vhosts |
Definition at line 52 of file scanneraux.h.
Referenced by init(), nasl_plugin_launch(), plug_add_host_fqdn(), plug_get_host_fqdn(), plug_get_host_fqdn_list(), plug_get_host_source(), and proto_post_wrapped().