Showing posts with label Hack The Box. Show all posts
Showing posts with label Hack The Box. Show all posts

Thursday, June 11, 2020

Hack The Box Connect your 1st Machine Setup your HTB Machine for Testing

Create Lab

1- Create Virtual Box Machine or Virtual Machine with Kali Linux
2- Install OpenVpn by this command (I have already installed).
 sudo apt-get install openvpn

Now How to Connect Machine of Hack The Box.

1- Login to Hack The Box.
https://www.hackthebox.eu/login

2-  Go to  Access and read Lab Access Details.
 3- Also Check current status of your Server.

4- Download the Connection Pack file.
5- Downloaded file Extension is ".OVPN". Now connect server using this file. Run this command on terminal.
sudo openvpn download_file.ovpn

replace file with your downloaded file and run the command. After running you got the message after success Completed. 
Do not close this Terminal after completed. 
6- Also check status on your site.
Your server connection status is UP.

7- Now select the machine of Hack The Box. Select All option below in Machines for showing all Machines.
Right side you have options for Filters. Now filter which machine you want to connect.

After filter select any machine and open by clicking on name of machine.
you got this window.
Now you have a Name of your machine and IP.
8- Ping this ip on terminal by this command.
ping 10.10.10.181
if your ip pinging that mean you are success full established your connection with your Hack The Box testing machine.


Now Enjoy Testing your Hack The Box Machine.





Wednesday, June 10, 2020

Hack The Box Sign-UP INVITE CODE 2020 Login Step by step Process Make Invite Code for HTB

1- open this site Link

https://www.hackthebox.eu/invite

2- Right Click on page and go select "View page source" from menu.

3- Select Console Tab.

4- In the Bottom of the console type makeInviteCode() and Enter.

5- After enter you get the code below in data. Copy the code its inscripted code.
6- Also below provide enctype "BASH64"option which provide you your decryption of this code.
7- Go to this site for decode this code, Past your code on this site and select Encode.
https://www.base64decode.org/

 8- In this output decode data you have a path "/api/invite/generate"
  Copy this path it's help to create your full url for generate key look below.

Open CMD (Window) | Terminal (Linux) and run this command.

curl -XPOST https://www.hackthebox.eu/api/invite/generate

9- After run this command you have output with Success Code. This is your final Encoded Key. Copy this code, and again decode this by same bash64 link.
https://www.base64decode.org/
 10- Now you have your fresh key for create New user Account for Hack The Box. Copy this Decode Key and past on your Hack The Box invite code input.
https://www.hackthebox.eu/invite




                    Now go for Sign-UP Your New Account.




Set up gmail in outlook using app password

You might receive an error saying, "unable to connect to your outgoing server" while setting up a gmail account in outlook even wh...