⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.231
Server IP:
13.127.59.50
Server:
Linux ip-172-31-46-210 5.15.0-1033-aws #37~20.04.1-Ubuntu SMP Fri Mar 17 11:39:30 UTC 2023 x86_64
Server Software:
Apache/2.4.41 (Ubuntu)
PHP Version:
7.4.3-4ubuntu2.29
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
var
/
www
/
ecommerce_pg
/
resources
/
views
/
View File Name :
maintenance.blade.php
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Maintenance Error</title> <link rel="stylesheet" href="/maintenance/style.css"> </head> <body> <section class="jrk_maintenance_error_container"> <div class="jrk_error_img"> <img src="/maintenance/m_error.svg" alt="error"> </div> <h1>We will be back soon!</h1> <p>Sorry for the inconvenience but we’re performing some maintenance at the moment, we’ll be back online shortly!</p> </section> </body> <script> setTimeout(function () { window.close() },5000) </script> </html>