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') {