File tree Expand file tree Collapse file tree 3 files changed +26
-0
lines changed
Expand file tree Collapse file tree 3 files changed +26
-0
lines changed Original file line number Diff line number Diff line change @@ -147,6 +147,7 @@ A collection of delicious docker recipes.
147147- [x] clamav
148148- [x] dsniff
149149- [x] ferm
150+ - [x] grr
150151- [x] hydra
151152- [x] iptables
152153- [x] routersploit
Original file line number Diff line number Diff line change 1+ grr
2+ ===
3+
4+ ![ ] ( https://raw.githubusercontent.com/google/grr/gh-pages/img/grr_logo_real_sm.png )
5+
6+ [ GRR] [ 1 ] Rapid Response is an incident response framework focused on remote
7+ live forensics.
8+
9+ [ 1 ] : https://github.com/google/grr
Original file line number Diff line number Diff line change 1+ grr :
2+ image : grrdocker/grr
3+ ports :
4+ - " 8000:8000"
5+ - " 8080:8080"
6+ volumes :
7+ - ./data/db:/var/grr-datastore
8+ - ./data/log:/var/log
9+ environment :
10+ - EXTERNAL_HOSTNAME="grr.easypi.info"
11+ - ADMIN_PASSWORD="******"
12+ ulimits :
13+ nofile :
14+ soft : 1048576
15+ hard : 1048576
16+ restart : always
You can’t perform that action at this time.
0 commit comments