Lab 3: HackTheBox
Scenario:
HackTheBox is a very good pen-testing lab website, which will help you to improve your Red/Blue Teaming skills. Now let's go the website and try to register. It's free!
- Try to signup to the website.
As soon as you browse the website you will see there is no signup page. If you spend enough time on the site or use the Google hacking techniques that we covered earlier in our book, then you might find yourself receiving this URL:
- You will be asked to provide an invitation code. How are you going to get it? Of course, you need to hack the web site. It's legal, don't worry.
Figure 66: Hackthebox homepage
- One of the first things to do is to see if there is any script running that can be bypassed. Right click the page and inspect the elements.
You should see
/js/inviteapi.min.js
Figure 67: Inspecting the Hackthebox elements
Below is the image zoomed in:
Figure 68: Zooming...