circus.ini 264 B

123456789
  1. [watcher:crypto2]
  2. cmd = /usr/local/bin/gunicorn -w 3 --bin 192.168.0.12:5000 crypto2:app
  3. working_dir = /home/ctf/rc4
  4. send_hup = true
  5. [watcher:web]
  6. cmd = /usr/local/bin/gunicorn -w 3 --bin 192.168.0.12:7000 web:app
  7. working_dir = /home/ctf/evilcorp
  8. send_hup = true