Tut-k0 / htb-academy-to-md

Simple CLI program that will fetch and convert a HackTheBox Academy module into a local file in Markdown format.
31 stars 5 forks source link

Recaptcha Workaround #7

Closed Tut-k0 closed 3 months ago

Tut-k0 commented 3 months ago

This PR refactors the way the program authenticates with HackTheBox Academy. After reCaptcha was implemented, this seemed like the easiest way to get things working again.

Instead of passing email and password, the program just needs to be supplied your session cookies to download a module.

Closes #6