Healthcheck Implementation
Open
- Dominant language
- Python
- Stars
- 215
- Forks
- 95
- Avg merge
- 2h 17m
- Merged PRs (30d)
- 1
Description
I believe our healthcheck implemtnation is currently lacking so just writing some notes on improving it.
I believe ctfcli should treat a solve script as a kind of template. Possibly a Jinja template and populate specific variables and then run the script.
For example we could have something like:
```python
#!/usr/bin/python3
connect("{{ host }}", {{ port }})
```
ctfcli will render this to a temporary file and then execute it.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.