- Init publish
- bugfix auto update error
- bugfix console mode load poc error
- update pocsuite3 banner
- bugfix site-packages poc-console issue
- poc-console support to load absolute path
- poc-console will ignore case when use
search
- bugfix socks proxy
- bugfix seebug poc
- bugfix hook_requests
- support ceye token
- bugfix plugin from seebug
- refactoring ceye
- seebug poc friendly load reminder
- new feature:displayed results after user interruption
- POC specifies third-party module verification failure
- customize option iter func
- Built-in http server
- bugfix interpreter_option OptDict
- new feature:
_verify
_attack
function can directly return bool, str, dict, etc. - new plugin: file report
- bugfix get_option() not support int
- add confluence poc
- fix pocs/drupalgeddon2
- CYGWIN compatibility
- bugfix revision.py
stdout_encode
- bugfix poc thinkphp_rce
fix #37 pocsuite3\lib\core\revision.py
Cross-platform shell code generation
- Add parameter
-c
for load configuration from the configuration file - Add parameter
--comparsion
for comparing comparing both of zoomeye and shodan - Interface supports from zoomeye,shodan and censys
- Bugfix parameter
version
- add poc-plugin to load poc from
pocs
directories.
- add field,option for compatibility with zipoc
- 修复plugins选项加载绝对路径问题
- 修复加载pocs目录扫描部分报错问题
- PoC插件
add_poc
方法新增fullname
参数用于定义加载poc名称 - 定义api模式方便shell集成
- 在命令行下url和poc支持多个(空格分隔)
- 更换
optparse
到argparse
- 修复由poc插件中由conf.poc引起的错误
- 修复console模式下一处bug,knownsec#61
- 加入PPT模式(用于演示,敏感信息将打上*)
- update usage.md
- 修复
-v
出现的问题 - 修复加载多个poc可能出现的问题
- 修复console模式下回连shell循环的异常
- console模式下设置ip可以选择序号
show ip
set lhost 0
- bugfix for ceye dns api
- 修复requirement检测一处bug
- 修复reverse 一处异常
- 修复timeout一处异常
- pocsuite3.api 添加
random_str
- 优化update function
- 修复插件调用poc失败的问题
- typo fix #84
- bugfix 自定义cookie产生的异常情况
- bugfix 引入pocsuite3后再次引入requests导致的报错
- socket代理增加变量保存原始socket信息,方便使用后恢复(
conf.origin_socks
) - 修复requests代理指定为None时的逻辑问题
- 加入获取PoC信息的API
- 更新测试用例
- fix #87
- 修复多线程卡住问题
- 修复seebug api问题
- 修复socks5代理问题
- 取消pyreadline报错提示
- 修改日志拼写错误
- 修复shadon api问题
- 加入fofa api接口
- 增加了poc类型的枚举类型 #95
- 修改了样例poc
- 添加随机UA头选项
- 重构--ppt隐藏信息选项
- 当poc有语法错误时,显示详细信息
- 添加InMemoryWar
- 修复urllib3的
chunk_length
错误 - 加入打tag自动构建发布到pypi
- 测试Github Action自动发布pypi
- 修复http请求头不能删除
- 修复html导出编码错误
- 修复console模式下lport设置失败
- shell模式可以使用select或use选择shell
- 修复
Python 3.9
兼容性问题 - console模式,添加系统命令执行,添加pocuite3命令clear清除屏幕
- 增加powershell bash反弹shell 以及编码函数
- 修复批量执行poc时因为报错导致扫描中断问题 fixes #149
- 修复--pocs-path参数bug
- 添加录包功能和dork字段支持base64编码 fixes #169 #173
- 修复target插件requests参数无效bug fix #183
- fixes #192
- 添加--dork自动用poc中的dork字段扫描功能
- 适配Debian源格式需求
- add option to display extra parameters of poc
- add more poc attribute to result dict
- allow custom module path in console mode
- fix some compatibility problems
- fix the timeout problem in shell mode leads to confusing results
- made some improvements with network address related issues
- fix check_requires() can not handle dependent version correctly #208
- update docs
- fix finding a python module version gives error
- some improvements related to dependent
- update docs
- fix typo
- support bind shell in shell mode
- fix #221
- support encrypted shell (TLS) in shell mode
- fix #228