OpenVAS Scanner
7.0.0~git
|
Go to the documentation of this file.
28 #ifndef _NASL_OPENVAS_SMB_INTERFACE_H
29 #define _NASL_OPENVAS_SMB_INTERFACE_H
36 smb_connect (
const char *,
const char *,
const char *,
const char *,
48 wincmd (
int argc,
char *argv[],
char **res);
char * smb_versioninfo(void)
Return version info for SMB implementation.
int wincmd(int argc, char *argv[], char **res)
Command Execution in Windows.
char * smb_file_GroupSID(SMB_HANDLE, const char *)
Obtain the SID of the Group for a given file/path.
char * smb_file_TrusteeRights(SMB_HANDLE, const char *)
Obtain the Trustee SID and their rights for a given file/path.
char * smb_file_SDDL(SMB_HANDLE, const char *)
Obtain Windows file rights in SDDL format.
int smb_connect(const char *, const char *, const char *, const char *, SMB_HANDLE *)
Establish connection to a SMB service.
int smb_close(SMB_HANDLE)
Close the connection handle for SMB service.
char * smb_file_OwnerSID(SMB_HANDLE, const char *)
Obtain the SID of the Owner for a given file/path.