An open API service indexing awesome lists of open source software.

https://github.com/chukfinley/thm

a cli client to connect to TryHackMe via openvpn
https://github.com/chukfinley/thm

openvpn shell tryhackme

Last synced: about 1 month ago
JSON representation

a cli client to connect to TryHackMe via openvpn

Awesome Lists containing this project

README

          

# thm
a cli client to connect to TryHackMe via openvpn

### Instalation
```
sudo wget https://raw.githubusercontent.com/chukfinley/htb/main/thm -O /usr/bin/thm
sudo chmod +x /usr/bin/thm
sudo mkdir -p /etc/thm/
sudo cp youropenvpnlocation /etc/thm/thm.ovpn
```

### Usage

Connect
```
sudo thm c
```
Disconnect
```
sudo thm d
```
Status shows output of the connect command
```
sudo thm s
```