nginx 1.24.0
tcp/443
Open service 20.105.216.7:80 · flashpaper.lenex.nl
2026-01-10 21:20
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Sat, 10 Jan 2026 21:21:10 GMT Location: https://flashpaper.lenex.nl/
Open service 20.105.216.7:443 · flashpaper.lenex.nl
2026-01-10 21:20
HTTP/1.1 200 OK
Connection: close
Content-Type: text/html; charset=UTF-8
Date: Sat, 10 Jan 2026 21:21:09 GMT
Server: nginx/1.24.0
Transfer-Encoding: chunked
X-Powered-By: PHP/8.3.7
Page title: Flashpaper :: Lenex IT
<!DOCTYPE html>
<html lang="en" data-bs-theme="auto">
<head>
<!--
######################################################################################
# Copyright (c) 2017-2026 Andrew Paglusch #
# https://raw.githubusercontent.com/AndrewPaglusch/FlashPaper/master/LICENSE #
######################################################################################
-->
<title>Flashpaper :: Lenex IT</title>
<!-- Meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Font Awesome CSS -->
<link rel="stylesheet" href="./css/fontawesome.min.css" rel="stylesheet" />
<link rel="stylesheet" href="./css/solid.min.css" rel="stylesheet" />
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="./css/bootstrap.min.css" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<style>
#form-div {
background-color:rgba(72,72,72,0.1);
padding-left:35px;
padding-right:35px;
padding-top:35px;
padding-bottom:50px;
margin:30px;
border-radius: 7px;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
}
.form-control[readonly] {
opacity:1
}
textarea {
width: 100%;
height: 200px;
padding: 12px 20px;
box-sizing: border-box;
border: 2px solid #ccc;
border-radius: 4px;
resize: none;
}
fieldset {
margin:10px;
border: 0;
}
.btn-primary {
background-color: #4ca2ae;
border: none;
color: white;
padding: 12px 28px;
text-decoration: none;
font-size: 16px;
margin: 4px 2px;
cursor: pointer;
-webkit-transition-duration: 0.4s; /* Safari */
transition-duration: 0.4s;
}
.btn-primary:hover {
background-color: #67b2bc;
color: white;
}
.col-8 {
width: 320px !important;
}
.col-4 {
width: 100% !important;
}
</style>
<script src="./js/color-toggle.js" defer></script>
</head>
<body onUnload="document.getElementById('secret').value = ''">
<script>
if (location.protocol != 'https:') {
document.write('<div style="padding-top: 1%" class="container"><div class="alert alert-danger"><strong>Danger!</strong> This site is not being accessed over an encrypted connection. Do NOT input any sensitive information!</div></div>');
}
function copyText() {
var textToCopy = document.getElementById("copy");
textToCopy.select();
document.execCommand("copy");
}
</script>
<header>
<nav class="navbar navbar-expand-lg">
<div class="container-fluid">
<a class="navbar-brand" href="">
<img src="img/logo.png" alt="Logo" width="200" class="d-inline-block align-middle"> </a>
<span class="navbar-text">
<li class="nav-item align-items-center d-flex" >
<i class="fa-solid fa-sun"></i>
<!-- Default switch -->
<div class="ms-2 form-check form-switch">
<input class="form-check-input" type="checkbox" role="switch" id="themingSwitcher" />
</div>
<i class="fa-solid fa-moon"></i>
</li>
</span>
</div>
</nav>
</header>
<div id="form-div">
<form class="form-horizontal" action="" method="POST">
<fieldset>
<div>
<label style="font-family: 'Enriqueta', arial, serif; line-height: 1.25; margin: 0 0 10px; font-size: 30px; font-weight: bold;">Maak een Versleuteld Bericht</label>
<div style="font-style: italic">
<label style="font-family: 'Enriqueta', arial, serif; line-height: 1.25; margin: 0 0 10px; font-size: 15px; font-weight: bold;">Versleutelde berichten worden 31 dagen bewaard en vernietigd na de eerste keer openen.</label>
</div>
<div style="margin-top:10px; margin-bottom: 15px;">
<textarea class="form-control" id="secret" name="secret" rows="8" maxlength="3000" style="resize: vertical;" placeholder="Secret text..." autofocus></textarea>
</div>
</div>
<div class="form-group row float-end">
<div cla