home *** CD-ROM | disk | FTP | other *** search
/ H4CK3R 16 / hacker16 / 16_HACKER16.ISO / linux / tpm-security-server-1.2.1.iso / archive / etc / rc.d / init.d / john < prev    next >
Encoding:
Text File  |  2004-01-29  |  167 b   |  17 lines

  1. #!/bin/sh
  2. . /etc/init.d/functions
  3.  
  4.  
  5. case "$1" in
  6.   *)
  7.     cd /usr/
  8.     cp -R john /var
  9.     cp /usr/c50a/dict/1/dictionary /var/john/bin/password.lst
  10.  
  11.     ;;
  12.  
  13.     exit 0
  14. esac
  15.  
  16. exit 0
  17.