From a4f71d92b252a009950fdfd4285f8df5e7cde1e3 Mon Sep 17 00:00:00 2001 From: Domingo Dirutigliano Date: Tue, 11 Apr 2023 18:04:29 +0200 Subject: [PATCH] new get started command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 93c8097..15b9209 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Firegex is a firewall that includes different functionalities, created for CTF A ## Get started firegex What you need is a linux machine and docker ( + docker-compose ) ```bash -curl https://raw.githubusercontent.com/Pwnzer0tt1/firegex/main/start.py -o firegex.py && python3 firegex.py +sh <(curl -sLf https://pwnzer0tt1.it/firegex.sh) ``` With this command you will download firegex.py, and run it, it will require you the password to use for firegex and start it with docker-compose