Sitedorks是一款针对多个搜索引擎的统一搜索工具,Sitedorks可以帮助广大研究人员仅使用一个搜索关键词便能够同时搜索包括Google、Bing、Yahoo和Yandex在内的多个不同站点。
除此之外,该工具默认以提供了一套默认列表,其中也包括GitHub、Gitlab、Surveymonkey和Trello等等。
目前,默认列表中已包含了241个可Docker化的网站,文件中的当前类别包括:
Sitedorks可以直接在默认Kali Linux环境中直接安装、运行和使用,而且无需安装额外的Python包。工具的安装命令如下:
git clone https://github.com/Zarcolio/sitedorks cd sitedorks bash install.sh
usage: sitedorks [-h] [-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.
-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', 'bing-ecosia', 'duckduckgo' 'yahoo' or 'yandex', defaults to
'google'.
-file <file> Enter a custom website list.
-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.
想要使用Google来查询包含“uber.com”相关的所有类型内容,可以直接使用下列命令:
sitedorks -query '"uber.com"'
想要查询“uber website”,可以直接使用下列命令:
sitedorks -query '"uber website"'
想要查询Yandex中的通信邀请,但是不想使用“site:”查询关键词,可以使用下列命令:
sitedorks -cat comm -site disable -engine yandex -query uber
如果想要查看文件中的类型,可以使用下列命令:
sitedorks -file sitedorks-hackerone.csv -cats
本文地址:http://lianchengexpo.xrbh.cn/quote/12699.html 迅博思语资讯 http://lianchengexpo.xrbh.cn/ , 查看更多