Apache
tcp/443
Open service 121.189.61.158:80 · mail.wsinfo.net
2026-01-09 16:13
HTTP/1.1 302 Found content-length: 0 location: https://mail.wsinfo.net/ cache-control: no-cache connection: close
Open service 121.189.61.158:443 · mail.wsinfo.net
2026-01-09 16:13
HTTP/1.1 200 OK
date: Fri, 09 Jan 2026 16:13:36 GMT
server: Apache
x-frame-options: SAMEORIGIN
set-cookie: PHPSESSID=o86ho905d4kfeov1vcjasnkoo1; path=/; secure; HttpOnly
expires: Thu, 19 Nov 1981 08:52:00 GMT
cache-control: no-cache, must-revalidate
pragma: no-cache
p3p: CP="CAO DSP AND SO ON" policyref="/w3c/p3p.xml"
transfer-encoding: chunked
content-type: text/html; charset=UTF-8
connection: close
Page title: MAILNARA v4.0 ::: 013235
<!DOCTYPE html>
<!--[if IE 8]> <html class="ie8"> <![endif]-->
<!--[if IE 9]> <html class="ie9 gt-ie8"> <![endif]-->
<!--[if gt IE 9]><!--> <html lang="ko" class="gt-ie8 gt-ie9 not-ie"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>MAILNARA v4.0 ::: 013235</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="Cache-Control" content="no-cache"/>
<meta http-equiv="Expires" content="0"/>
<meta http-equiv="Pragma" content="no-cache"/>
<meta http-equiv="imagetoolbar" content="no">
<meta name="robots" content="noindex, nofollow">
<link rel="shortcut icon" href="/favicon.ico"/>
<!-- Open Sans font from Google CDN -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,400,600,700,300&subset=latin" rel="stylesheet" type="text/css">
<!-- Pixel Admin's stylesheets -->
<link href="/new_mailnara_web/assets/stylesheets/bootstrap.css" rel="stylesheet" type="text/css">
<link href="/new_mailnara_web/assets/stylesheets/pixel-admin.css" rel="stylesheet" type="text/css">
<link href="/new_mailnara_web/assets/stylesheets/mailnara.css?v=1" rel="stylesheet" type="text/css">
<link href="/new_mailnara_web/assets/stylesheets/mailnara_theme.css" rel="stylesheet" type="text/css">
<!--[if lt IE 9]>
<script src="./assets/javascripts/ie.min.js"></script>
<![endif]-->
<!-- login css -->
<link href="/new_mailnara_web/assets/stylesheets/login.css?v=1" rel="stylesheet" type="text/css">
<script>
var file_select_str = '';
var file_delete_str = '';
</script>
<script src='/new_mailnara_web/assets/javascripts/jquery-1.11.3.min.js'></script>
<!--script src="/new_mailnara_web/assets/javascripts/mailnara.js"></script-->
<!-- Pixel Admin's javascripts -->
<script src="/new_mailnara_web/assets/javascripts/bootstrap.min.js"></script>
<script src="/new_mailnara_web/assets/javascripts/pixel-admin.js"></script>
<script type="text/javascript" src="templates/templates/login/default/script/string.js"></script>
<script>
<!--
var http_host= "mail.wsinfo.net";
var lang = "korean";
var login_msg = "관리자의 아이디를 입력하세요.";
var login_msg_email = "이메일 계정을 입력하세요.";
// -->
</script>
<script language="javascript">
// 이미지, url 등을 포함한 모든 페이지가 로드 완료되었는지 체크하는 변수
var isAllLoad = false;
var login_host;
var login_id;
var login_type;
var login;
function Init_Body(form, host, id, type, islogin)
{
// 접속기기 모바일/웹 체크
/*
var htScreenInfo = {};
htScreenInfo = window.matchMedia("only screen and (max-width: 767px)");
if (htScreenInfo.matches == true) {
document.getElementById('is_mobile').value = 'M';
} else {
document.getElementById('is_mobile').value = 'W';
}
*/
isAllLoad = true;
var userAgentInfo = navigator.userAgent;
if(userAgentInfo.match('iPhone') != null){
document.getElementById('is_mobile').value = 'M';
} else if(userAgentInfo.match('Android') != null) {
document.getElementById('is_mobile').value = 'M';
} else {
document.getElementById('is_mobile').value = 'W'
}
login_host = host;
login_id = id;
login_type = type;
login = islogin;
Check_Type(form, login_type);
if (login) {
document.login_form.submit();
}
}
function Check_Type(form, type)
{
if (type == "A") {
form.idsave.disabled = true;
form.idsave.checked = false;
if (login == false) {
login_type = "A";
document.getElementById('admin_login_tab').click();
form.admin_id.value = "";
form.admin_pa