Skip to content

v1.5.6 20211031

Compare
Choose a tag to compare
@FunnyWolf FunnyWolf released this 01 Nov 01:47
· 62 commits to master since this release

New Features

  • Added 'Hander firewall' function
  • Added the module of "Direct windows syscall evasion technique"

Optimization

  • reverse_http(s) when the network is disconnected, the timeout is updated from 21 seconds (Windows default) to 3 seconds
  • The current session does not expire by default and will not exit automatically
  • Merge Metasploit Framework version 6.1.13

Bugfix

  • Repair reverse_tcp failed to connect when 'sessionexpirationtimeout' is 0
  • Fix failure to get default lhost parameter on ui

新功能

  • 新增监听防火墙功能
  • 新增直接windows系统调用规避技术模块

优化

  • reverse_http(s)在网络断开时超时时间从21秒(Windows默认)更新为3秒
  • 当前Session默认用不过期,不会自动退出
  • 合并metasploit-framework 6.1.13版本

Bugfix

  • 修复sessionExpirationTimeout为0时reverse_tcp无法连接问题
  • 修复UI界面无法获取默认lhost参数问题