Metadata-Version: 2.1
Name: htb-cli
Version: 0.1.1
Summary: Interact with hackthebox with your terminal
Home-page: https://github.com/Gr3atWh173/htb_cli
Author: Great White
License: UNKNOWN
Project-URL: Bug Reports, https://github.com/Gr3atWh173/htb_cli/issues
Project-URL: Source, https://github.com/Gr3atWh173/htb_cli
Keywords: hackthebox htb cli terminal
Platform: UNKNOWN
Requires-Python: >=3.5
Description-Content-Type: text/plain
Requires-Dist: htb (>=1.1.0)
Requires-Dist: prettytable (>=0.7.2)
Requires-Dist: requests (>=2.20.0)

HTB_CLI - Interact with HTB through a terminal.
Copyleft: Gr3atWh173
based upon https://github.com/kulinacs/htb

INSTALL: pip install htb-cli

SETUP:
1. get your API key from HackTheBox (profile settings)
2. set the HTB_API_KEY environment variable to your api key

USAGE:
LIST MACHINES:          hackthebox.py list machines [active/retired]
GET A SPECIFIC MACHINE: hackthebox.py get machine (machine id)
SWITCH VPN:             hackthebox.py switch (lab)
SUBMIT FLAG:            hackthebox.py submit (root/user) (mid) (hash) (difficulty [10-100])


