├── Installer.sh ├── README.md ├── Sites ├── ARRIS-ENG │ ├── ReadME │ ├── ayuda.htm │ ├── background.png │ ├── error.html │ ├── final.html │ ├── house.png │ ├── house1.png │ ├── index.htm │ ├── info.css │ ├── info.html │ └── info2.css ├── ARRIS-ESP │ ├── ReadME │ ├── ayuda.htm │ ├── background.png │ ├── error.html │ ├── final.html │ ├── house.png │ ├── house1.png │ ├── index.htm │ ├── info.css │ ├── info.html │ └── info2.css ├── BELKIN-ENG │ ├── ReadME │ ├── ayuda.htm │ ├── background.png │ ├── error.html │ ├── final.html │ ├── house.png │ ├── house1.png │ ├── index.htm │ ├── info.css │ ├── info.html │ └── info2.css ├── HUAWEI-ENG │ ├── ReadME │ ├── ayuda.htm │ ├── background.png │ ├── error.html │ ├── final.html │ ├── house.png │ ├── house1.png │ ├── index.htm │ ├── info.css │ ├── info.html │ └── info2.css ├── Login-Netgear │ ├── Login-Netgear.zip │ ├── Login-Netgear.zip_base64.txt │ ├── adv-wifi.htm │ ├── css │ │ ├── MNUAccess.css │ │ ├── button.css │ │ ├── help.css │ │ ├── jScrollPane.css │ │ ├── jquery.flexbox.css │ │ ├── jquery.jscrollpane.css │ │ ├── mainpage.css │ │ ├── menu.css │ │ ├── qos_tabs.css │ │ ├── scrollbar.css │ │ ├── standalone.css │ │ ├── table.css │ │ ├── table_noh.css │ │ └── tabs.css │ └── img │ │ ├── AP_Mode_R7000.png │ │ ├── add_icon.gif │ │ ├── apply_icon.gif │ │ ├── barrow.gif │ │ ├── barrow.jpg │ │ ├── barrow_down.jpg │ │ ├── barrow_down_nobackground.gif │ │ ├── barrow_nobackground.gif │ │ ├── basic-gray-button-large.gif │ │ ├── basic-purple-button.gif │ │ ├── basic-white-button.gif │ │ ├── box-header-background-large.gif │ │ ├── cover-image.gif │ │ ├── edit_icon.gif │ │ ├── error-icon.gif │ │ ├── firmware-hint-background-long.gif │ │ └── firmware-hint-background-short.gif ├── Login-Verizon │ ├── Login-Verizon.zip │ ├── Login-Verizon.zip_base64.txt │ ├── Verizon.html │ └── Verizon_files │ │ ├── actiontec_btm_bar.gif │ │ ├── actiontec_lt_btm_corner.gif │ │ ├── actiontec_lt_col.gif │ │ ├── actiontec_lt_top_corner.gif │ │ ├── actiontec_rt_btm_corner.gif │ │ ├── actiontec_rt_col.gif │ │ ├── actiontec_rt_top_corner.gif │ │ ├── actiontec_top_bar.gif │ │ ├── empty.gif │ │ └── vz_logo.gif ├── Login-Xfinity │ ├── ._.DS_Store │ ├── ._Xfinity.html │ ├── ._Xfinity_files │ ├── ._dbconnect.php │ ├── ._upgrading.html │ ├── Login-Verizon.zip │ ├── Login-Verizon.zip_base64.txt │ ├── Xfinity.html │ ├── Xfinity_files │ │ ├── base.js │ │ ├── base_95x.js │ │ ├── common-min.css │ │ ├── common-min.js │ │ ├── img │ │ │ ├── distractor.gif │ │ │ ├── label.jpg │ │ │ └── logo_xfinity.png │ │ ├── jquery-1.4.2.min.js │ │ ├── jquery-ui-1.8.5.custom.min.js │ │ ├── json2.js │ │ ├── mib.js │ │ ├── mib2.js │ │ ├── print.css │ │ ├── underscore.js │ │ └── w │ ├── index.html │ └── upgrading.html ├── NETGEAR-ENG │ ├── ReadME │ ├── ayuda.htm │ ├── background.png │ ├── error.html │ ├── final.html │ ├── house.png │ ├── house1.png │ ├── index.htm │ ├── info.css │ ├── info.html │ └── info2.css ├── NETGEAR-ESP │ ├── ReadME │ ├── ayuda.htm │ ├── background.png │ ├── error.html │ ├── final.html │ ├── house.png │ ├── house1.png │ ├── index.htm │ ├── info.css │ ├── info.html │ └── info2.css ├── Upgrade-TP-LINK │ ├── Upgrade-TP-LINK.zip │ ├── Upgrade-TP-LINK.zip_base64.txt │ ├── bootstrap.min.css │ ├── bootstrap.min.js │ ├── index.html │ ├── jquery.min.js │ └── upgrading.html ├── VODAFONE-ESP │ ├── ReadME │ ├── ayuda.htm │ ├── background.png │ ├── error.html │ ├── final.html │ ├── house.png │ ├── house1.png │ ├── index.htm │ ├── info.css │ ├── info.html │ └── info2.css ├── arris_esp │ ├── ayuda.htm │ ├── background.png │ ├── error.html │ ├── final.html │ ├── house.png │ ├── house1.png │ ├── index.htm │ ├── info.css │ ├── info.html │ └── info2.css ├── belkin_eng │ ├── ayuda.htm │ ├── background.png │ ├── error.html │ ├── final.html │ ├── house.png │ ├── house1.png │ ├── index.htm │ ├── info.css │ ├── info.html │ └── info2.css ├── fritzbox_de │ ├── bg.png │ ├── error.html │ ├── final.html │ ├── fritzLogo.svg │ ├── header.png │ ├── header_small.png │ ├── icon0.png │ ├── icon1.png │ ├── icon2.png │ ├── icon3.png │ ├── index.html │ └── login_background.svg ├── fritzbox_en │ ├── error.html │ ├── final.html │ ├── fritzLogo.svg │ ├── index.html │ └── login_background.svg ├── fritzbox_eng │ ├── bg.png │ ├── error.html │ ├── final.html │ ├── header.png │ ├── header_small.png │ ├── icon0.png │ ├── icon1.png │ ├── icon2.png │ ├── icon3.png │ └── index.html ├── genenix_de │ ├── error.html │ ├── final.html │ ├── genexis-logo-small.jpg │ ├── index.html │ └── spinner.gif ├── google_de │ ├── error.html │ ├── final.html │ └── index.html ├── hts-cache │ ├── doit.log │ ├── new.lst │ ├── new.txt │ └── new.zip ├── huawei_eng │ ├── ayuda.htm │ ├── background.png │ ├── error.html │ ├── final.html │ ├── house.png │ ├── house1.png │ ├── index.htm │ ├── info.css │ ├── info.html │ └── info2.css ├── movistar_esp │ ├── error.html │ ├── final.html │ ├── fonts │ │ ├── telegroteskscreen-bold.woff │ │ ├── telegroteskscreen-regular.woff │ │ ├── telegroteskscreen-thin.woff │ │ └── telekomicon-outline.woff │ ├── img │ │ ├── happy.png │ │ └── logo_movistar.png │ ├── index.html │ └── styles │ │ ├── components.css │ │ └── login.css ├── netgear │ ├── Login-Netgear.zip │ ├── Login-Netgear.zip_base64.txt │ ├── adv-wifi.htm │ ├── css │ │ ├── MNUAccess.css │ │ ├── button.css │ │ ├── help.css │ │ ├── jScrollPane.css │ │ ├── jquery.flexbox.css │ │ ├── jquery.jscrollpane.css │ │ ├── mainpage.css │ │ ├── menu.css │ │ ├── qos_tabs.css │ │ ├── scrollbar.css │ │ ├── standalone.css │ │ ├── table.css │ │ ├── table_noh.css │ │ └── tabs.css │ └── img │ │ ├── AP_Mode_R7000.png │ │ ├── add_icon.gif │ │ ├── apply_icon.gif │ │ ├── barrow.gif │ │ ├── barrow.jpg │ │ ├── barrow_down.jpg │ │ ├── barrow_down_nobackground.gif │ │ ├── barrow_nobackground.gif │ │ ├── basic-gray-button-large.gif │ │ ├── basic-purple-button.gif │ │ ├── basic-white-button.gif │ │ ├── box-header-background-large.gif │ │ ├── cover-image.gif │ │ ├── edit_icon.gif │ │ ├── error-icon.gif │ │ ├── firmware-hint-background-long.gif │ │ └── firmware-hint-background-short.gif ├── netgear_eng │ ├── ayuda.htm │ ├── background.png │ ├── error.html │ ├── final.html │ ├── house.png │ ├── house1.png │ ├── index.htm │ ├── info.css │ ├── info.html │ └── info2.css ├── netgear_esp │ ├── ayuda.htm │ ├── background.png │ ├── error.html │ ├── final.html │ ├── house.png │ ├── house1.png │ ├── index.htm │ ├── info.css │ ├── info.html │ └── info2.css ├── neutra │ ├── ara │ ├── bg │ ├── cn │ ├── cz │ ├── dan │ ├── en │ ├── esp │ ├── fr │ ├── ger │ ├── gr │ ├── he │ ├── hu │ ├── id │ ├── it │ ├── nl │ ├── no │ ├── pl │ ├── por │ ├── ro │ ├── rus │ ├── srb │ ├── svn │ ├── th │ └── tr ├── telekom │ ├── Telekom Login-Dateien │ │ ├── components.css │ │ └── login.css │ ├── error.html │ ├── final.html │ ├── fonts │ │ ├── telegroteskscreen-bold.woff │ │ ├── telegroteskscreen-regular.woff │ │ ├── telegroteskscreen-thin.woff │ │ └── telekomicon-outline.woff │ └── index.html ├── thehackingsage.txt ├── tplink │ ├── Upgrade-TP-LINK.zip │ ├── Upgrade-TP-LINK.zip_base64.txt │ ├── bootstrap.min.css │ ├── bootstrap.min.js │ ├── error.html │ ├── final.html │ ├── index.html │ └── jquery.min.js ├── verizon │ ├── Login-Verizon.zip │ ├── Login-Verizon.zip_base64.txt │ ├── Verizon.html │ └── Verizon_files │ │ ├── actiontec_btm_bar.gif │ │ ├── actiontec_lt_btm_corner.gif │ │ ├── actiontec_lt_col.gif │ │ ├── actiontec_lt_top_corner.gif │ │ ├── actiontec_rt_btm_corner.gif │ │ ├── actiontec_rt_col.gif │ │ ├── actiontec_rt_top_corner.gif │ │ ├── actiontec_top_bar.gif │ │ ├── empty.gif │ │ └── vz_logo.gif ├── vodafone_esp │ ├── ayuda.htm │ ├── background.png │ ├── error.html │ ├── final.html │ ├── house.png │ ├── house1.png │ ├── index.htm │ ├── info.css │ ├── info.html │ └── info2.css ├── ziggo2_nl │ ├── Ziggo-logo.svg │ ├── error.html │ ├── final.html │ ├── generic-mobemBG.jpg │ ├── index.html │ └── white-transparent90.png └── ziggo_nl │ ├── Ziggo-wifi-modem-header-1.gif │ ├── background_ziggo_blue_talks.gif │ ├── bg_invoer.png │ ├── btn_left.png │ ├── btn_right.png │ ├── error.html │ ├── final.html │ ├── index.html │ ├── portalWindow_top_bottom.png │ ├── table_bottom.png │ └── table_top.png ├── add.py ├── airmon ├── build ├── Fluxion_0.23_all.lintian ├── Launcher ├── Project.dbp ├── control └── debs ├── dev └── fluxion ├── docs ├── LICENSE └── changelog ├── fluxion.sh ├── install ├── add.py ├── arch-install.sh ├── install.sh └── remove.py ├── language ├── bundle.sh ├── ch ├── cz ├── en ├── esp ├── fr ├── ger ├── gr ├── it ├── ro ├── source ├── svn └── tu ├── lib ├── airmon │ └── airmon.sh ├── exitmode.sh └── site │ └── index ├── locale ├── de_DE.py ├── en_EN.py └── en_EN.pyc ├── logos └── Logo.png ├── remove.py ├── siteinstaller.py └── tests ├── airmon ├── fluxion └── readme /Sites/ARRIS-ENG/ReadME: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Sites/ARRIS-ENG/ayuda.htm: -------------------------------------------------------------------------------- 1 | 2 | 3 |
4 | 5 | 6 | 7 | 8 |6 | 7 |38 | 39 | 40 |8 | 9 | 10 | 11 | 12 |
35 | 36 | 37 |13 | 14 | 17 | 18 | 19 | 20 |15 | 16 | 21 | 22 | 25 | 26 | 27 |23 | 24 | YOUR INTERNET CONNECTIVITY WILL NOW BE RESTORED. 28 | 29 | 30 | 31 | 32 | 33 | 34 |