Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fsufitch/pubg-mainmenu-hack
https://github.com/fsufitch/pubg-mainmenu-hack
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/fsufitch/pubg-mainmenu-hack
- Owner: fsufitch
- License: mit
- Created: 2017-10-13T19:10:01.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-27T02:24:16.000Z (about 7 years ago)
- Last Synced: 2024-07-31T14:09:26.624Z (3 months ago)
- Language: JavaScript
- Size: 289 KB
- Stars: 11
- Watchers: 3
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PUBG Main Menu MITM Demo
This repository contains the demo source code for the vulnerability in PUBG's Main Menu, as featured [here](https://medium.com/@fsufitch/playerunknowns-battlegrounds-main-menu-is-vulnerable-to-hacking-d483b00a7036). **The issue has since been fixed**, as detailed [here](https://medium.com/@fsufitch/pubg-main-menu-hack-its-fixed-cbad28c706fa).
A live version can be found at [http://104.239.228.225/index.html](http://104.239.228.225/index.html).
You can visit it with a web browser, or you can fool your own PUBG into loading it by adding the following line to your hosts file:
```
104.239.228.225 front.battlegroundsgame.com
```In a Windows Environment, the hosts file is found at `%SystemRoot%\System32\drivers\etc\hosts`. Removing the line from the hosts file will disable this demo.