Hacking Selfhost with Fire Tv

schraat

Well-Known Member
OP
Newcomer
Joined
Apr 28, 2010
Messages
47
Trophies
0
XP
151
Country
Gambia, The
Hello i want you to know that when you have a Amazon Fire Tv,you can easy Selfhost the exploit.
Im testing it last Night.
Because i have a Fire Tv, and the Fire Tv is never off ,that means the Server runs everytime also when you put the Fire Tv in sleepmode.

Sideload SimpleHttpServer to the fire tv, copy the folder with your exploits to the fire tv and set the RootDirectory in SimpleHttpServer Settings Menu to the Folder.
 

looseless

Well-Known Member
Newcomer
Joined
Apr 27, 2014
Messages
68
Trophies
0
Age
59
XP
160
Country
France
Yeah, my isp router doesn't support it too, but i got a cheap router (15 $), flashed it with openwrt and did a lot of projects with it. It's pretty cool if you're into network hacking.
 

looseless

Well-Known Member
Newcomer
Joined
Apr 27, 2014
Messages
68
Trophies
0
Age
59
XP
160
Country
France
Once you've flashed and configured openwrt you have to :
  • install lighttpd :
    Code:
    opkg update
    followed by
    Code:
    opkg install lighttpd
  • open the conf file :
    Code:
    vi /etc/lighttpd/lighttpd.conf
In that file edit the following:
  • set the path to your exploit files, for instance :
    Code:
    server.document-root        = "/etc/lighttpd/server"
  • uncomment and set the server port :
    Code:
    server.port = 8000
  • uncomment that line :
    Code:
    server.dir-listing          = "enable"
  • comment that one :
    Code:
    #include_shell "cat /etc/lighttpd/conf.d/*.conf"
Save and close the file, upload your exploit files to the directory you've set in the conf file (i use winscp) and enable/start the service :
  • autostart it at boot :
    Code:
    /etc/init.d/lighttpd enable
  • start it :
    Code:
    /etc/init.d/lighttpd start
  • test it : open your wiiu browser and go to "192.168.1.1:8000"
 
Last edited by looseless,

Skater4599

Well-Known Member
Member
Joined
May 29, 2008
Messages
965
Trophies
1
Location
United States
XP
1,554
Country
United States
@OP
Thanks for this info! I'm going to try it out on my Fire TV. I've been using it on my windows 10 machine but mongoose requires a lot of restarting since I can't install as a service without pro version. And Windows 10 likes to reboot in the middle of the night for updates. And that makes for .ore manual intervention from mongoose.
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
    HiradeGirl @ HiradeGirl: :discuss: