HackTheBox
HTB: Why Lambda
Description 60 pts, Hard Web Written by MasterSplinter Static Analysis The challenge/backend/model.py file provides an example of training and saving a Keras ML model in a h5 format. On further inspection, the application also provides a mechanism to load a pretrained model via the POST …
HTB: Photobomb
Description 20 pts, Easy Written by slartibartfast User Flag First thing first, add an entry to the /etc/hosts file with echo "<ip address> photobomb.htb" >> /etc/hosts Running nmap on the domain, we can see that there are 2 ports exposed: Web server on port 80 SSH on 22 …