An open API service indexing awesome lists of open source software.

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

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/