Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/elysium-suite/sarpedon
Simple and fast aeacus endpoint
https://github.com/elysium-suite/sarpedon
crypto elyisum-suite endpoint go mongodb
Last synced: about 1 month ago
JSON representation
Simple and fast aeacus endpoint
- Host: GitHub
- URL: https://github.com/elysium-suite/sarpedon
- Owner: elysium-suite
- License: gpl-3.0
- Created: 2020-07-23T08:01:18.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-11-01T19:54:34.000Z (about 2 years ago)
- Last Synced: 2024-09-28T12:21:23.988Z (about 2 months ago)
- Topics: crypto, elyisum-suite, endpoint, go, mongodb
- Language: Go
- Homepage:
- Size: 306 KB
- Stars: 5
- Watchers: 1
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sarpedon (Σαρπηδών)
Simple and very fast [aeacus](https://github.com/elysium-suite/aeacus) endpoint.
## Installation
Use these steps for a Linux system with `apt`:
```bash
cd /opt
git clone https://github.com/elysium-suite/sarpedon
cd sarpedon
bash install.sh
```## Usage
```bash
./sarpedon
```Example configuration (`sarpedon.conf`):
```toml
event = "My Event" # Event name
password = "s3cr3tP4ssw0rd" # Needed for scoring request encryption
playtime = "6h" # PlayTime limit in format https://godoc.org/time#ParseDuration
enforce = false # (Not supported in aeacus) If enforce is set, images will be sent a kill signal after the playtime limit is reached
timezone = "America/Los_Angeles" # Required for all timestamp conversions, in format https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
discordhook = "https://discord.com/api/webhooks/webhook_id/webhook_token" # Optional, for posting image completions to Discord
timeout = 15 # Optional, web server timeout in seconds (default: 15 seconds). Set to -1 for no timeout[[admin]] # Admin account to view vulnerabilities scored
username = "admin"
password = "mypassword:)"[[image]]
name = "Linux-Machine" # Image name set in vulnerability remediation engine configuration
color = "#ff00ff" # Optional[[image]]
name = "Windows-Machine"
color = "#00ff00"[[team]]
id = "MyId1"
alias = "CoolTeam1"
email = "[email protected]" # Optional[[team]]
id = "MyId2"
alias = "CoolTeam2"
email = "[email protected]"
```Don't know what to use this with? Try [aeacus](https://github.com/elysium-suite/aeacus).