This project downloads all content from ost.hacking-lab.com and creates a folder structure as follow:
event
challenge
Curriculum Event
media
picture01.png
comments
attachment01.pdf
resources
resources01.txt
Install the requirements
pip install -r requirements.txt
The script loops up for a credentials file in ~\
and .\
Filename: .hl-cred.json
{
"username": "",
"password": ""
}
Run
python3 main.py