- 掃描 ID:
- c7b24d56-b2f9-4279-8e83-6fc64014535e已完成
- 已提交的 URL:
- https://tavsancik.pro/
- 報告完成時間:
連結 · 找到 0 個
從頁面中識別的傳出連結
JavaScript 變數 · 找到 3 個
在頁面的視窗物件上載入的全域 JavaScript 變數是在函數外部宣告的變數,可從目前範圍內程式碼中的任何位置存取
名稱 | 類型 |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
主控台記錄訊息 · 找到 1 條
記錄到 Web 主控台的訊息
類型 | 類別 | 記錄 |
---|---|---|
error | network |
|
HTML
頁面的原始 HTML 主體
<!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>