This Thread had not been rated yet
Hidden Content 1:Visit the Hacking bos site and read along jts FAQs and other useful stuff writen there
2:You will be told to go to
You must upgrade your account to always see hidden content or reply to the thread to see the hidden content below.
you go to that page you will see a text box asking you for an invite code
3:Press Right Click on the page and open inspect element or Ctrl + Shift+I toopen the chrome developers tools
5:Go through the elements tab and you will find a script with source as:/js/inviteapi.min.js
6:So now go to
You must upgrade your account to always see hidden content or reply to the thread to see the hidden content below.
7:Check Makeinvitecode......... so lets go back to
You must upgrade your account to always see hidden content or reply to the thread to see the hidden content below.
8:Go to console tab in chrome developer tools and tybe makeinviteCode() and press ENTER.You will get a 200
success status and data.
9:When you click the small arrow alngside data you will se that the text is encrypted and the encoding type is ROT13
10:Now lets go to decode that message copy contents of data.And open any decoder
11:Select type ROT13 paste the copied data on to the Encoded Text box and click Decode.You will get something in text
12:So as we can see in Decoded text in order to generate an invite code we need to make a POST request to
You must upgrade your account to always see hidden content or reply to the thread to see the hidden content below.
13:Fire up your terminal /Comand-prompt and make a POST request by typing:curl -XPOST
You must upgrade your account to always see hidden content or reply to the thread to see the hidden content below.
14:You will get a success message as:{"success":1,"data":{"code":"somerandomcharacters12345","format",:"encoded"},"0":200}
15:As you saw we code a code but this is not our invite code as it says format:encrypted
16:Lets decote it afain by using decoder
Final Step:But this time select type as Base64.Paste the code you got as the response of the POST request into th Encoded text box and press Decode.You get your invite code
now finally go to
You must upgrade your account to always see hidden content or reply to the thread to see the hidden content below.
[font] PLEASE LEAVE LIKE AND + REP IF YOU WANT[/font]
This Thread had not been rated yet