Skip to content

Commit

Permalink
Update real-world test candidates
Browse files Browse the repository at this point in the history
  • Loading branch information
dlenski committed Jul 31, 2024
1 parent c0393a3 commit 607c351
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_sniffers.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
('northeastern', sn.global_protect), # portal
('yale', sn.anyconnect), # Cisco, bad cert
('fau', sn.juniper_pulse),
('jh', sn.juniper_pulse),
('simmons', sn.check_point),
('nl', sn.anyconnect),
('ycp', sn.fortinet),
Expand Down Expand Up @@ -48,7 +49,7 @@
('vpn.wdc.softlayer.com', sn.array_networks),
('166.111.32.74:10443', sn.h3c), # no DNS? tsinghua.edu.cn
('58.246.39.91:8899', sn.huawei), # no DNS? China, non-edu
('[2620:0:e00:17::2]', sn.anyconnect) # address changes sometimes (https://dns.google/query?name=vpn.cites.illinois.edu&type=AAA)
('[2620:0:e00:4e::2]', sn.anyconnect) # address changes sometimes (https://dns.google/query?name=vpn.cites.illinois.edu&type=AAAA)
]

unmatched_vpns = ['vpn.{}.edu'.format(d) for d in (
Expand Down

0 comments on commit 607c351

Please sign in to comment.