Nessus
Vulnerability Assessment and Management
Authenticated/Credentialed Scan
Enable Administrative Shares
Anonymous IPC$ login to test SMB service:
net use \\<Target_IP>\ipc$ "" /user:""
Credential check using SMB:
net use \\<Target_IP>\admin$ /user:<username> <password>
You could simply goto \admin$ on windows explorer on the target machine to check
if the account is a local administrator.//Open cmd.exe in administrative mode.
REG ADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\system /v LocalAccountTokenFilterPolicy /t REG_DWORD /d 1 /fEnable RemoteRegistry Service
Enable "File & Printer Sharing"
References
Last updated