Skip to content

Commit

Permalink
update 1.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
LoRexxar committed May 25, 2020
1 parent 564089b commit 9cd69db
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
5 changes: 4 additions & 1 deletion cobra/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
__issue_page__ = 'https://github.com/LoRexxar/Cobra-W/issues/new'
__python_version__ = sys.version.split()[0]
__platform__ = platform.platform()
__version__ = '1.9.4'
__version__ = '1.9.5'
__author__ = 'LoRexxar'
__author_email__ = '[email protected]'
__license__ = 'MIT License'
Expand All @@ -30,4 +30,7 @@
python {m} -t {td} --debug
python {m} -t {td} -d -u
python {m} -t {td} --lan php -b vendor --debug
python {m} -t {td} --lan php -s roundcube -d -uc
python {m} --list php
""".format(m='cobra.py', td='tests/vulnerabilities')
9 changes: 8 additions & 1 deletion docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,4 +166,11 @@
- Cobra-W 1.9.4
- 修复了全局变量扫描的时候遇到的语法错误 #69
- 修复了if/else中不正确的进出逻辑
- 添加了新恶意函数列表的展示,并优化其逻辑
- 添加了新恶意函数列表的展示,并优化其逻辑
- 2020-05-25
- Cobra-W 1.9.5
- 添加了php内置魔术函数用于优化回溯逻辑
- 添加了展示规则的方法
- 将/vender/添加为默认的黑名单路径
- 修复了由于多处原因导致的tamper(sercret)功能失效
- 重写了关于echo xss的规则,引入为CVI_10002

0 comments on commit 9cd69db

Please sign in to comment.