From 13de4b37d85c068c7dbe0ee1b5fff7ce9226068b Mon Sep 17 00:00:00 2001 From: SirBroccoli Date: Mon, 20 Jan 2025 12:37:17 +0100 Subject: [PATCH] Update index.html --- index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index fd3889a..aaa9770 100644 --- a/index.html +++ b/index.html @@ -142,9 +142,9 @@

- - - + + +
@@ -153,7 +153,7 @@

e.preventDefault(); const userQuery = document.getElementById('searchInput').value.trim(); const engine = e.submitter.value; // 'google' or 'bing' - const filter = 'site:hacktricks.xyz'; + const filter = 'site:hacktricks.wiki'; let actionUrl; if (engine === 'hacktricks') {