From 6b68eff62c15abe7b7b98995e7d4787a72fe8c6d Mon Sep 17 00:00:00 2001 From: Omar Santos Date: Fri, 17 Sep 2021 00:19:03 -0400 Subject: [PATCH] Update README.md --- build_your_own_lab/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build_your_own_lab/README.md b/build_your_own_lab/README.md index 00b3948..6209d2c 100644 --- a/build_your_own_lab/README.md +++ b/build_your_own_lab/README.md @@ -17,6 +17,8 @@ Note: The folks at Offensive Security have created a free training and book that - [Offensive Docker](https://github.com/aaaguirrep/pentest): Image with the more used tools to create a pentest environment easily and quickly. +- [PwnMachine by YesWeHack](https://github.com/yeswehack/pwn-machine): a self hosting solution based on docker aiming to provide an easy to use pwning station for bug hunters. The basic install include a web interface, a DNS server and a reverse proxy. + ## Vulnerable Servers and Applications There are several intentionally vulnerable applications and virtual machines that you can deploy in a lab (safe) environment to practice your skills. You can also run some of them in Docker containers.