Apache 2.4.59
tcp/443 tcp/80
Open service 13.51.79.128:80 · backend.aroundeasy.com
2026-01-11 10:34
HTTP/1.1 302 Found Date: Sun, 11 Jan 2026 10:35:33 GMT Server: Apache/2.4.59 Location: https://backend.aroundeasy.com/ Content-Length: 215 Connection: close Content-Type: text/html; charset=iso-8859-1 Page title: 302 Found <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>302 Found</title> </head><body> <h1>Found</h1> <p>The document has moved <a href="https://backend.aroundeasy.com/">here</a>.</p> </body></html>
Open service 13.51.79.128:443 · backend.aroundeasy.com
2026-01-11 10:34
HTTP/1.1 200 OK
Date: Sun, 11 Jan 2026 10:34:54 GMT
Server: Apache/2.4.59
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate
Pragma: no-cache
Set-Cookie: PHPSESSID=hf2bcbf7li9v4dg1gsia38t358; path=/
Upgrade: h2,h2c
Connection: Upgrade, close
Vary: Accept-Encoding
X-Frame-Options: sameorigin
Transfer-Encoding: chunked
Content-Type: text/html; charset=UTF-8
Page title: Backend Dashboard
<!DOCTYPE html>
<html>
<head>
<meta content="text/html;charset=utf-8" http-equiv="content-type" />
<title>Backend Dashboard</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
<!-- stili -->
<link rel="stylesheet" href="/fa/css/font-awesome.css">
<link rel="stylesheet" href="/css/bootstrap.min.css">
<link rel="stylesheet" href="/css/bootstrap-theme.css">
<link rel="stylesheet" href="css/style.css" type="text/css" media="screen" />
<!-- script -->
<script src="/js/jquery-1.11.3.min.js"></script>
</head>
<body style="background-color:#272822;">
<div class="container-fluid">
<div class="loginbox">
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-12">
<h1 style="text-align:center;width:100%;padding-bottom:20px;"><img src="/images/logo.png" style="max-width:100%;"></h1>
</div>
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-12">
<form action="" method="post">
<div class="form-group">
<label for="exampleInputEmail1">Email</label>
<input name="username" type="email" class="form-control" id="email" placeholder="tuamail@dominio.tld">
</div>
<div class="form-group">
<label for="exampleInputPassword1">Password</label>
<input name="password" type="password" class="form-control" id="password" placeholder="secret">
</div>
<div class="form-group">
<button type="submit" class="btn btn-primary"><i class="fa fa-sign-in"></i> login</button>
<div style="float:right;margin-right:5px;padding-top:5px;">
<input name="staylogged" value="1" type="checkbox" style="float:left;margin-right:5px;">
rimani connesso
</div>
</div>
<div class="form-group">
</div>
<div class="clearfix"></div>
</form>
</div>
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-12" id="recoverylink">
<a style="cursor:pointer" onclick="$('#pswrecovery').css('display','block');$('#recoverylink').css('display','none');">Recupero password</a>
</div>
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-12">
<div id="pswrecovery" style="display:none">
<div class="form-group">
<p><b>Recupero password</b><br/>digita la mail che utilizzi per accedere al backend</p>
<input id="recovery" class="form-control" type="email" value="" placeholder="tuamail@dominio.tld"/>
<button id="btnrecovery" class="btn btn-default pull-left" style="margin-top:6px" onclick="_recovery();"><i class="fa fa-key"></i> invia la password</button>
<span id="alertboxmsg" class="hidden text-danger pull-left" style="padding: 12px;"></span>
</div>
</div>
<script>
function _recovery() {
$('#btnrecovery').html('invio...');
$.ajax({
type: "POST",
url: '/be_json_controllers/recoverypsw.php',
data: {user: $('#recovery').val() },
dataType: "text",
success: function(data) {
var r=JSON.parse(data);
if (r['error']) {
$('#btnrecovery').html('<i class="fa fa-key"></i> invia la password');
$('#alertboxmsg').html(r['error']);
$('#alertboxmsg').removeClass('hidden');
} else{
if (r['success']) {
$('#pswrecovery').html('<div class="form-group"><p><b>Recupero password</b><br/><span class="