diff --git a/index.html b/index.html index b221f10..fd3889a 100644 --- a/index.html +++ b/index.html @@ -143,6 +143,7 @@

+
@@ -159,7 +160,13 @@

actionUrl = 'https://book.hacktricks.wiki/en/index.html'; input_name = 'search'; input_value = userQuery; - } else { + } + if (engine === 'hacktricks-cloud') { + actionUrl = 'https://cloud.hacktricks.wiki/en/index.html'; + input_name = 'search'; + input_value = userQuery; + } + else { actionUrl = 'https://www.bing.com/search'; input_name = 'q'; input_value = filter + ' ' + userQuery;