Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
模块借助pychrome使用chrome headless对搜索引擎的搜索结果进行抓取
使用简介如下:
-u 参数对应的是搜索引擎的语法,比如使用site:i.mi.com就可以对i.mi.com的子域名进行采集,采集结果会进行保存并输出在output目录下。
python pocsuite.py -r modules/bing-dork.py -u site:i.mi.com --verify
模块基本是实现对达成特定条件的目标URL进行采集,如果想实现特定功能只需稍作修改即可。