package config // Exploits exp结构体 type Exploits struct { Hostname string // 地址 Port int // 端口 User string // 连接用的用户名 Pass string // 连接用的密码 }