hackthebox.solve — HTB Flag Submission
Solves
- class hackthebox.solve.Solve(data: dict, client: HTBClient)[source]
Representation of completion of Hack The Box content
- id
The ID of the solved item
- Type
int
- name
The name of the solved item
- Type
str
- date
The date of the solve
- Type
datetime.datetime
- blood
Whether the solve was a first blood
- Type
bool
- points
The points awarded from the solve
- Type
int
- item
The solved item
- Type
HTBObject
Machine Solves
- class hackthebox.solve.MachineSolve(data: dict, client: hackthebox.htb.HTBClient)[source]
Representation of solving a Machine
Challenge Solves
- class hackthebox.solve.ChallengeSolve(data: dict, client: hackthebox.htb.HTBClient)[source]
Representation of solving a Challenge
- property challenge
The solved Challenge
Endgame Solves
- class hackthebox.solve.EndgameSolve(data: dict, client: hackthebox.htb.HTBClient)[source]
Representation of solving a Endgame
- property endgame
The solved Endgame
Fortress Solves
- class hackthebox.solve.FortressSolve(data: dict, client: hackthebox.htb.HTBClient)[source]
Representation of solving a Fortress
- property fortress
The solved Fortress