Releases: Jacute/JacFARM
Releases · Jacute/JacFARM
v0.2.0
Features:
- A log page has been added where you can track issues with running exploits and sending flags
- Add new vulnboxes ip config parameters in config.yml: team_ip_cidrs, team_ip_ranges, team_ip_from_N
- Add bash exploit type
- Add saarCTF sending flags plugin
Fixes:
- Fixed the double NACK error when consuming flags from rabbitmq
- Fixed an issue where the exploit was not deleted from the database if its directory was not deleted
etc
- Transport and service tests have been written for jacfarm-api
- The documentation has been updated for best quick start
JacFARM v0.1.0
Release
JacFARM features:
- Upload exploits with different types (python one file, python zip, binary) on frontend
- Each python exploit runs in a virtual environment with its own dependencies
- Adding custom flag sender plugins. Already exists example for ForcAD
- Enable/disable exploits
- Deduplication of flags in flag queue
- Add/delete teams in runtime
Future plans
- Add bash type exploit
- Add logs from exploit_runner, flag_sender on frontend
- Add start_exploit.py script for running exploits on clients