Hacking Apple TV: mudanças entre as edições
De Área31 Hackerspace
Sem resumo de edição |
Sem resumo de edição |
||
Linha 13: | Linha 13: | ||
[[Image:Plex on atv3 01.jpg|235px]] [[Image:Plex on atv3 02.jpg|300px]] [[Image:Plex on atv3 03.jpg|300px]] [[Image:Plex on atv3 04.jpg|300px]] [[Image:Plex on atv3 05.jpg|300px]] | [[Image:Plex on atv3 01.jpg|235px]] [[Image:Plex on atv3 02.jpg|300px]] [[Image:Plex on atv3 03.jpg|300px]] [[Image:Plex on atv3 04.jpg|300px]] [[Image:Plex on atv3 05.jpg|300px]] | ||
== Instalação do Plex Connect no Linux == | |||
=== Obtenha o código fonte do Plex Connect === | |||
cd /opt ; git clone https://github.com/iBaa/PlexConnect.git | |||
=== Crie os certificados SSL para o DNS Fake === | |||
cd /opt/PlexConnect | |||
openssl req -new -nodes -newkey rsa:2048 -out trailers.pem -keyout trailers.key -x509 -days 365 -subj "/C=US/CN=trailers.apple.com" | |||
openssl x509 -in trailers.pem -outform der -out trailers.cer && cat trailers.key >> trailers.pem | |||
mv trailers.* /opt/PlexConnect/assets/certificates/ | |||
=== Execute o Plex Connect === | |||
cd /opt/PlexConnect && python2.7 PlexConnect.py | |||
Caso não tenha nenhum serviço nas portas 80, 443 e 53 tudo será executado sem problemas. | |||
== Instale o Plex Media Center == | |||
http://samkear.com/software/linux/install-plex-media-server-funtoo-linux | |||
= Linux on Apple TV first generation (based on x86) = | = Linux on Apple TV first generation (based on x86) = |
Edição das 02h14min de 5 de janeiro de 2014
Responsável: * Raphael Bastos

O hackerspace possui hoje uma Apple TV de terceira geração disponível para hack. :D
Instalação do PLEX (media center) sem necessidade de jailbreak
Também é possível fazer a instalação do PLEX (media center) sem necessidade de jailbreak, explicado passo a passo via github oficial:
https://github.com/iBaa/PlexConnect/wiki/OSX-and-ATV-with-5.2-firmware-and-ethernet-internet-connection-installation-guide
Instalação do Plex Connect no Linux
Obtenha o código fonte do Plex Connect
cd /opt ; git clone https://github.com/iBaa/PlexConnect.git
Crie os certificados SSL para o DNS Fake
cd /opt/PlexConnect
openssl req -new -nodes -newkey rsa:2048 -out trailers.pem -keyout trailers.key -x509 -days 365 -subj "/C=US/CN=trailers.apple.com"
openssl x509 -in trailers.pem -outform der -out trailers.cer && cat trailers.key >> trailers.pem
mv trailers.* /opt/PlexConnect/assets/certificates/
Execute o Plex Connect
cd /opt/PlexConnect && python2.7 PlexConnect.py
Caso não tenha nenhum serviço nas portas 80, 443 e 53 tudo será executado sem problemas.
Instale o Plex Media Center
http://samkear.com/software/linux/install-plex-media-server-funtoo-linux
Linux on Apple TV first generation (based on x86)
http://www.mythic-beasts.com/resources/appletv/walk-through.html
Jailbreak Apple TV 3rd Gen
Estamos tentando fazer jailbreak na Apple TV terceira geração, porém ainda não saiu nada oficial:
http://snow3rd.com
Outras opções de Jailbreak da Apple TV
http://ijailbrk.com