DORK SCANNER
一个典型的搜索引擎 Dork 扫描器,它通过你提供的查询来抓取搜索引擎,从而发现易受攻击的 URL。
Dorking 是一种技术,被新闻编辑室、调查机构、安全审计员以及精通技术的犯罪分子用来查询各种搜索引擎,以发现隐藏在公共网站上的信息和公共服务器暴露的漏洞。Dorking 是一种充分利用搜索引擎能力的方式,可以渗透基于 Web 的服务,达到最初不明显的深度。
pip3 install -r requirements.txt
$ python3 dorkScanner.py --help
usage: dorkScanner.py [-h] [-q QUERY] [-e ENGINE] [-p PAGES] [-P PROCESSES]
optional arguments:
-h, --help show this help message and exit
-q QUERY, --query QUERY
Specify the Search Query within ''
-e ENGINE, --engine ENGINE
Specify the Search Engine (Google/Bing)
-p PAGES, --pages PAGES
Specify the Number of Pages (Default: 1)
-P PROCESSES, --processes PROCESSES
Specify the Number of Processes (Default: 2)
Enter the Search Query:
Choose the Search Engine (Google/Bing):