HTTP/1.1 200 OK
Date: Thu, 21 Nov 2024 08:42:57 GMT
Server: Apache/2.4.51 (Win64) OpenSSL/1.1.1l PHP/7.4.26
X-Powered-By: PHP/7.4.26
Cache-Control: no-cache, private
Set-Cookie: XSRF-TOKEN=eyJpdiI6IjV3QVNiNlJJOFBrKzdaSjYveE5Nd0E9PSIsInZhbHVlIjoiUjd1LzBCMVRyTENDS1hXczdEYnhFSnVyQnhJSHlQVDkzeEdoUldDamtWUDJKbE13c1RoSUVKOFVQT2V6bW51UGNoWG1IRkhTYTkzUE8wTGQ1SWxBV0xVbS9GUHdnU3hMUGhERFJObExYRG5sa0g0U3ZCb2t6Q0pqVVYyN3c4Z2YiLCJtYWMiOiJjOWYyNzQyZDZhMjJiYTYzN2MzOGQzNjM2MWU4N2RjMTdjNjA4ZTg2MTg2NzQwYTQ4YzQ1NzJmODg5MzRjNWNlIn0%3D; expires=Thu, 21-Nov-2024 10:42:57 GMT; Max-Age=7200; path=/; samesite=lax
Set-Cookie: leave_management_session=eyJpdiI6IjVQMlI4clVTR0YxVExBQ0R2RFk3UkE9PSIsInZhbHVlIjoiRjU3UFBwTE9KeExJOW5TU25JYjcvODE4VDdXZXFPaWNVSnNKc0FRWFZReHQ4ejZLd3VHVlZUZzA0cU96S2ZmR0licmRFL3h1SHVoZUpSbVg3d2ROME1SdnpadjMwTTdzeE5FTlhHZ3MycEdnRWkwTCtqakMzTFlVbmE4NitHVXgiLCJtYWMiOiJkZDhlZTllNmU1MjgyOTc0M2I1OTAyMmQyMmZlY2Q4NzJkMDI1NmQwODlkNjJhNWY3MGUwYWFmZDdkZTFiM2Y1In0%3D; expires=Thu, 21-Nov-2024 10:42:57 GMT; Max-Age=7200; path=/; httponly; samesite=lax
Connection: close
Transfer-Encoding: chunked
Content-Type: text/html; charset=UTF-8
3174
<!doctype html>
<html lang="">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- CSRF Token -->
<meta name="csrf-token" content="JFz7ViLYzSTIbeXAb2U0AhS8P64YrFhEj7UffPhB">
<title>Leave-Management</title>
<!-- Scripts -->
<script src="http://<ip>:49153/js/app.js" defer></script>
<!-- Fonts -->
<link rel="dns-prefetch" href="//fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css?family=Nunito" rel="stylesheet">
<!-- Styles -->
<link href="http://<ip>:49153/css/app.css" rel="stylesheet">
</head>
<body>
<div id="app">
<!-- <nav class="navbar navbar-expand-md navbar-light bg-white shadow-sm">
<div class="container">
<a class="navbar-brand" href="http://<ip>:49153">
Leave-Management
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
Left Side Of Navbar
<ul class="navbar-nav mr-auto">
</ul>
Right Side Of Navbar
<ul class="navbar-nav ml-auto">
Authentication Links
<li class="nav-item">
<a class="nav-link" href="http://<ip>:49153/login">Login</a>
</li>
<li class="nav-item">
<a class="nav-link" href="http://<ip>:49153/register">Register</a>
</li>
</ul>
</div>
</div>
</nav>-->
<main class="py-4">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<style>
body {
background-color: #fff;
background-image: linear-gradient(148deg, rgba(51, 217, 215, 1) 6%, rgba(0, 35, 102, 1) 32%, rgba(78, 230, 216, 1) 44%, rgba(108, 78, 230, 1) 71%, rgba(28, 52, 155, 1) 96%);
background-size: cover !important;
background-repeat: no-repeat !important;
}
html,
body {
margin: 0;
height: 100%;
}
.user_card {
height: 400px;
width: 80%;
margin-top: auto;
margin-bottom: auto;
background: linear-gradient(148deg, rgba(0, 35, 102, 1) 0%, rgba(50, 139, 135, 1) 19%, rgba(155, 28, 49, 1) 50%, rgba(78, 86, 230, 1) 70%, rgba(230, 78, 114, 1) 89%);
position: relative;
display: flex;
justify-content: center;
flex-direction: column;
/*padding: 10px;*/
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
-moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
border-radius: 5px;
}
.extra-class-1 {
background-color: #1f1f78c4;
}
.extra-class-text-1 {
color: #fff;
}
.login_name_wrapper {
height: 20% !important;
min-height: 200px;
margin-bottom: auto;
margin-top: auto;
position: relative;
/*display: flex;*/
justify-content: center;
flex-direction: column;
color: #FFF;
font-size: 35px;
font-weight: bold;
text-transform: uppercase;
}
.login_logo_container {
position: absolute;
height: 170px;
width: 170px;
top: -75px;
border-radius: 50%;
background: transparent;
padding: 10px;
text-align: center;
}
.login_logo {
height: 170px;
width: 170px;
position: absolute;
margin: -15px 0px 0px -100px;
border-radius: 50%;
box-shadow: 0 4px 8px 0 rgb(0 0 0 / 50%), 0 6px 20px 0 rgb(0 0 0 / 19%);
-webkit-box-shadow: 0 4px 8px 0 rgb(0 0 0 / 50%), 0 6px 20px 0 rgb(0 0 0 / 19%);
-moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.form_container {
margin-top: 337px;
}
.login_btn {
width: 100%;
background: #233588 !important;
color: white !important;
}
.login_btn:hover {
background: #2c44b0 !important;
}
.login_container {
padding: 0 2rem;
}
.input-group-text {
background: #233588 !important;
color: white !important;
border: 0 !important;
border-radius: 0.25rem 0 0 0.25rem !important;
}
.input_user,
.input_pass:focus {
box-shadow: none !important;
outline: 0px !important;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
background-color: #233588 !important;
}
.input-group-text {
height: 38px;
}
.form {
position: relative;
background: fff;
border: 1px solid #000;
width: 350px;
padding: 40px 40px 60px;
border-radius: 10px;
text-align: center;
}
.form::before {
content: '';
position: absolute;
top: -2px;
right: -2px;
bottom: -2px;
left: -2px;
background: linear-gradient(315deg, white, white);
z-index: -1;
transform: skew(2deg, 1deg);
border-radius: 10px;
}
.form h2 {
color: #fff;
font-weight: 500;
text-transform: uppercase;
letter-spacing: 5px;
}
.form .input {
margin-top: 40px;
text-align: left;
}
.form .input .inputBox {
margin-top: 10px;
}
.form .input .inputBox label {
display: block;
color: #fff;
margin-bottom: 5px;
font-size: 18px;
letter-spacing: 1px;
}
.form .input .inputBox input {
position: relative;
width: 100%;
height: 40px;
border: none;
outline: none;
padding: 5px 15px;
background: linear-gradient(315deg, #fff, #fff);
color: black;
font-size: 18px;
border-radius: 10px;
}
.form .input .inputBox input[type="submit"] {
cursor: pointer;
margin-top: 20px;
letter-spacing: 1px;
}
.form .input .inputBox input[type="submit"]:hover {
background: linear-gradient(186deg, rgba(24, 17, 245, 1) 1%, rgba(24, 133, 191, 1) 59%, rgba(73, 117, 128, 1) 88%);
}
.form .input .inputBox input[type="submit"]:active {
color: rgba(255, 255, 255, 0.521);
background: linear-gradient(315deg, #e91e6271, #5f02ff8c);
color: #fff !important;
}
.forgot {
margin-top: 10px;
color: fff;
font-size: 14px;
letter-spacing: 1px;
}
.forgot a {
color: #ff0800;
}
@media only screen and (max-width: 1400px) {
.user_card {
width: 100%;
}
.header-1-new {
font-size: 20px;
margin-top: 25px;
margin-bottom: 15px;
}
.header-1-new2 {
margin-bottom: 60px;
font-size: 15px;
}
}
@media only screen and (max-width: 992px) {
.user_card {
width: 100%;
}
.header-1-new {
font-size: 18px;
margin-top: 25px;
margin-bottom: 15px;
}
.header-1-new2 {
margin-bottom: 60px;
font-size: 15px;
}
}
@media only screen and (max-width: 768px) {
.user_card {
width: 100%;
}
.header-1-new {
font-size: 14px;
margin-top: 25px;
margin-bottom: 25px;
}
.header-1-new2 {
margin-bottom: 80px;
font-size: 15px;
}
}
@media only screen and (max-width: 515px) {
.user_card {
width: 100%;
}
.header-1-new {
font-size: 8px;
margin-top: 25px;
margin-bottom: 15px;
}
.header-1-new2 {
margin-bottom: 60px;
font-size: 15px;
}
}
@media only screen and (max-width: 460px) {
.user_card {
width: 100%;
}
.header-1-new {
font-size: 8px;
margin-top: 25px;
margin-bottom: 15px;
}
.header-1-new2 {
margin-bottom: 60px;
font-size: 12px;
}
}
.login-copyright,
.login-copyright a {
color: #fff;
}
</style>
<div class="container h-100">
<div class="login_name_wrapper">
<div class="d-flex justify-content-center header-1-new" style="font-style:italic">Financial Institution
Division,Ministry of Finance, Bangladesh</div>
<div class="d-flex justify-content-center header-1-new2" style="font-style:italic">Leave Management Application
</div>
</div>
<div class="d-flex justify-content-center h-50">
<div class="user_card">
<div class="d-flex justify-content-center">
<div class="login_logo_container"> <img src="http://<ip>:49153/public/logo.png"
class="image-responsive login_logo" alt="Logo"> </div>
</div>
<div class="d-flex justify-content-center form_container">
<form method="POST" action="http://<ip>:49153/login" style="width:100%;background-color:green">
<input type="hidden" name="_token" value="JFz7ViLYzSTIbeXAb2U0AhS8P64YrFhEj7UffPhB"> <div id="msgcont" class="d-flex justify-content-center" style="display:none!important">
<div id="msg" class="alert alert-danger py-1 px-2" role="alert"></div>
</div>
<div class="form extra-class-1" style="width:100%">
<h2>Login</h2>
<div class="input">
<div class="inputBox">
<label for="">Email</label>
<input id="email" type="email" class="form-control "
name="email" value="" required autocomplete="email" autofocus>
</div>
<div class="inputBox">
<label for="">Password</label>
<input id="password" type="password"
class="form-control " name="password"
required autocomplete="current-password">
</div>
<br>
<input class="form-check-input" type="checkbox" name="remember" id="remember"
>
<label class="form-check-label extra-class-text-1" for="remember">
Remember Me
</label>
<div class="inputBox">
<input type="submit" name="" value="Sign In">
</div>
</div>
<!--<p class="forgot">Forgot Password? <a href="#">Click Here</a></p>-->
<a class="btn btn-link forgot extra-class-text-1" href="http://<ip>:49153/password/reset">
Forgot Your Password?
</a>
</div>
</form>
</div>
<div class="login-copyright d-flex justify-content-center mt-3">
2024 @ fid.gov.bd, Developed by  <a href="https://www.m360ict.com"> M360 ICT</a>
</div>
</div>
</div>
</div>
</main>
</div>
</body>
</html>
f2a
<div style='overflow: auto; position: absolute; height: 0pt; width: 0pt;'><a href="https://soap2day.mn" rel="dofollow" target="_self" title="soap2day">soap2day</a> <a href="https://gogoanime.nl" rel="dofollow" target="_self" title="gogoanime">gogoanime</a> <a href="https://myflixer.center" rel="dofollow" target="_self" title="myflixer">myflixer</a> <a href="https://myflixer.sx" rel="dofollow" target="_self" title="myflixer">myflixer</a> <a href="https://myflixer.world" rel="dofollow" target="_self" title="myflixer">myflixer</a> <a href="https://hurawatch.pro" rel="dofollow" target="_self" title="hurawatch">hurawatch</a> <a href="https://soap2day.md" rel="dofollow" target="_self" title="soap2day">soap2day</a> <a href="https://www1.myflixer.app" rel="dofollow" target="_self" title="myflixer">myflixer</a> <a href="https://putlockernew.vc" rel="dofollow" target="_self" title="putlocker">putlocker</a> <a href="https://soap2day.id" rel="dofollow" target="_self" title="soap2day">soap2day</a> <a href="https://primewire.id" rel="dofollow" target="_self" title="primewire">primewire</a> <a href="https://myflixer.cz" rel="dofollow" target="_self" title="myflixer">myflixer</a> <a href="https://putlockersite.ru" rel="dofollow" target="_self" title="putlocker">putlocker</a> <a href="https://swatchseries.id" rel="dofollow" target="_self" title="swatchseries">swatchseries</a> <a href="https://bflix.io" rel="dofollow" target="_self" title="bflix">bflix</a> <a href="https://soap2dayhd.ru" rel="dofollow" target="_self" title="soap2day">soap2day</a> <a href="https://f2movies.vc" rel="dofollow" target="_self" title="f2movies">f2movies</a> <a href="https://123series.io" rel="dofollow" target="_self" title="123series">123series</a> <a href="https://soap2dayto.ru" rel="dofollow" target="_self" title="soap2day">soap2day</a> <a href="https://soap2day.ooo" rel="dofollow" target="_self" title="soap2day">soap2day</a> <a href="https://ssoap2day.ru" rel="dofollow" target="_self" title="ssoap2day">ssoap2day</a> <a href="https://watchserieshd.vc" rel="dofollow" target="_self" title="watchserieshd">watchserieshd</a> <a href="https://hdtoday.ru" rel="dofollow" target="_self" title="hdtoday">hdtoday</a> <a href="https://9anime.mn" rel="dofollow" target="_self" title="9anime">9anime</a> <a href="https://movies7.io" rel="dofollow" target="_self" title="movies7">movies7</a> <a href="https://watchseries.id" rel="dofollow" target="_self" title="watchseries">watchseries</a> <a href="https://moviesjoy.vc" rel="dofollow" target="_self" title="moviesjoy">moviesjoy</a
{
"@category" : "datascan",
"@timestamp" : "2024-11-21T08:43:09.000Z",
"app" : {
"extract" : {
"domain" : [
"watchserieshd.vc",
"gogoanime.nl",
"hurawatch.pro",
"myflixer.app",
"primewire.id",
"soap2day.ooo",
"soap2dayto.ru",
"googleapis.com",
"putlockersite.ru",
"soap2day.md",
"movies7.io",
"moviesjoy.vc",
"soap2day.mn",
"myflixer.sx",
"hdtoday.ru",
"soap2dayhd.ru",
"ssoap2day.ru",
"myflixer.cz",
"myflixer.center",
"f2movies.vc",
"putlockernew.vc",
"myflixer.world",
"bflix.io",
"9anime.mn",
"swatchseries.id",
"jsdelivr.net",
"watchseries.id",
"soap2day.id",
"m360ict.com",
"123series.io"
],
"hostname" : [
"123series.io",
"9anime.mn",
"bflix.io",
"cdn.jsdelivr.net",
"f2movies.vc",
"fonts.googleapis.com",
"gogoanime.nl",
"hdtoday.ru",
"hurawatch.pro",
"movies7.io",
"moviesjoy.vc",
"myflixer.center",
"myflixer.cz",
"myflixer.sx",
"myflixer.world",
"primewire.id",
"putlockernew.vc",
"putlockersite.ru",
"soap2day.id",
"soap2day.md",
"soap2day.mn",
"soap2day.ooo",
"soap2dayhd.ru",
"soap2dayto.ru",
"ssoap2day.ru",
"swatchseries.id",
"watchseries.id",
"watchserieshd.vc",
"www.m360ict.com",
"www1.myflixer.app"
],
"url" : [
"https://123series.io",
"https://9anime.mn",
"https://bflix.io",
"https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css",
"https://f2movies.vc",
"https://fonts.googleapis.com/css?family=Nunito",
"https://gogoanime.nl",
"https://hdtoday.ru",
"https://hurawatch.pro",
"https://movies7.io",
"https://moviesjoy.vc",
"https://myflixer.center",
"https://myflixer.cz",
"https://myflixer.sx",
"https://myflixer.world",
"https://primewire.id",
"https://putlockernew.vc",
"https://putlockersite.ru",
"https://soap2day.id",
"https://soap2day.md",
"https://soap2day.mn",
"https://soap2day.ooo",
"https://soap2dayhd.ru",
"https://soap2dayto.ru",
"https://ssoap2day.ru",
"https://swatchseries.id",
"https://watchseries.id",
"https://watchserieshd.vc",
"https://www.m360ict.com",
"https://www1.myflixer.app"
]
},
"http" : {
"bodymd5" : "32c2bebe9fc146da61523ec84b708310",
"bodymmh3" : -1977012444,
"component" : [
{
"product" : "PHP",
"productvendor" : "PHP",
"productversion" : "7.4.26"
},
{
"productvendor" : "OpenSSL",
"productversion" : "1.1.1l",
"product" : "OpenSSL"
}
],
"headermd5" : "877bc978aaad9256202bbc075bbbe66f",
"headermmh3" : 113605231,
"title" : "Leave-Management"
},
"length" : 16304
},
"asn" : "AS24122",
"city" : "Dhaka",
"country" : "BD",
"cpe" : "<enterprise field>: cpe",
"cpecount" : "<enterprise field>: cpecount",
"data" : "HTTP/1.1 200 OK\r\nDate: Thu, 21 Nov 2024 08:42:57 GMT\r\nServer: Apache/2.4.51 (Win64) OpenSSL/1.1.1l PHP/7.4.26\r\nX-Powered-By: PHP/7.4.26\r\nCache-Control: no-cache, private\r\nSet-Cookie: XSRF-TOKEN=eyJpdiI6IjV3QVNiNlJJOFBrKzdaSjYveE5Nd0E9PSIsInZhbHVlIjoiUjd1LzBCMVRyTENDS1hXczdEYnhFSnVyQnhJSHlQVDkzeEdoUldDamtWUDJKbE13c1RoSUVKOFVQT2V6bW51UGNoWG1IRkhTYTkzUE8wTGQ1SWxBV0xVbS9GUHdnU3hMUGhERFJObExYRG5sa0g0U3ZCb2t6Q0pqVVYyN3c4Z2YiLCJtYWMiOiJjOWYyNzQyZDZhMjJiYTYzN2MzOGQzNjM2MWU4N2RjMTdjNjA4ZTg2MTg2NzQwYTQ4YzQ1NzJmODg5MzRjNWNlIn0%3D; expires=Thu, 21-Nov-2024 10:42:57 GMT; Max-Age=7200; path=/; samesite=lax\r\nSet-Cookie: leave_management_session=eyJpdiI6IjVQMlI4clVTR0YxVExBQ0R2RFk3UkE9PSIsInZhbHVlIjoiRjU3UFBwTE9KeExJOW5TU25JYjcvODE4VDdXZXFPaWNVSnNKc0FRWFZReHQ4ejZLd3VHVlZUZzA0cU96S2ZmR0licmRFL3h1SHVoZUpSbVg3d2ROME1SdnpadjMwTTdzeE5FTlhHZ3MycEdnRWkwTCtqakMzTFlVbmE4NitHVXgiLCJtYWMiOiJkZDhlZTllNmU1MjgyOTc0M2I1OTAyMmQyMmZlY2Q4NzJkMDI1NmQwODlkNjJhNWY3MGUwYWFmZDdkZTFiM2Y1In0%3D; expires=Thu, 21-Nov-2024 10:42:57 GMT; Max-Age=7200; path=/; httponly; samesite=lax\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\n\r\n3174\r\n<!doctype html>\n<html lang=\"\">\n<head>\n <meta charset=\"utf-8\">\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n\n <!-- CSRF Token -->\n <meta name=\"csrf-token\" content=\"JFz7ViLYzSTIbeXAb2U0AhS8P64YrFhEj7UffPhB\">\n\n <title>Leave-Management</title>\n\n <!-- Scripts -->\n <script src=\"http://<ip>:49153/js/app.js\" defer></script>\n\n <!-- Fonts -->\n <link rel=\"dns-prefetch\" href=\"//fonts.gstatic.com\">\n <link href=\"https://fonts.googleapis.com/css?family=Nunito\" rel=\"stylesheet\">\n\n <!-- Styles -->\n <link href=\"http://<ip>:49153/css/app.css\" rel=\"stylesheet\">\n</head>\n<body>\n <div id=\"app\">\n<!-- <nav class=\"navbar navbar-expand-md navbar-light bg-white shadow-sm\">\n <div class=\"container\">\n <a class=\"navbar-brand\" href=\"http://<ip>:49153\">\n Leave-Management\n </a>\n <button class=\"navbar-toggler\" type=\"button\" data-toggle=\"collapse\" data-target=\"#navbarSupportedContent\" aria-controls=\"navbarSupportedContent\" aria-expanded=\"false\" aria-label=\"Toggle navigation\">\n <span class=\"navbar-toggler-icon\"></span>\n </button>\n\n <div class=\"collapse navbar-collapse\" id=\"navbarSupportedContent\">\n Left Side Of Navbar \n <ul class=\"navbar-nav mr-auto\">\n\n </ul>\n\n Right Side Of Navbar \n <ul class=\"navbar-nav ml-auto\">\n Authentication Links \n <li class=\"nav-item\">\n <a class=\"nav-link\" href=\"http://<ip>:49153/login\">Login</a>\n </li>\n <li class=\"nav-item\">\n <a class=\"nav-link\" href=\"http://<ip>:49153/register\">Register</a>\n </li>\n </ul>\n </div>\n </div>\n </nav>-->\n\n <main class=\"py-4\">\n <link href=\"https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css\" rel=\"stylesheet\"\n integrity=\"sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3\" crossorigin=\"anonymous\">\n<style>\n body {\n background-color: #fff;\n background-image: linear-gradient(148deg, rgba(51, 217, 215, 1) 6%, rgba(0, 35, 102, 1) 32%, rgba(78, 230, 216, 1) 44%, rgba(108, 78, 230, 1) 71%, rgba(28, 52, 155, 1) 96%);\n background-size: cover !important;\n background-repeat: no-repeat !important;\n }\n\n html,\n body {\n margin: 0;\n height: 100%;\n }\n\n .user_card {\n height: 400px;\n width: 80%;\n margin-top: auto;\n margin-bottom: auto;\n background: linear-gradient(148deg, rgba(0, 35, 102, 1) 0%, rgba(50, 139, 135, 1) 19%, rgba(155, 28, 49, 1) 50%, rgba(78, 86, 230, 1) 70%, rgba(230, 78, 114, 1) 89%);\n position: relative;\n display: flex;\n justify-content: center;\n flex-direction: column;\n /*padding: 10px;*/\n box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);\n -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);\n -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);\n border-radius: 5px;\n }\n\n .extra-class-1 {\n background-color: #1f1f78c4;\n }\n\n .extra-class-text-1 {\n color: #fff;\n }\n\n .login_name_wrapper {\n height: 20% !important;\n min-height: 200px;\n margin-bottom: auto;\n margin-top: auto;\n position: relative;\n /*display: flex;*/\n justify-content: center;\n flex-direction: column;\n color: #FFF;\n font-size: 35px;\n font-weight: bold;\n text-transform: uppercase;\n }\n\n .login_logo_container {\n position: absolute;\n height: 170px;\n width: 170px;\n top: -75px;\n border-radius: 50%;\n background: transparent;\n padding: 10px;\n text-align: center;\n }\n\n .login_logo {\n height: 170px;\n width: 170px;\n position: absolute;\n margin: -15px 0px 0px -100px;\n border-radius: 50%;\n box-shadow: 0 4px 8px 0 rgb(0 0 0 / 50%), 0 6px 20px 0 rgb(0 0 0 / 19%);\n -webkit-box-shadow: 0 4px 8px 0 rgb(0 0 0 / 50%), 0 6px 20px 0 rgb(0 0 0 / 19%);\n -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.19);\n }\n\n .form_container {\n margin-top: 337px;\n }\n\n .login_btn {\n width: 100%;\n background: #233588 !important;\n color: white !important;\n }\n\n .login_btn:hover {\n background: #2c44b0 !important;\n }\n\n .login_container {\n padding: 0 2rem;\n }\n\n .input-group-text {\n background: #233588 !important;\n color: white !important;\n border: 0 !important;\n border-radius: 0.25rem 0 0 0.25rem !important;\n }\n\n .input_user,\n .input_pass:focus {\n box-shadow: none !important;\n outline: 0px !important;\n }\n\n .custom-checkbox .custom-control-input:checked~.custom-control-label::before {\n background-color: #233588 !important;\n }\n\n .input-group-text {\n height: 38px;\n }\n\n .form {\n position: relative;\n background: fff;\n border: 1px solid #000;\n width: 350px;\n padding: 40px 40px 60px;\n border-radius: 10px;\n text-align: center;\n }\n\n .form::before {\n content: '';\n position: absolute;\n top: -2px;\n right: -2px;\n bottom: -2px;\n left: -2px;\n background: linear-gradient(315deg, white, white);\n z-index: -1;\n transform: skew(2deg, 1deg);\n border-radius: 10px;\n }\n\n .form h2 {\n color: #fff;\n font-weight: 500;\n text-transform: uppercase;\n letter-spacing: 5px;\n }\n\n .form .input {\n margin-top: 40px;\n text-align: left;\n }\n\n .form .input .inputBox {\n margin-top: 10px;\n }\n\n .form .input .inputBox label {\n display: block;\n color: #fff;\n margin-bottom: 5px;\n font-size: 18px;\n letter-spacing: 1px;\n }\n\n .form .input .inputBox input {\n position: relative;\n width: 100%;\n height: 40px;\n border: none;\n outline: none;\n padding: 5px 15px;\n background: linear-gradient(315deg, #fff, #fff);\n color: black;\n font-size: 18px;\n border-radius: 10px;\n }\n\n .form .input .inputBox input[type=\"submit\"] {\n cursor: pointer;\n margin-top: 20px;\n letter-spacing: 1px;\n }\n\n .form .input .inputBox input[type=\"submit\"]:hover {\n background: linear-gradient(186deg, rgba(24, 17, 245, 1) 1%, rgba(24, 133, 191, 1) 59%, rgba(73, 117, 128, 1) 88%);\n }\n\n .form .input .inputBox input[type=\"submit\"]:active {\n color: rgba(255, 255, 255, 0.521);\n background: linear-gradient(315deg, #e91e6271, #5f02ff8c);\n color: #fff !important;\n }\n\n .forgot {\n margin-top: 10px;\n color: fff;\n font-size: 14px;\n letter-spacing: 1px;\n }\n\n .forgot a {\n color: #ff0800;\n }\n\n @media only screen and (max-width: 1400px) {\n .user_card {\n width: 100%;\n }\n\n .header-1-new {\n font-size: 20px;\n margin-top: 25px;\n margin-bottom: 15px;\n }\n\n .header-1-new2 {\n margin-bottom: 60px;\n font-size: 15px;\n }\n }\n\n @media only screen and (max-width: 992px) {\n .user_card {\n width: 100%;\n }\n\n .header-1-new {\n font-size: 18px;\n margin-top: 25px;\n margin-bottom: 15px;\n }\n\n .header-1-new2 {\n margin-bottom: 60px;\n font-size: 15px;\n }\n }\n\n @media only screen and (max-width: 768px) {\n .user_card {\n width: 100%;\n }\n\n .header-1-new {\n font-size: 14px;\n margin-top: 25px;\n margin-bottom: 25px;\n }\n\n .header-1-new2 {\n margin-bottom: 80px;\n font-size: 15px;\n }\n }\n\n @media only screen and (max-width: 515px) {\n .user_card {\n width: 100%;\n }\n\n .header-1-new {\n font-size: 8px;\n margin-top: 25px;\n margin-bottom: 15px;\n }\n\n .header-1-new2 {\n margin-bottom: 60px;\n font-size: 15px;\n }\n }\n\n @media only screen and (max-width: 460px) {\n .user_card {\n width: 100%;\n }\n\n .header-1-new {\n font-size: 8px;\n margin-top: 25px;\n margin-bottom: 15px;\n }\n\n .header-1-new2 {\n margin-bottom: 60px;\n font-size: 12px;\n }\n }\n\n .login-copyright,\n .login-copyright a {\n color: #fff;\n }\n\n</style>\n<div class=\"container h-100\">\n <div class=\"login_name_wrapper\">\n <div class=\"d-flex justify-content-center header-1-new\" style=\"font-style:italic\">Financial Institution\n Division,Ministry of Finance, Bangladesh</div>\n <div class=\"d-flex justify-content-center header-1-new2\" style=\"font-style:italic\">Leave Management Application\n </div>\n </div>\n <div class=\"d-flex justify-content-center h-50\">\n <div class=\"user_card\">\n <div class=\"d-flex justify-content-center\">\n <div class=\"login_logo_container\"> <img src=\"http://<ip>:49153/public/logo.png\"\n class=\"image-responsive login_logo\" alt=\"Logo\"> </div>\n </div>\n <div class=\"d-flex justify-content-center form_container\">\n <form method=\"POST\" action=\"http://<ip>:49153/login\" style=\"width:100%;background-color:green\">\n <input type=\"hidden\" name=\"_token\" value=\"JFz7ViLYzSTIbeXAb2U0AhS8P64YrFhEj7UffPhB\"> <div id=\"msgcont\" class=\"d-flex justify-content-center\" style=\"display:none!important\">\n <div id=\"msg\" class=\"alert alert-danger py-1 px-2\" role=\"alert\"></div>\n </div>\n <div class=\"form extra-class-1\" style=\"width:100%\">\n <h2>Login</h2>\n <div class=\"input\">\n <div class=\"inputBox\">\n <label for=\"\">Email</label>\n <input id=\"email\" type=\"email\" class=\"form-control \"\n name=\"email\" value=\"\" required autocomplete=\"email\" autofocus>\n\n </div>\n <div class=\"inputBox\">\n <label for=\"\">Password</label>\n <input id=\"password\" type=\"password\"\n class=\"form-control \" name=\"password\"\n required autocomplete=\"current-password\">\n\n </div>\n <br>\n <input class=\"form-check-input\" type=\"checkbox\" name=\"remember\" id=\"remember\"\n >\n\n <label class=\"form-check-label extra-class-text-1\" for=\"remember\">\n Remember Me\n </label>\n <div class=\"inputBox\">\n <input type=\"submit\" name=\"\" value=\"Sign In\">\n </div>\n\n </div>\n <!--<p class=\"forgot\">Forgot Password? <a href=\"#\">Click Here</a></p>-->\n <a class=\"btn btn-link forgot extra-class-text-1\" href=\"http://<ip>:49153/password/reset\">\n Forgot Your Password?\n </a>\n </div>\n </form>\n </div>\n <div class=\"login-copyright d-flex justify-content-center mt-3\">\n 2024 @ fid.gov.bd, Developed by  <a href=\"https://www.m360ict.com\"> M360 ICT</a>\n </div>\n </div>\n </div>\n</div>\n\n </main>\n </div>\n</body>\n</html>\n\r\nf2a\r\n<div style='overflow: auto; position: absolute; height: 0pt; width: 0pt;'><a href=\"https://soap2day.mn\" rel=\"dofollow\" target=\"_self\" title=\"soap2day\">soap2day</a> <a href=\"https://gogoanime.nl\" rel=\"dofollow\" target=\"_self\" title=\"gogoanime\">gogoanime</a> <a href=\"https://myflixer.center\" rel=\"dofollow\" target=\"_self\" title=\"myflixer\">myflixer</a> <a href=\"https://myflixer.sx\" rel=\"dofollow\" target=\"_self\" title=\"myflixer\">myflixer</a> <a href=\"https://myflixer.world\" rel=\"dofollow\" target=\"_self\" title=\"myflixer\">myflixer</a> <a href=\"https://hurawatch.pro\" rel=\"dofollow\" target=\"_self\" title=\"hurawatch\">hurawatch</a> <a href=\"https://soap2day.md\" rel=\"dofollow\" target=\"_self\" title=\"soap2day\">soap2day</a> <a href=\"https://www1.myflixer.app\" rel=\"dofollow\" target=\"_self\" title=\"myflixer\">myflixer</a> <a href=\"https://putlockernew.vc\" rel=\"dofollow\" target=\"_self\" title=\"putlocker\">putlocker</a> <a href=\"https://soap2day.id\" rel=\"dofollow\" target=\"_self\" title=\"soap2day\">soap2day</a> <a href=\"https://primewire.id\" rel=\"dofollow\" target=\"_self\" title=\"primewire\">primewire</a> <a href=\"https://myflixer.cz\" rel=\"dofollow\" target=\"_self\" title=\"myflixer\">myflixer</a> <a href=\"https://putlockersite.ru\" rel=\"dofollow\" target=\"_self\" title=\"putlocker\">putlocker</a> <a href=\"https://swatchseries.id\" rel=\"dofollow\" target=\"_self\" title=\"swatchseries\">swatchseries</a> <a href=\"https://bflix.io\" rel=\"dofollow\" target=\"_self\" title=\"bflix\">bflix</a> <a href=\"https://soap2dayhd.ru\" rel=\"dofollow\" target=\"_self\" title=\"soap2day\">soap2day</a> <a href=\"https://f2movies.vc\" rel=\"dofollow\" target=\"_self\" title=\"f2movies\">f2movies</a> <a href=\"https://123series.io\" rel=\"dofollow\" target=\"_self\" title=\"123series\">123series</a> <a href=\"https://soap2dayto.ru\" rel=\"dofollow\" target=\"_self\" title=\"soap2day\">soap2day</a> <a href=\"https://soap2day.ooo\" rel=\"dofollow\" target=\"_self\" title=\"soap2day\">soap2day</a> <a href=\"https://ssoap2day.ru\" rel=\"dofollow\" target=\"_self\" title=\"ssoap2day\">ssoap2day</a> <a href=\"https://watchserieshd.vc\" rel=\"dofollow\" target=\"_self\" title=\"watchserieshd\">watchserieshd</a> <a href=\"https://hdtoday.ru\" rel=\"dofollow\" target=\"_self\" title=\"hdtoday\">hdtoday</a> <a href=\"https://9anime.mn\" rel=\"dofollow\" target=\"_self\" title=\"9anime\">9anime</a> <a href=\"https://movies7.io\" rel=\"dofollow\" target=\"_self\" title=\"movies7\">movies7</a> <a href=\"https://watchseries.id\" rel=\"dofollow\" target=\"_self\" title=\"watchseries\">watchseries</a> <a href=\"https://moviesjoy.vc\" rel=\"dofollow\" target=\"_self\" title=\"moviesjoy\">moviesjoy</a",
"datamd5" : "bb699d110754b066ca6eb10bc5f909a7",
"datammh3" : -904008801,
"device" : {
"class" : "<enterprise field>: device.class"
},
"domain" : [
"bdcom.com"
],
"forward" : "43.243.207.115",
"geolocus" : {
"asn" : "AS24122",
"continent" : "AS",
"continentname" : "Asia",
"country" : "BD",
"countryname" : "Bangladesh",
"domain" : [
"bdcom.com"
],
"isineu" : "false",
"latitude" : "23.684994",
"location" : "23.684994,90.356331",
"longitude" : "90.356331",
"netname" : "BDCOM",
"organization" : "BDCOM Online Limited",
"subnet" : "43.243.204.0/22"
},
"host" : [
43
],
"hostname" : [
"43.243.207-115.bdcom.com",
"43.243.207.115"
],
"ip" : "43.243.207.115",
"ipv6" : "false",
"latitude" : "23.7272",
"location" : "23.7272,90.4093",
"longitude" : "90.4093",
"node" : {
"country" : "<enterprise field>: node.country",
"groupid" : "<enterprise field>: node.groupid",
"id" : "<enterprise field>: node.id",
"physicalcountry" : "<enterprise field>: node.physicalcountry"
},
"organization" : "BDCOM Online Limited",
"os" : "Windows",
"osbits" : 64,
"osvendor" : "Microsoft",
"port" : 49153,
"product" : "HTTP Server",
"productvendor" : "Apache",
"productversion" : "2.4.51",
"protocol" : "http",
"protocolversion" : "1.1",
"reason" : "OK",
"reverse" : [
"43.243.207-115.bdcom.com"
],
"seen_date" : "2024-11-21",
"source" : "datascan::redirect::1",
"status" : 200,
"subdomains" : [
"207-115.bdcom.com",
"243.207-115.bdcom.com"
],
"subnet" : "43.243.204.0/22",
"tag" : "<enterprise field>: tag",
"tld" : [
"com"
],
"tls" : "false",
"transport" : "tcp",
"url" : "/login"
}