https://github.com/hi120ki/vuln-goapp
Golang webapp for simulation of attacks
https://github.com/hi120ki/vuln-goapp
go golang
Last synced: 7 months ago
JSON representation
Golang webapp for simulation of attacks
- Host: GitHub
- URL: https://github.com/hi120ki/vuln-goapp
- Owner: hi120ki
- License: mit
- Created: 2022-10-28T01:07:20.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-29T14:57:49.000Z (almost 3 years ago)
- Last Synced: 2025-01-26T05:25:10.746Z (9 months ago)
- Topics: go, golang
- Language: Go
- Homepage:
- Size: 40 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vuln-goapp
**Note : This is an application for simulation of attacks. Do NOT deploy this in production.**
- Alpine image
```
docker pull ghcr.io/hi120ki/vuln-goapp:main
```- Debian image
```
docker pull ghcr.io/hi120ki/vuln-goapp:debian
```- Distroless image
```
docker pull ghcr.io/hi120ki/vuln-goapp:distroless
```- Alpine root user image
```
docker pull ghcr.io/hi120ki/vuln-goapp:root
```## Features
- Arbitrary Code Execution
- Operating arbitrary files
- Access arbitrary http endpoint