Skip to content

Commit

Permalink
docs: readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskaliX committed Jul 29, 2023
1 parent 313dfda commit 679600b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
8 changes: 4 additions & 4 deletions README-zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,18 +32,18 @@ Hades 是一个基于 eBPF 的主机入侵检测系统,同时兼容低版本

## 插件列表

- [Driver-eBPF](https://github.com/chriskaliX/Hades/tree/main/plugins/edriver)
- [EDriver](https://github.com/chriskaliX/Hades/tree/main/plugins/edriver)
- [Collector](https://github.com/chriskaliX/Hades/tree/main/plugins/collector)
- HoneyPot
- Monitor
- [Eguard](https://github.com/chriskaliX/Hades/tree/main/plugins/eguard)
- [NCP](https://github.com/chriskaliX/Hades/tree/main/plugins/ncp)
- Scanner
- Logger

## 采集能力

---

### eBPF Driver
### EDriver

> 支持 `21` 种 Hook,涵盖大部分安全审计检测需求,采集字段基本和 Elkeid 相同
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,18 +34,18 @@ Declaration: This project is based on [Tracee](https://github.com/aquasecurity/t

## Plugins

- [eBPF Driver](https://github.com/chriskaliX/Hades/tree/main/plugins/edriver)
- [EDriver](https://github.com/chriskaliX/Hades/tree/main/plugins/edriver)
- [Collector](https://github.com/chriskaliX/Hades/tree/main/plugins/collector)
- HoneyPot (gopacket-based)
- Monitor
- [Eguard](https://github.com/chriskaliX/Hades/tree/main/plugins/eguard)
- [NCP](https://github.com/chriskaliX/Hades/tree/main/plugins/ncp)
- Scanner
- Logger

## Capability

------

### eBPF Driver
### EDriver

> Here are 21 hooks over `tracepoints`/`kprobes`/`uprobes`. The fields are extended just like Elkeid(basically).
Expand Down
4 changes: 4 additions & 0 deletions plugins/eguard/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
> eguard is meant for the formal version of edr. This is based on libbpf-rs and will add BTFhub into this project.
## Features

- [x] Ingress/Egress ACL

## Quick start

> prerequisite: BTF supported kernel version (will move on to the BTFHub in the feature)
Expand Down

0 comments on commit 679600b

Please sign in to comment.