- or download this
if (ConnectIPC($server, "", "", "")) {
$this->{f_resultsTB}->AppendText("Null Session to $server successf
+ul. \n");
# Now try getting some information
$this->{f_resultsTB}->AppendText("Connecting to Registry...\n");
$this->{f_resultsTB}->AppendText("Succesful!\n");
\&RegConnect($server);
- or download this
$this->{f_resultsTB}->AppendText("[Local Users] \n");
@users = GetLocalUsers($server);
if (@users) {
...
$this->{f_resultsTB}->AppendText("Did not retrieve local users
+. \n");
}
- or download this
if (ConnectIPC($server, "", "", "")) {
$this->{f_resultsTB}->AppendText("Null Session to $server successf
+ul. \n");
# Now try getting some information
...
else {
$this->{f_resultsTB}->AppendText("Could not establish null ses
+sion with $server. \n");
}