mbcrump / PPLGPwn

A method of executing PPPwn through rooted LGTV's.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PPLGPwn

A method of executing PPPwn through rooted LGTV's. This method is using the C++ version of PPPwn, made by xfangxfang, the link to the repo it's this one: https://github.com/xfangfang/PPPwn_cpp

It provides a new way of jailbreaking your PS4, using a rooted LGTV. For more information of which firmwares are supported, visit the link above.

Requirements

  • Rooted LGTV
  • Ethernet cable
  • Device to connect to the TV thru ssh (You can use a phone)

How can I do it?

Firstly you'll need to root your LGTV, the root itself it supported by a couple of models, check both exploits to see if your TV is capable of doing so, more steps on how to root it and activate SSH aswell are available there:

Root my TV: https://rootmy.tv/

Secondly, after you jailbreak your own TV (ironic on how we use a jailbroken TV to jailbreak another device lol), you will need to follow the following steps:

cd /media/internal/downloads
wget https://github.com/zauceee/PPLGPwn/archive/refs/heads/main.zip
unzip main.zip
cd PPLGPwn-main
chmod +x ./start.sh
./start.sh

Connect your PS4 to your TV through the Ethernet port, and go in your PS4 set up LAN > PPPoE, and the exploit should be working!

!! This exploit is made for TV's with the armv7, I'm unsure if it works on any other different arch, to know your TV chip architecture run uname -m !! !! This exploit stage2 runs LightningMod's load from usb payload !!

About

A method of executing PPPwn through rooted LGTV's.

License:GNU General Public License v3.0


Languages

Language:Shell 100.0%