|
|
@ -26,9 +26,9 @@ install_john() { |
|
|
|
install -m0644 run/john.ini $root/etc/ |
|
|
|
install -d -m0755 $root/usr/share/john/ |
|
|
|
install -m0644 run/*chr run/password.lst $root/usr/share/john/ |
|
|
|
ln -s $root/usr/bin/john $root/usr/bin/unafs |
|
|
|
ln -s $root/usr/bin/john $root/usr/bin/unique |
|
|
|
ln -s $root/usr/bin/john $root/usr/bin/unshadow |
|
|
|
ln -sf $root/usr/bin/john $root/usr/bin/unafs |
|
|
|
ln -sf $root/usr/bin/john $root/usr/bin/unique |
|
|
|
ln -sf $root/usr/bin/john $root/usr/bin/unshadow |
|
|
|
} |
|
|
|
|
|
|
|
makeopt="-C src generic" |
|
|
|