new get started command

This commit is contained in:
Domingo Dirutigliano
2023-04-11 18:04:29 +02:00
committed by GitHub
parent 242ecf3adb
commit a4f71d92b2

View File

@@ -10,7 +10,7 @@ Firegex is a firewall that includes different functionalities, created for CTF A
## Get started firegex ## Get started firegex
What you need is a linux machine and docker ( + docker-compose ) What you need is a linux machine and docker ( + docker-compose )
```bash ```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 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