https://github.com/lanthora/uranus
主机入侵检测与防御系统应用
https://github.com/lanthora/uranus
Last synced: 5 months ago
JSON representation
主机入侵检测与防御系统应用
- Host: GitHub
- URL: https://github.com/lanthora/uranus
- Owner: lanthora
- License: agpl-3.0
- Archived: true
- Created: 2022-05-01T05:29:25.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-06-22T00:09:25.000Z (almost 3 years ago)
- Last Synced: 2024-06-21T02:17:16.617Z (almost 2 years ago)
- Language: Go
- Homepage: https://uranus.armix.cc
- Size: 179 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Uranus
[Tellus](https://github.com/lanthora/tellus/wiki) 组件之一,
是包括 Web 后端在内的以 [hackernel](https://github.com/lanthora/hackernel) 为服务端的客户端程序.
## 构建
本项目依赖 [hackernel](https://github.com/freshdom/hackernel)
提供的 Unix Domain Socket 接口,请先根据文档部署 hackernel.
```bash
# 如果更新依赖时出现网络问题,可以设置使用国内镜像
export GOPROXY=https://goproxy.cn
# 安装依赖
make init
# 构建
make
```
## 运行
编译后的二进制为 `/cmd/dirname/uranus-dirname`, 其中 `dirname` 为 `cmd` 的子目录名.
```bash
# 运行示例程序,将显示进程审计事件
./cmd/sample/uranus-sample
```
其他程序的运行可能需要配置文件,配置文件模板见 `configs` 目录.