Open Yeeb1 opened 10 months ago
Hey,
first - thank you for maintaining this project!
I'd really like to see a function in htb-cli that queries the HTB API for user created content, like machines, challenges and writeups. There is a API endpoint located at
htb-cli
https://www.hackthebox.com/api/v4/profile/content/<USERID>
I created a simple python implemenation that queries the endpoint in python:
https://gist.github.com/Yeeb1/c5eb3343fafe1a0b85531b53c25c6a96
Hey,
first - thank you for maintaining this project!
I'd really like to see a function in
htb-cli
that queries the HTB API for user created content, like machines, challenges and writeups. There is a API endpoint located atI created a simple python implemenation that queries the endpoint in python:
https://gist.github.com/Yeeb1/c5eb3343fafe1a0b85531b53c25c6a96