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
- Host: GitHub
- URL: https://github.com/chukfinley/thm
- Owner: chukfinley
- License: mit
- Created: 2024-05-12T15:03:25.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-12T16:04:39.000Z (about 2 years ago)
- Last Synced: 2024-05-13T16:24:55.611Z (about 2 years ago)
- Topics: openvpn, shell, tryhackme
- Language: Shell
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```