Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ShowBanner ¶
func ShowBanner()
Types ¶
type Options ¶
type Options struct {
// 日志级别
Mode int
// file to read
File string
// 传入的url
Url string
// 设置超时时间
Timeout int
// 代理设置
Proxy string
// 版本号
Version bool
// 是否输出详细信息
Verbose bool
// 线程数量
Thread int
// 日志输出文件
LogFile string
// 重复请求次数
Retry int
// 保存结果
Out string
// pocs 选择特定的poc
Pocs string
// ip 段
IP string
// show pocs list
SP bool
// 是否进入交互shell
Shell bool
// 强制开启HTTP 1.1
H1 bool
// 更新到最新版本
Update bool
// 重定向
Redirect bool
}
func ParseOptions ¶
func ParseOptions() *Options
Click to show internal directories.
Click to hide internal directories.