![](/assets/img/smallwave-footer.png)
![](/assets/img/smallwave-footer.png)
diff --git a/svcs/amigo/amigo.go b/svcs/amigo/amigo.go index bf3623209..fba300440 100644 --- a/svcs/amigo/amigo.go +++ b/svcs/amigo/amigo.go @@ -171,7 +171,7 @@ func (am *Amigo) Handler(hooks Hooks, guacHandler http.Handler) http.Handler { m := http.NewServeMux() m.HandleFunc("/", am.handleIndex()) - m.HandleFunc("/info", am.handleInfo()) + m.HandleFunc("/help", am.handleHelp()) m.HandleFunc("/challenges", am.handleChallenges()) m.HandleFunc("/teams", am.handleTeams()) m.HandleFunc("/hosts", am.handleHostsInformation()) @@ -285,15 +285,15 @@ func (am *Amigo) handleGuacConnection(hook func(t *store.Team) error, next http. } } -func (am *Amigo) handleInfo() http.HandlerFunc { - infoTemplate := wd + "/svcs/amigo/resources/private/info.tmpl.html" +func (am *Amigo) handleHelp() http.HandlerFunc { + infoTemplate := wd + "/svcs/amigo/resources/private/help.tmpl.html" tmpl, err := parseTemplates(infoTemplate) if err != nil { log.Println("error info tmpl: ", err) } return func(w http.ResponseWriter, r *http.Request) { w.Header().Add("Strict-Transport-Security", "max-age=31536000; includeSubDomains") - if r.URL.Path != "/info" { + if r.URL.Path != "/help" { http.NotFound(w, r) return } diff --git a/svcs/amigo/resources/private/base.tmpl.html b/svcs/amigo/resources/private/base.tmpl.html index 3ad9a647b..e9a3d5e4d 100644 --- a/svcs/amigo/resources/private/base.tmpl.html +++ b/svcs/amigo/resources/private/base.tmpl.html @@ -5,9 +5,8 @@
In order to copy from Host to VM on the browser and the way around, these are the following command:
-
+
There are multiple reasons behind this error for example:
-
+
Use following hosts information below to enable reverse DNS lookup when using nmap tool.
Given records can be appended to /etc/hosts file on virtual environment.
It can also be directly browsed from virtual environment.
diff --git a/svcs/amigo/resources/private/index.tmpl.html b/svcs/amigo/resources/private/index.tmpl.html index 2fcbe09cb..2d9d9b9c8 100644 --- a/svcs/amigo/resources/private/index.tmpl.html +++ b/svcs/amigo/resources/private/index.tmpl.html @@ -1,69 +1,3 @@ {{ define "content" }} -- Founded by Danish Cyber Security Clusters and supported by -
- -- Developed at Aalborg University (Department of Electronic Systems) by: -
-Ahmet Turkmen (Research Assistant)
-Gian Marco Mennecozzi (Research Assistant)
-Kaspar Hageman (Ph.D. Student)
-Thomas Kobber Panum (Ph.D. Student)
-Johan Hempel Bengtson (Student Helper)
-You can help us improve the platform by taking our survey to let us know about your experiences!
-- Feel free to join our local Facebook Group: -
- - -