减少pocinfo结构体大小

This commit is contained in:
影舞者
2022-07-03 23:48:06 +08:00
parent b9b5eb9ce4
commit f2239b6c9f
5 changed files with 17 additions and 19 deletions
+10 -12
View File
@@ -52,17 +52,8 @@ type HostInfo struct {
}
type PocInfo struct {
Num int
Rate int
PocName string
PocDir string
Target string
TargetFile string
RawFile string
Cookie string
ForceSSL bool
ApiKey string
CeyeDomain string
Target string
PocName string
}
var (
@@ -103,5 +94,12 @@ var (
BruteThread int
LiveTop int
Socks5Proxy string
PocFull bool
)
var (
PocNum int
PocFull bool
CeyeDomain string
ApiKey string
Cookie string
)