Skip to content

Commit a300c16

Browse files
committed
可用
1 parent a586d2b commit a300c16

File tree

1 file changed

+19
-20
lines changed

1 file changed

+19
-20
lines changed

‎base/client/get_des_cfb_client.go‎

Lines changed: 19 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ package main
22

33
import (
44
"bard-plugin/base"
5-
"fmt"
65
)
76

87
var V = base.Plugin{
@@ -12,24 +11,24 @@ var V = base.Plugin{
1211
DESKEY: []byte("12345678"),
1312
END_FLAG: []byte("\r\n\r\n"),
1413
}
15-
16-
func main() {
17-
var l int
18-
ws := []byte("h23t43Keep-Alive\r\n\r\n\r\n\r\n4tp5453s://cctv.com12345678910")
19-
fmt.Printf("%d \t %s\n", len(ws), ws)
20-
21-
//ws, l = V.AntiSniffing(ws, true)
22-
//fmt.Printf("a:\t%d \t %s\n", l, ws)
23-
24-
ws, l = V.Camouflage(ws, true)
25-
fmt.Printf("ac:\t%d \t %s\n", l, ws)
26-
27-
_, l = V.Camouflage(ws, false)
28-
fmt.Printf("a:\t%d \t %s\n", l, ws[:l])
29-
30-
//_, l = V.AntiSniffing(ws[:l], false)
31-
//fmt.Printf("%d \t %s\n", l, ws[:l])
32-
33-
}
14+
//
15+
//func main() {
16+
// var l int
17+
// ws := []byte("h23t43Keep-Alive\r\n\r\n\r\n\r\n4tp5453s://cctv.com12345678910")
18+
// fmt.Printf("%d \t %s\n", len(ws), ws)
19+
//
20+
// //ws, l = V.AntiSniffing(ws, true)
21+
// //fmt.Printf("a:\t%d \t %s\n", l, ws)
22+
//
23+
// ws, l = V.Camouflage(ws, true)
24+
// fmt.Printf("ac:\t%d \t %s\n", l, ws)
25+
//
26+
// _, l = V.Camouflage(ws, false)
27+
// fmt.Printf("a:\t%d \t %s\n", l, ws[:l])
28+
//
29+
// //_, l = V.AntiSniffing(ws[:l], false)
30+
// //fmt.Printf("%d \t %s\n", l, ws[:l])
31+
//
32+
//}
3433

3534

0 commit comments

Comments
 (0)