AD CTF scoreboard parser - a fork of Red Cadets's Beard
- Parsing of supported scoreboards (hackerdom/forcad)
- Score graph of all teams with automatic scaling for your team
- Primitive prediction of the score graph
- Flag loss graph for each service
- Graph of receiving flags for each service (similar to the effectiveness of exploits)
| A/D framework | Link | Status | Description |
|---|---|---|---|
| ForcAD | https://github.com/pomo-mondreganto/ForcAD | ✅ | |
| HackerDom checksystem | https://github.com/HackerDom/checksystem | ✅ | parsing old-style view at /board |
| ForcAD ASCIS | N/A | ✅ | Works now |
Clone repository
git clone https://github.com/teebow1e/beard.gitGo to folder:
cd beardChange .env with your settings:
SCOREBOARD- Scoreboard location. Example:http://6.0.0.1/boardTEAM- Team name or team IP to display information about. Example:Red Cadetsor10.10.1.15TYPE- Scoreboard type. Example:forcadorhackerdomorASCISROUND_TIME- Round time in seconds. For example:120EXTEND_ROUND- The number of rounds to predict future graph. The prediction is based on the points of the last 5 rounds. For example:10MONGO_USER- DB username. Например:parserMONGO_PASS- DB password. Например:parser