
Cerca su Google/Bing/Ecosia/DuckDuckGo/Yandex/Yahoo un termine di ricerca (dork) con un set predefinito di siti web, programmi bug bounty o raccolta personalizzata.
Vuoi ricevere gli ultimi aggiornamenti?
Assicurati di mettere ⭐ a questo repository!
⭐ Ora disponibile anche, Sitedorks Web ⭐
Cerca su Google, Bing, Brave, Ecosia, Yahoo o Yandex un termine di ricerca con diversi siti web. Una lista predefinita è già fornita, che contiene Moltbook, Grok, Github, Gitlab, Surveymonkey, Trello ecc. ecc. Attualmente, è disponibile una lista predefinita di 635 siti web "dorkabili".
Per impostazione predefinita, le seguenti categorie sono presenti nel file:
Perché non inseriresti semplicemente i dork manualmente per diversi siti web? Pensa a questo:
-count è facile suddividere il tuo dork in più query.SiteDorks dovrebbe essere in grado di funzionare con un'installazione predefinita di Kali Linux usando Python 3 senza installare pacchetti Python aggiuntivi. Esegui semplicemente:
git clone https://github.com/Zarcolio/sitedorks
cd sitedorks
bash install.sh
Se incontri problemi nell'esecuzione di SiteDorks, per favore apri una segnalazione e cercherò di risolverlo :)
usage: sitedorks [-h] [-browser <browser>] [-cat <category>] [-cats] [-count <count>] [-engine <engine>] [-file <file>]
[-query <query>] [-site <on|off|inurl>] [-excl <domains>] [-echo]
Use your favorite search engine to search for a search term with different websites. Use single quotes around a
query with double quotes. Be sure to enclose a query with single quotes it contains shell control characters like
space, ';', '>', '|', etc.
optional arguments:
-h, --help Show this help message, print categories on file (add -file to check other CSV file) and exit.
-hh, --help2 Show the help inside a .csv file being called. Lines in the beginning of the script starting with # are displayed as help.
-browser <browser> Supply the browser executable to use or use the default browser.
-cat <category> Choose from 1 or more categories, use ',' (comma) as delimiter. Defaults to all categories.
-cats Show all categories on file, use with or without -file.
-count <count> How many websites are searched per query. Google has a maximum length for queries.
-engine <engine> Search with 'google', 'baidu', 'bing', 'brave', 'bing-ecosia', 'duckduckgo' 'yahoo' or 'yandex', defaults to 'google'.
-file <file> Enter a custom website list.
-filter <string> Only query for sites with this string.
-query <query> Enter a mandatory search term.
-site <on|off|inurl> Turn the 'site:' operator 'on' or 'off', or replace it with 'inurl:' (only for Google), defaults to 'on'.
-excl <domains> Excluded these domains from the search query.
-echo Prints the search query URLs, for further use like piping or bookmarking.
-wait <seconds> Wait x seconds, defaults to 7 seconds.
Un piccolo avvertimento: se non usi -cat, SiteDorks aprirà molte schede nel tuo browser e probabilmente farà sì che Google ti mostri un CAPTCHA. Aumenta il tempo di attesa con l'opzione -wait per ridurre la possibilità di ricevere un CAPTCHA.
Vuoi cercare "uber.com" con diversi siti che contengono vari tipi di contenuti usando Google? Usa il seguente comando:
sitedorks -query '"uber.com"'
Vuoi cercare "uber website" (con virgolette e spazi nella query)? Usa il seguente comando:
sitedorks -query '"uber website"'
Vuoi cercare inviti di comunicazione con Yandex ma lasciare site: fuori dalla query? Usa il seguente comando:
sitedorks -cat comm -site disable -engine yandex -query uber
E se vuoi vedere quali categorie sono presenti nel file, ad esempio:
sitedorks -file sitedorks.csv -cats
Per cercare siti web (para)medici olandesi, usa il seguente comando:
sitedorks -cat medi -file sitedorks-nl.csv -query somekeyword
Non sai cosa cercare? Prova:
Hai qualche aggiunta utile allo script SiteDorks o alla lista dei siti web dorkabili: