Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #28

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update README.md
add docker run command
m1n9yu3 authored Apr 19, 2024
commit 53186bfa7a2b391c90bfc5a6d6dfea1dbe9a71e9
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@

# Docker 版本运行命令


```
git clone https://github.com/DasSecurity-HatLab/AoiAWD
cd AoiAWD
mkdir tmp

docker run -d --name mongodb mongo:latest
docker run -d --name aoiawd --link mongodb -v $(pwd)/tmp:/output -p 1337:1337 -p 8023:8023 m1n9yu3/aioawd:latest
```


# AoiAWD-轻量级EDR系统
AoiAWD 是一个由Aodzip(安恒信息 海特实验室研究员、HAC战队成员)维护的一个针对于CTF AWD模式的开源项目。专为比赛设计,便携性好,低权限运行的EDR系统。任何人都可以在 GNU AGPL-3.0 许可下使用该项目和分享该项目的源码。