Skip to content

Commit

Permalink
show full url when app running
Browse files Browse the repository at this point in the history
  • Loading branch information
0c34 committed Nov 6, 2017
1 parent d1c62a5 commit 513ebaf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import (
"govwa/setup"
"govwa/user"
"govwa/util"
"govwa/util/config"
"govwa/util/middleware"
"govwa/vulnerability/sqli"
"govwa/vulnerability/xss"
Expand Down Expand Up @@ -67,6 +68,8 @@ func main() {
}

fmt.Printf("Server running at port %s\n", s.Addr)
fmt.Printf("Open this url %s on you browser to access GoVWA",config.Fullurl)
fmt.Println("")
s.ListenAndServe()

}

0 comments on commit 513ebaf

Please sign in to comment.