Skip to content

Commit

Permalink
Update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
chenyue.will committed Apr 1, 2021
1 parent eb9f3c4 commit df628ad
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions README-zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ Elkeid 包含三个主要组件:

目前,我们只开源了Elkeid Agent && Driver。这两个组件已经在生产环境中部署和测试了数月,欢迎任何建议和合作。

* #### [Elkeid Driver](https://github.com/bytedance/AgentSmith-HIDS/tree/main/driver)
* #### [Elkeid Agent](https://github.com/bytedance/AgentSmith-HIDS/tree/main/agent)
* #### [Elkeid Driver](https://github.com/bytedance/Elkeid/tree/main/driver)
* #### [Elkeid Agent](https://github.com/bytedance/Elkeid/tree/main/agent)

## To be Continued
* Elkeid Server正在开发中,更多功能即将推出。
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ Now we are more than happy to announce the open-source of Elkeid Agent and Elkei

Currently, we are only open-sourcing Elkeid Agent && Driver. Both components have been deployed and tested in production environments for months. We welcome any suggestions and cooperation.

* #### [Elkeid Driver](https://github.com/bytedance/AgentSmith-HIDS/tree/main/driver)
* #### [Elkeid Agent](https://github.com/bytedance/AgentSmith-HIDS/tree/main/agent)
* #### [Elkeid Driver](https://github.com/bytedance/Elkeid/tree/main/driver)
* #### [Elkeid Agent](https://github.com/bytedance/Elkeid/tree/main/agent)

## To be Continued
* Elkeid Server is under development. More Features are on the way.
Expand Down
6 changes: 3 additions & 3 deletions driver/LKM/src/init.c
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,10 @@ static void __exit kprobes_exit(void)
module_init(kprobes_init);
module_exit(kprobes_exit);

MODULE_INFO(homepage, "https://github.com/smcdef/kprobe-template");
MODULE_INFO(homepage, "https://github.com/bytedance/Elkeid");
MODULE_VERSION("1.5.0.0");

//MODULE_LICENSE("GPLv3");
MODULE_LICENSE("GPL");
MODULE_AUTHOR("Will Chen <chenyue.will@bytedance.com>;Shen Pin <shenping.matt@bytedance.com>;Muchun Song <songmuchun@bytedance.com>;Jia Ma <jia.ma@bytedance.com>; Gaba <panxiting@bytedance.com>");
MODULE_DESCRIPTION("Kprobe template for AgentSmith-HIDS");
MODULE_AUTHOR("Will Chen <chenyue.will@bytedance.com>;Shen Ping <shenping.matt@bytedance.com>;Muchun Song <songmuchun@bytedance.com>;Jia Ma <jia.ma@bytedance.com>; Gaba <panxiting@bytedance.com>");
MODULE_DESCRIPTION("Elkeid");
8 changes: 4 additions & 4 deletions driver/README-zh_CN.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![License](https://img.shields.io/badge/License-GPL%20v2-blue.svg)](https://github.com/bytedance/AgentSmith-HIDS/blob/main/driver/LICENSE) [![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
[![License](https://img.shields.io/badge/License-GPL%20v2-blue.svg)](https://github.com/bytedance/Elkeid/blob/main/driver/LICENSE) [![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)

## About Elkeid(AgentSmith-HIDS) Driver

Expand All @@ -21,8 +21,8 @@ Elkeid已经在生产环境大规模部署。
首先需要安装Linux Headers

```shell script
git clone https://github.com/bytedance/AgentSmith-HIDS.git
cd AgentSmith-HIDS/driver/LKM/
git clone https://github.com/bytedance/Elkeid.git
cd Elkeid/driver/LKM/
make clean && make
insmod hids_driver.ko
dmesg
Expand Down Expand Up @@ -505,7 +505,7 @@ Testing Load:
`udp_recvmsg_handler` 仅工作在端口为 53 或 5353的情况
测试原始数据:[Benchmark Data](https://github.com/bytedance/AgentSmith-HIDS/tree/main/driver/benchmark_data/handler)
测试原始数据:[Benchmark Data](https://github.com/bytedance/Elkeid/tree/main/driver/benchmark_data/handler)
## 关于部署
Expand Down
8 changes: 4 additions & 4 deletions driver/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![License](https://img.shields.io/badge/License-GPL%20v2-blue.svg)](https://github.com/bytedance/AgentSmith-HIDS/blob/main/driver/LICENSE) [![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
[![License](https://img.shields.io/badge/License-GPL%20v2-blue.svg)](https://github.com/bytedance/Elkeid/blob/main/driver/LICENSE) [![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)

## About Elkeid(AgentSmith-HIDS) Driver

Expand All @@ -17,8 +17,8 @@ Elkeid has already been deployed massively for HIDS usage in world-class product
First you need install Linux Headers

```shell script
git clone https://github.com/bytedance/AgentSmith-HIDS.git
cd AgentSmith-HIDS/driver/LKM/
git clone https://github.com/bytedance/Elkeid.git
cd Elkeid/driver/LKM/
make clean && make
insmod hids_driver.ko
dmesg
Expand Down Expand Up @@ -496,7 +496,7 @@ Testing Load:
`udp_recvmsg_handler` will work only if the port is equal 53 or 5353
Original Testing Data:[Benchmark Data](https://github.com/bytedance/AgentSmith-HIDS/tree/main/driver/benchmark_data/handler)
Original Testing Data:[Benchmark Data](https://github.com/bytedance/Elkeid/tree/main/driver/benchmark_data/handler)
## About Deploy
Expand Down

0 comments on commit df628ad

Please sign in to comment.