https://github.com/codenoid/directory-traversal-on-file-upload
Directory Travelsal on File Upload demo
https://github.com/codenoid/directory-traversal-on-file-upload
Last synced: about 1 year ago
JSON representation
Directory Travelsal on File Upload demo
- Host: GitHub
- URL: https://github.com/codenoid/directory-traversal-on-file-upload
- Owner: codenoid
- Created: 2020-01-06T06:46:59.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-06T06:57:59.000Z (over 6 years ago)
- Last Synced: 2025-02-02T16:19:45.438Z (over 1 year ago)
- Language: Go
- Size: 5.86 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Directory-Traversal-On-File-Upload
Directory Travelsal on File Upload demo
## How to run
```bash
cd ~/Documents/
git clone github.com/codenoid/Directory-Traversal-On-File-Upload
cd Directory-Traversal-On-File-Upload
go run upload-server.go # for running the server
google-chrome upload-file.html # choose file, then upload
# and see where the file goes
```
## Some link that might help you
1. https://codenoid.github.io/posts/cara-install-golang-di-linux/
2. https://verbositis.com/arbitrary-file-upload-vulnerability/