Skip to content

v3.1.6 Ne Zha 2

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Mar 12:24
· 45 commits to main since this release

#159 已修复 -t 命令参数存在的缺陷,现可正常使用多目标格式:-t example.com,scanme.nmap.org(支持逗号分隔的多个域名/IP)
The -t command parameter bug has been fixed. It now properly supports multi-target syntax: -t example.com,scanme.nmap.org (accepts comma-separated domains/IPs)

2867866 已修复netxclient.go中TCP协议类型响应体被十六进制编码的问题,现当协议类型设置为TCP时,响应body将严格保持原始字节流格式(raw byte stream)。
Fixed the hex-encoding issue in netxclient.go response body. When protocol is set to TCP, the response now preserves the raw byte stream format without any encoding transformations.