Skip to content

Commit

Permalink
publish installisation guide
Browse files Browse the repository at this point in the history
  • Loading branch information
0c34 committed Nov 7, 2017
1 parent 9a25d2e commit a7ab628
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
#### GoVWA
---
GoVWA (Go Vulnerable Web Application) is a web application developed to help the pentester and programmers to learn the vulnerabilities that often occur in web applications which is developed using golang. Vulnerabilities that exist in GoVWA are the most common vulnerabilities found in web applications today. So it will help programmers recognize vulnerabilities before they happen to our app. Govwa can also be an additional application of your pentest lab for learning and teaching.

#### How To Install GoVWA

---
#### Installing golang
If you didn't have golang installed on your system. for the first install it using automation script from https://github.com/canha/golang-tools-install-script.

Expand All @@ -24,6 +25,7 @@ go get github.com/julienschmidt/httprouter
```

#### GoVWA config
---
Go to govwa diretory and edit file inside directory config/config.json and change the configuration according to your needs.

```
Expand Down Expand Up @@ -70,11 +72,13 @@ user1 : govwauser1
Explore the vulnerability.

#### Note
---
GoVWA still developing on XXE and another vulnerability. however it still has functionality that doesn't works well. if you have any suggestion feel free to email me on sulhaedir05[at]gmail[dot]com

warm regards NemoSecurity.
warm regards [NemoSecurity](https://nemosecurity.com)

#### Contributor
---
* Khaedir (golang programming)
* Aradyka (web design)

Expand Down

0 comments on commit a7ab628

Please sign in to comment.