Open
Conversation
|
这个PR 非常适合
这里贴一下 pocsuite3 将包含的特性: Features
Screenshotspocsuite3 shell modepocsuite3 load PoC from Seebugpocsuite3 load multi-target from ZoomEyepocsuite3 load multi-target from ShodanRequirements
|
Author
|
好棒,期待pocusite3~ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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进行采集,如果想实现特定功能只需稍作修改即可。