home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
H4CK3R 16
/
hacker16
/
16_HACKER16.ISO
/
linux
/
tpm-security-server-1.2.1.iso
/
etc
/
rc.d
/
init.d
/
john
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2004-01-27
|
167 b
|
17 lines
#!/bin/sh
. /etc/init.d/functions
case "$1" in
*)
cd /usr/
cp -R john /var
cp /usr/c50a/dict/1/dictionary /var/john/bin/password.lst
;;
exit 0
esac
exit 0