tUpdate usage to reflect current challenge - scoreboard - Interactive scoreboard for CTF-like games
(HTM) git clone git://git.z3bra.org/scoreboard.git
(DIR) Log
(DIR) Files
(DIR) Refs
---
(DIR) commit e50dafa0340ebc90fa5eb16a39d5c033481931d7
(DIR) parent f94f68e67b93faabec57041a45ffaaf1343c3003
(HTM) Author: Willy Goiffon <contact@z3bra.org>
Date: Fri, 4 Oct 2024 01:10:43 +0200
Update usage to reflect current challenge
Diffstat:
M main.go | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/main.go b/main.go
t@@ -71,7 +71,7 @@ type Application struct {
var scoreboard Application
func usage() {
- fmt.Println("ssh -t board@cyb.farm [FLAG]")
+ fmt.Println("ssh -t score@5r.wtf [FLAG]")
os.Exit(0)
}