hackthebox.endgame — HTB Endgames

Endgames

class hackthebox.endgame.Endgame(data: dict, client: hackthebox.htb.HTBClient, summary=False)[source]

The class representing Hack The Box endgames

name

The name of the Endgame

Type

str

avatar

The relative URL of the Endgame’s avatar

Type

str

cover_image

The relative URL of the Endgame’s cover image

Type

str

retired

Whether the Endgame is retired

Type

bool

vip

Whether the Endgame requires VIP

Type

bool

points

The points awarded by the Endgame

Type

int

completions

The number of players who have completed the Endgame

Type

int

reset_votes

The number of votes to reset the Endgame

Type

int

entry_points

IP addresses the Endgame can be contacted on

Type

List[str]

description

The HTML description of the Endgame

Type

str

property authors

The creators of the Endgame Returns: A list of Users

submit(flag: str)[source]

Submits a flag for an Endgame

Parameters

flag – The flag for the Endgame