blob: 90b72d7fd2b9d6f28844b8d0860d98893d8f32be (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
|
[selenium_server]
url = http://192.168.1.1:4444
[tsg_url]
login_url = http://192.168.44.72
[account]
username = AutomationTestAccount
password = 1qaz@WSX
[vsys]
for_traffic_verification = 5
for_ui = 2
[is_log]
value = 1
[network_address]
ip = 192.168.64.90
subcriber_id = test6490
imsi = 110035141486424
imei = 110035141486424
phone_number = 523335886424
apn = t6493.hfg
[device]
type = tsgx
[traffic_playback]
traffic_playback_workpath = /app/support/packet_generator
[traffic_server]
url = http://192.168.64.87
[traffic_port]
server_port = 8900
[dtls]
server_ip = 192.168.40.206
server_port = 12346
[tcpreplay]
intf = ens18f1
client_ip = 1.1.1.1
server_ip = 2.1.1.1
[sc_active_dst_ip]
ip_list = 2.2.2.53, 2.2.2.56, 2.2.2.57
[root_path]
path = /app
[capture]
intf = "ens19"
filter = "host 192.168.64.80 and not port 22 and not port 53"
source_ip = "192.168.64.80"
timeout = 10
[file_export]
path = /opt
[debug_script_type]
script_type = ui
|