calebstewart / python-htb

A Python API for Hack the Box platform interaction
63 stars 13 forks source link

User-Agent field-value doesn't follow format conventions #8

Open Daviey opened 3 years ago

Daviey commented 3 years ago

Minor issue with the User-Agent field value not following the convention of rfc7231 or rfc2616.

https://github.com/calebstewart/python-htb/blob/940d11de2179a7d8941f77c9ab269982246bfe73/htb/connection.py#L125

https://github.com/calebstewart/python-htb/blob/940d11de2179a7d8941f77c9ab269982246bfe73/htb/connection.py#L163