sitedorks
1.0.0
想获得最新动态吗?
请务必使用此存储库!
在 Google、Bing、Brave、Ecosia、Yahoo 或 Yandex 中搜索包含多个网站的搜索词。已经提供了默认列表,其中包含 Github、Gitlab、Surveymonkey、Trello 等。目前,默认列表有 584 个可 dorkable 网站。
默认情况下,以下类别已存档:
为什么不手动输入几个网站的 dorks 呢?想一想:
SiteDorks 应该能够使用 Python 3 在默认的 Kali Linux 安装中运行,而无需安装额外的 Python 包。只需运行:
git clone https://github.com/Zarcolio/sitedorks
cd sitedorks
bash install.sh
如果您在运行 SiteDorks 时遇到问题,请向我提出问题,我会尝试修复它:)
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.
这里的小警告:如果您不使用-cat SiteDorks 会在您的浏览器中打开很多选项卡,并且可能会让 Google 向您抛出验证码。使用选项“-wait”增加等待时间,以减少获得验证码的机会。
想要使用 Google 查找“uber.com”以及包含各种内容的不同网站吗?使用以下命令:
sitedorks -query '"uber.com"'
想要查找“uber 网站”(查询中包含引号和空格)?使用以下命令:
sitedorks -query '"uber website"'
想要搜索与 Yandex 的通信邀请但将 site: 排除在查询之外?只需使用以下命令:
sitedorks -cat comm -site disable -engine yandex -query uber
如果您想查看存档的类别,例如:
sitedorks -file sitedorks.csv -cats
要在荷兰(辅助)医疗网站中搜索,请使用以下命令:
sitedorks -cat medi -file sitedorks-nl.csv -query somekeyword
不知道要寻找什么?尝试:
您是否在 SiteDorks 脚本或可 dorkable 网站列表中添加了一些有用的内容: