/src-http

Goalng 编写的简易web 服务,一键部署exp

Primary LanguageGo

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 服务

信息接收服务

image

ftp 服务

image

payload

image