Thanks to visit codestin.com
Credit goes to github.com

Skip to content
forked from stooged/PI-Pwn

Tv Box Pwn

zikyu8/tvboxpwn

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LIGHT VERSION FROM ZIKYU 7 TVBOX PWN

Flash image using Rufus or Balena Etcher : Place the sd card into Tv box, boot it and connect LAN Cable then run the following commands

If you are login using user . use "sudo " command in
If you are login using root , do not use

CLEAN INSTALL


sudo apt update
sudo apt install git -y
git clone https://github.com/zikyu8/tvboxpwn
sudo mkdir /boot/firmware/
cd tvboxpwn
sudo cp -r PPPwn /boot/firmware/
cd /boot/firmware/PPPwn
sudo chmod 777 *
sudo bash install.sh

UPDATE / REINSTALL

[for 6th command , dont forget to change zikyu to your username armbian ] , in ex your username is tvbox1 , change this command to ( cd/home/tvbox1 ]

sudo rm -f -r tvboxpwn
sudo rm -f -r PI-Pwn
sudo systemctl stop pipwn
cd /boot/firmware/
sudo rm -f -r PPPwn
cd /home/zikyu
git clone https://github.com/zikyu8/tvboxpwn
cd tvboxpwn
sudo cp -r PPPwn /boot/firmware/
cd /boot/firmware/PPPwn
sudo chmod 777 *
bash install.sh

During the install process you will be asked to set some options.

About

Tv Box Pwn

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 57.5%
  • PHP 42.5%