Skip to content

Releases: chainreactors/zombie

v1.0.4

26 Jan 10:24
Compare
Choose a tag to compare

Changelog

  • 重构mask相关部分的支持, 现在-u/-p可以直接使用mask
    example: zombie -i ssh://2.2.2.2 -u root -p name{?0}@{?1} -d 0.txt -d 1.txt
  • 添加zombie的初始化输出, 将任务的基本信息输出到stdout
  • 添加了多个plugin的param自定义
    • oracle --param sid:orcl 指定sid
    • oracle --param service_name:test 指定service_name
    • mssql --param instance:master 指定mssql实例
    • postgre --param dbname:postgre 指定mssql实例
    • socks5 --param url:http://baidu.com 指定请求的url
    • http/https --param path:admin 指定http auth认证的url
  • 修复多个bug, 可能导致mask解析错误, service选择错误等

v1.0.3

22 Jan 10:50
Compare
Choose a tag to compare

Changelog

  • refactor runner
  • add honeypot check
  • add every user unauth check
  • fix multi panic bugs

v1.0.2

03 Jan 08:19
Compare
Choose a tag to compare

Changelog

v1.0.1

03 Jan 06:43
Compare
Choose a tag to compare

Changelog

  • f1cd2fc 添加oracle与http auth的默认账号密码配置
  • 4d69b03
    • 支持从url中解析账号与密码, 例如 -i mysql://root:root@1.1.1.1:3307
    • 支持sniper模式, 将不会使用默认配置, 只使用输入的配置爆破, 并跳过unauth探测. -m sniper 打开.
    • -j或-i中支持user/pass的配置

v1.0.0

27 Dec 15:12
Compare
Choose a tag to compare

正式版本🎉

v0.0.2

26 Sep 09:44
Compare
Choose a tag to compare

Changelog

  • eaa9418 update README.md
  • 0c52456 fix generator failed bug, 该bug导致-l 或--go时生成器报错

v0.0.1 first release

02 Aug 19:02
Compare
Choose a tag to compare

First release! refactor step 1.