64 lines
2.9 KiB
HTML
64 lines
2.9 KiB
HTML
<!DOCTYPE html>
|
||
<html lang="tr">
|
||
<head>
|
||
<link href="img/icon.ico" rel="shortcut icon" type="image/x-icon">
|
||
<link rel="stylesheet" href="/CSS/styles.css">
|
||
<meta charset="UTF-8">
|
||
<meta http-equiv="X-XSS-Protection" content="1; mode=block">
|
||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=5.0, user-scalable=yes">
|
||
<meta name="publisher" content="https://furk4ngg.github.io">
|
||
<title>Google Dork Arama</title>
|
||
</head>
|
||
<body>
|
||
<div class="container">
|
||
<h1>Ne Aramak İstiyorsunuz?</h1>
|
||
<div class="search-box">
|
||
<input type="text" id="searchQuery" placeholder="🔍" />
|
||
</div>
|
||
<h3>Aranan Dosya</h3>
|
||
<div class="file-options">
|
||
<label for="exe">
|
||
<input type="radio" id="exe" name="fileType" value="exe"> Exe
|
||
</label>
|
||
<label for="pdf">
|
||
<input type="radio" id="pdf" name="fileType" value="pdf"> Pdf
|
||
</label>
|
||
<label for="rar">
|
||
<input type="radio" id="rar" name="fileType" value="rar"> Rar
|
||
</label>
|
||
<label for="all">
|
||
<input type="radio" id="all" name="fileType" value=""> Hepsi
|
||
</label>
|
||
</div>
|
||
<h3>Arama Noktası</h3>
|
||
<div class="search-locations">
|
||
<label for="drive">
|
||
<input type="radio" id="drive" name="searchPoint" value="drive.google.com"> Drive Üzerinden Ara
|
||
</label>
|
||
<label for="yandex">
|
||
<input type="radio" id="yandex" name="searchPoint" value="disk.yandex.com"> Yandex Disk Üzerinden Ara
|
||
</label>
|
||
<label for="article">
|
||
<input type="radio" id="article" name="searchPoint" value="article"> Makale Olarak Ara
|
||
</label>
|
||
<label for="book">
|
||
<input type="radio" id="book" name="searchPoint" value="book"> Kitap Olarak Ara
|
||
</label>
|
||
</div>
|
||
<button class="search-button" onclick="performSearch()">Ara</button>
|
||
<br><br>
|
||
<button class="virus-total-button" onclick="redirectVirusTotal()">VirusTotal</button>
|
||
</div>
|
||
<div class="security-tips">
|
||
<h3>Güvenli Arama Nasıl Yapılır?</h3>
|
||
<p class="warning">- Tanımadığınız web sitelerinden dosya indirmeyin.</p>
|
||
<p class="warning">- HTTPS ile başlayan sitelere güvenin, bu siteler daha güvenlidir.</p>
|
||
<p class="warning">- Bilmediğiniz linklere tıklamadan önce mutlaka doğruluğunu kontrol edin.</p>
|
||
<p class="warning">- Şifrelerinizi düzenli olarak güncelleyin ve güçlü şifreler oluşturun.</p>
|
||
</div>
|
||
<footer><h2>© 2024 Furkan Karlıoğlu</h2></footer>
|
||
<script src="/JAVASCRIPT/script.js"></script>
|
||
</body>
|
||
</html>
|