code refactor
go build
./simplehttpd 8888 password
Access page http://ip:8888/upload
curl -H "Authorization: password" -X POST 'http://ip:8888/run' -d 'hostname; env; pwd'
一个HTTP小工具,可以用于上传文件、分发文件、远程执行命令
©Copyright 2023 CCF 开源发展委员会 Powered by Trustie& IntelliDE 京ICP备13000930号
simplehttpd
build
start
upload
Access page http://ip:8888/upload
run script