hackthebox.vpn — HTB VPN Utilities
VPN Servers
- class hackthebox.vpn.VPNServer(data: dict, client: HTBClient, summary=False)[source]
Class representing individual VPN servers provided by Hack The Box
- friendly_name
Friendly name of the server
Example:
'US Free 1'- Type
str
- current_clients
The number of currently connected clients
- Type
int
- location
The physical location of the server
Example:
'US'- Type
str