Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 1002 Bytes

README.md

File metadata and controls

34 lines (27 loc) · 1002 Bytes

原版README

地址: README.md

新增

[+] 自定义端口号

[+] 自定义路径

[+] 新增token鉴权

使用

直接运行,端口号默认为58080,路径目录为当前目录,token为空

go run main.go -h

Usage of ./httpuploadexfil:
  -path string
    	Specify the storage path (default ".")
  -port string
    	Specify the listening port (default "58080")
  -token string
    	Specify the header token value

以参数启动 go run main.go -port=18080 -path=/Volumes/ -token=your_token

[+] Server Running...
[+] Settings: Addr ':18080'; Folder '/Volumes/'; Token 'your_token'
[+] Instructions: '/' directory quick upload, '/p' directory to manually build and upload files, '/l' directory gets the current folder contents

token鉴权: image