Help for this page

Select Code to Download


  1. or download this
          $exp->send("/usr/bin/last -5 graff\n");
    
  2. or download this
          $exp->send("/bin/cat /etc/passwd\n");
    
  3. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    print "/etc/passwd contains:\n$passwd_file\n";
    
    $exp->soft_close();