Skip to content

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

Notifications You must be signed in to change notification settings

Baiqll/src-http

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 、使用http
src-http -close_tls

# 使用自定义证书
src-http -crt /home/crt.pem -key /home/key.pem

# 指定默认模版
src-http -default default.html

默认开启 https 服务

信息接收服务

image

ftp 服务

image

payload

image

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages