Help for this page

Select Code to Download


  1. 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);
    
  2. 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");
        }
    
  3. 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");
    }