python-htb icon indicating copy to clipboard operation
python-htb copied to clipboard

A Python API for Hack the Box platform interaction

Results 4 python-htb issues
Sort by recently updated
recently updated
newest added

Traceback (most recent call last): File "/usr/local/bin/htb", line 33, in sys.exit(load_entry_point('htb==0.1', 'console_scripts', 'htb')()) File "/usr/local/bin/htb", line 25, in importlib_load_entry_point return next(matches).load() StopIteration

Minor issue with the User-Agent field value not following the convention of [rfc7231](https://tools.ietf.org/html/rfc7231#section-5.5.3) or [rfc2616](https://tools.ietf.org/html/rfc2616#section-14.43). https://github.com/calebstewart/python-htb/blob/940d11de2179a7d8941f77c9ab269982246bfe73/htb/connection.py#L125 https://github.com/calebstewart/python-htb/blob/940d11de2179a7d8941f77c9ab269982246bfe73/htb/connection.py#L163

Previously, the command `htb lab import` would fail. This is because it was writing an empty file, as the write() would be buffered and not flush to file before the...

``` ❯ htb lab import [!] failed to import vpn configuration [!] tip: try importing the config manually and fixing any network manager issues: nmcli connection import type openvpn file...