HFish/docs/download.md
2021-06-11 13:21:50 +08:00

96 lines
3.6 KiB
Markdown
Executable File
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 下载
### HFish v2.4.0
```wiki
2021年6月11日发布
1.新增扫描感知功能可感知到全端口范围内的TCP、UDP、ICMP扫描支持IPv4与IPv6。
2.新增服务在线下载及上传功能,新版发布后,进入服务列表,即可看到最新的服务。
3.新增多用户管理功能,支持管理员与普通用户的权限区分。
4.修复节点多网卡导致的报错问题每个节点最高支持50个不同ip地址。
5.修复邮件服务器配置问题,填写发件邮箱进行邮件配置测试。
6.修复情报页面api报错问题。
```
!> 注意如果当前使用sqlite数据库的话升级时hfish.db文件将会被覆盖导致之前的攻击记录丢失请注意进行备份。如果要将之前的db文件导入当前版本时请参考mysql.sql的语句修改db文件执行导入。
## 下载安装
请根据自己要部署系统的架构选择「控制端安装包」,如果您需要用不同架构设备进行集群部署,您需要补充相应的「增添服务包」。
<!-- tabs:start -->
#### ** 控制端安装包 **
+ [HFish-Linux-amd64](http://hfish.cn-bj.ufileos.com/hfish-linux-amd64.tar.gz) 为 Linux x86架构64位系统使用
+ [HFish-Linux-386](http://hfish.cn-bj.ufileos.com/hfish-linux-386.tar.gz) 为 Linux x86架构32位系统使用
+ [HFish-Windows-amd64](http://hfish.cn-bj.ufileos.com/hfish-windows-amd64.tar.gz) 为 Windows x86架构64位系统使用
+ [HFish-Windows-386](http://hfish.cn-bj.ufileos.com/hfish-windows-386.tar.gz)* 为 Windows x86架构32位系统使用
+ [HFish-Linux-arm64](http://hfish.cn-bj.ufileos.com/hfish-windows-arm64.tar.gz) 为 Linux Arm架构64位系统使用常见于NAS、路由器、树莓派等……
#### ** 增添服务包 **
请把增添的服务包下载到控制端文件目录下 `packages`目录下.
+ [Services-Linux-amd64](http://hfish.cn-bj.ufileos.com/services-linux-amd64.tar.gz) 为 Linux x86架构64位系统使用
+ [Services-Linux-386](http://hfish.cn-bj.ufileos.com/services-linux-386.tar.gz) 为 Linux x86架构32位系统使用
+ [Services-Windows-amd64](http://hfish.cn-bj.ufileos.com/services-windows-amd64.tar.gz) 为 Windows x86架构64位系统使用
+ [Services-Windows-386](http://hfish.cn-bj.ufileos.com/services-windows-386.tar.gz)为 Windows x86架构32位系统使用
+ [Services-Linux-arm64](http://hfish.cn-bj.ufileos.com/services-linux-arm64.tar.gz) 为 Linux Arm架构64位系统使用常见于NAS、路由器、树莓派等……
<!-- tabs:end -->
## 文件结构
```wiki
HFish
│ server #控制端文件
│ config.ini #控制端配置文件
│ README.md #安装使用说明
│ version #版本信息
│ ssl.key #SSL私钥
│ ssl.pem #SSL证书
└───db
│ │ hfish.db #sqlite数据
│ │ ipip.ipdb #ip归属地信息
│ │
│ └───sql
│ └───mysql
│ │ V2.3.0__mysql.sql #mysql数据库用户升级文件
│ │
│ └───sqlite
│ │ V2.3.0__sqlite.sql #sqlite数据库用户升级文件
└───logs
│ │ server-年-月-日.log #server日志文件
└───packages
│ │ install.sh #节点部署时安装脚本
│ │ node_account.conf #蜜饵源文件
│ │
│ └───linux-amd64 #Linux 64位服务包
│ │ client
│ │ service-*.tar.gz
└───static #web服务预览图
│ └───services
│ │ ……
└───web #控制台web文件
│ │ ……
└───tools
│ tools #控制台工具目前功能为重置控制台web登录密码
```