knownsec / Pocsuite

This project has stopped to maintenance, please to https://github.com/knownsec/pocsuite3 project.
http://pocsuite.org
1.83k stars 607 forks source link

编写dork模块用于抓取目标地址 #162

Open zer0yu opened 5 years ago

zer0yu commented 5 years ago

模块借助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进行采集,如果想实现特定功能只需稍作修改即可。

hysia commented 5 years ago

这个PR 非常适合 pocusite3中的 目标插件 在pocsuite3中 定义了3种类型的插件,分别是:

这里贴一下 pocsuite3 将包含的特性:

Features

Screenshots

pocsuite3 shell mode

asciicast

pocsuite3 load PoC from Seebug

asciicast

pocsuite3 load multi-target from ZoomEye

asciicast

pocsuite3 load multi-target from Shodan

asciicast

Requirements

zer0yu commented 5 years ago

好棒,期待pocusite3~