# Packages
No description provided by the author
# README
src-http
Goalng 编写的简易 web 服务,一键部署 exp
安装
go install github.com/baiqll/src-http@latest
使用
# 默认启动
src-http
# 加载 payload
src-http -payload "<img/src/onerror=alert(1)>"
# 指定域名(自动本地dns域名绑定)、端口
src-http -server example.com:8080
# 使用https
src-http -tls
# 使用自定义证书
src-http -crt /home/crt.pem -key /home/key.pem
# 指定默认模版
src-http -default default.html
默认开启 https 服务
- https://0.0.0.0/redirect?url=* 重定向
- https://0.0.0.0/message 接收信息接口
- https://0.0.0.0/payload 返回指定 payload 信息接口
- https://0.0.0.0/ 当前路径下的 ftp 服务
信息接收服务

ftp 服务

payload
