Skip to content

CTF game application that emulates social network behaviour for RCC 2016.

License

Notifications You must be signed in to change notification settings

honeyjonny/rcc-2016-sociality-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simple application that emulates social network behaviour

with three vulnerabilities :)

application use:

postgress = 9.4v

golang libraries:

gin
gorm

application install:

1. install golang tree

2. go get -u "github.com/gin-gonic/gin"
3. go get -u "github.com/jinzhu/gorm"

4. go to the folder where located server.go, in that folder

5. go install ./middleware
6. go install ./database

7. go build server.go

8. run

About

CTF game application that emulates social network behaviour for RCC 2016.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published