Spoiler Alert : I suggest you to try to hack your way into the site,
before actually reading anything below. If you fail after considerable
tries or you want to know a method which may be different than yours,
you can follow along below.
What is Hack The Box :
It
is basically an online platform to test and advance your skills in
penetration testing and cyber security. It contains several challenges
that are constantly updated. Some of them simulating real world
scenarios and some of them leaning more towards a CTF style of
challenge. You should try this site out if you have interest in network
security or information security.
Now, let’s hack our way in! Shall we?
Hack The Box Website
First, visit the Hack the Box site and read along its FAQs and other useful stuff written there.
8.
Goto console tab in Chrome Developer Tools, and type makeInviteCode()
and press ENTER. You will get a 200 Success status and data as shown
below.
See the message in data
9. When you click the small arrow alongside data, you will see the encoding type to be Base64.
Base64 enc type
10.Let’s
decode that message! Copy the contents of data. And search online for a
Base64 Decryptor. I used the Google search’s first result: https://www.base64decode.org/
11. Paste the copied data onto the text box and click DECODE. You will get something like below.
12. So, in order to generate an invite code, we need to make a POST request to https://www.hackthebox.eu/api/invite/generate.
13. Fire up your terminal. And make a POST request by typing:
No comments
Please do not enter any spam link in comment box.