- ID da verificação
- c7b24d56-b2f9-4279-8e83-6fc64014535eConcluído
- URL enviado:
- https://tavsancik.pro/
- Relatório concluído:
Ligações · 0 encontradas
As ligações de saída identificadas na página
Variáveis JavaScript · 3 encontradas
Variáveis JavaScript globais carregadas no objeto janela de uma página são variáveis declaradas fora das funções e acessíveis de qualquer parte do código dentro do âmbito atual
Nome | Tipo |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
Mensagens de registo da consola · 1 encontradas
Mensagens registadas na consola web
Tipo | Categoria | Registo |
---|---|---|
error | network |
|
HTML
O corpo HTML em bruto da página
<!DOCTYPE html><html lang="tr"><head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Bu İnternet Adresi Erişime Kapatılmıştır</title>
<style>
@font-face {
font-family: "Nexa";
src: url("./Nexa-ExtraLight.ttf") format('truetype');
}
@font-face {
font-family: "Nexa";
src: url("./Nexa-Heavy.ttf") format('truetype');
font-weight: bold;
}
* {
margin: 0;
padding: 0;
list-style-type: none;
text-decoration: none;
box-sizing: border-box;
}
html, body {
width: 100%;
height: 100%;
}
body {
background-image: url("./Background.jpg");
background-size: cover;
display: flex;
align-items: center;
justify-content: center;
font-family: "Nexa";
}
main {
width: 1200px;
max-width: 100%;
color: #ffffff;
padding: 2vw;
}
main > h1 {
text-align: center;
margin-bottom: 2vw;
font-size: 2vw;
}
main > p {
text-align: justify;
font-size: 1.5vw;
}
main > p:nth-child(2) {
margin-bottom: 2vw;
}
main > section {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
margin-top: 4vw;
}
main > section > section {
flex: 0px auto;
text-align: center;
}
main > section > section > img {
max-width: 13vw;
max-height: 13vh;
object-fit: contain;
}
main > section > section:nth-child(1) > img {
max-width: 15vw !important;
max-height: 15vh !important;
}
main > section > section:nth-child(2) > img {
max-width: 20vw !important;
max-height: 20vh !important;
}
@media only screen and (max-width: 1000px) {
h1 {
font-size: 5vw !important;
}
p {
font-size: 3vw !important;
}
main {
padding: 8vw;
}
main > h1 {
margin-bottom: 4vw;
}
main > p:nth-child(2) {
margin-bottom: 4vw;
}
main > section {
margin-top: 8vw;
}
main > section > section:nth-child(1) > img {
max-width: 14vw;
max-height: 14vh;
object-fit: contain;
}
main > section > section:nth-child(2) > img {
max-width: 22vw !important;
max-height: 22vh !important;
}
main > section > section:nth-child(3) > img {
max-width: 22vw !important;
max-height: 22vh !important;
}
}
</style>
</head>
<body>
<main>
<h1>BU İNTERNET ADRESİ ERİŞİME KAPATILMIŞTIR</h1>
<p>Bu internet adresi, Türkiye Cumhuriyeti'nin ulusal güvenliğine yönelik yasa dışı siber faaliyetlerde bulunması nedeniyle, Milli İstihbarat Teşkilatı (MİT), Jandarma Genel Komutanlığı (JGK) ve Ulusal Siber Olaylara Müdahale Merkezi (USOM) tarafından yürütülen koordineli operasyonlar neticesinde ele geçirilmiş ve erişime kapatılmıştır.</p>
<p>Yasa dışı faaliyetlerde bulunan siber teröristlere karşı önleyici ve caydırıcı tedbirler kararlılıkla sürdürülecektir.</p>
<section>
<section>
<img src="./JGK.png" alt="Jandarma Genel Komutanlığı">
</section>
<section>
<img src="./MIT.png" alt="Milli İstihbarat Teşkilatı">
</section>
<section>
<img src="./USOM.png" alt="Ulusal Siber Olaylara Müdahale Merkezi">
</section>
</section>
</main>
</body></html>