Skip to content

对原项目新增了一些功能,golang版http.server,可在内网环境快速搭建http服务

License

Notifications You must be signed in to change notification settings

nu0l/HTTPUploadExfil

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

原版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

About

对原项目新增了一些功能,golang版http.server,可在内网环境快速搭建http服务

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 94.2%
  • Makefile 5.8%