Neler yeni

How to get invite code for Hack The Box? (1 Viewer)

Steve.XSS

Legendary
majorrr
Mesajlar
268
Credits
87
Step1: Go to hackthebox.eu/invite
You can clearly see a text box asking us for an invite code. Right click on the page and choose the Inspect Elementoption. Alternatively, you can press Ctrl + Shift + I to open Chrome’s Developer tools.

Go through the Elements tab and you will eventually find a script with its source as /js/inviteapi.min.js.

Now visit https://www.hackthebox.eu/js/inviteapi.min.js and you will see a JS file like the one in the image below.

With this new information, we go back to https://www.hackthebox.eu/invite to try and find the contents of makeInviteCode
Go to the Console tab and type makeInviteCode() and then press Enter. You will get a 200 Success status and data as shown below:
The encoding type of the data can be ROT13. Hack forum The Box also uses BASE64; therefore don’t fret if our encoding types are different.
It’s time to decode the message we have. Copy the contents of data and search online for a ROT13 decoder. In my case, I personally used Google search’s first result: https://cryptii.com (https://cryptii.com/)/
Paste the data on the text box, and choose ROT 13(A-Z, a-z) and finally click on DECODE . Note: only applicable for those decoding ROT 13 — If your Encoding Type was BASE64 search online for a decoder for the same
You can use base64code.com

Step2: open command prompt (terminal).

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

Step4: You will get an Base64 Encrypted code you will have to decrypt that and you will get the invite code.

To decrypt the code go to base64code.com and decode it. Done.
 

GnG

xxxx.com
majorrr
Mesajlar
10,238
Credits
1,738
Step1: Go to hackthebox.eu/invite
You can clearly see a text box asking us for an invite code. Right click on the page and choose the Inspect Elementoption. Alternatively, you can press Ctrl + Shift + I to open Chrome’s Developer tools.

Go through the Elements tab and you will eventually find a script with its source as /js/inviteapi.min.js.

Now visit https://www.hackthebox.eu/js/inviteapi.min.js and you will see a JS file like the one in the image below.

With this new information, we go back to https://www.hackthebox.eu/invite to try and find the contents of makeInviteCode
Go to the Console tab and type makeInviteCode() and then press Enter. You will get a 200 Success status and data as shown below:
The encoding type of the data can be ROT13. Hack The Box also uses BASE64; therefore don’t fret if our encoding types are different.
It’s time to decode the message we have. Copy the contents of data and search online for a ROT13 decoder. In my case, I personally used Google search’s first result: https://cryptii.com (https://cryptii.com/)/
Paste the data on the text box, and choose ROT 13(A-Z, a-z) and finally click on DECODE . Note: only applicable for those decoding ROT 13 — If your Encoding Type was BASE64 search online for a decoder for the same
You can use base64code.com

Step2: open command prompt (terminal).

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

Step4: You will get an Base64 Encrypted code you will have to decrypt that and you will get the invite code.

To decrypt the code go to base64code.com and decode it. Done.
Perfect ??
 

Steve.XSS

Legendary
majorrr
Mesajlar
268
Credits
87
[QUOTE = "SpyDark, post: 49712, member: 1755"]
Who loves his god you turn
[/ QUOTE]
Thank you bro
 

Witcher 

QeyFrQ
titan
Mesajlar
2,786
Credits
1,763
Adım 1: hackthebox.eu/invite
adresine gidin
Bir davet kodu için bize soru soran bir metin kutusunu açıkça görebilirsiniz. Sayfaya sağ tıklayın ve Inspect Elementoption öğesini seçin. Alternatif olarak, Chrome'un Geliştirici Araçları'nı açmak için Ctrl + Shift + I tuşlarına basabilirsiniz.

Öğeler sekmesine gidin ve sonunda kaynağı aşağıdaki gibi olan bir komut dosyası bulacaksınız. //js/inviteapi.min.js.

Şimdi bu siteyi ziyaret edin https://www.hackthebox.eu/js/inviteapi.min.js ve aşağıdaki resimde olduğu gibi bir JS dosyası göreceksiniz.

Bu yeni bilgi ile geri dönüyoruz https://www.hackthebox.eu/invite makeInviteCode içeriğini denemek ve bulmak için
Konsol sekmesine gidin ve makeInviteCode() yazın ve Enter tuşuna basın. Aşağıda gösterildiği gibi 200 başarı durumu ve veri alacaksınız:
Verilerin kodlama türü ROT13 olabilir. Kutuyu kesmek de BASE64 kullanır; bu nedenle kodlama türlerimiz farklıysa endişelenmeyin.
Elimizdeki mesajı çözmenin zamanı geldi. Veri içeriğini kopyalayın ve rot13 kod çözücüsünü çevrimiçi olarak arayın. Benim durumumda, Google search'ün ilk sonucunu kişisel olarak kullandım: https://cryptii.com (https://cryptii.com/)/
Verileri metin kutusuna yapıştırın, ROT 13'ü (A-Z, a-z) seçin ve son olarak DECODE düğmesine tıklayın . Not: sadece rot 13 kod çözme için geçerlidir-kodlama türünüz BASE64 ise, aynı kod çözücü için çevrimiçi arama yapın
Kullanabilirsiniz base64code.com

Adım 2: komut istemini (terminal) açın.

Adım 3: tip
curl-XPOST https://www.hackthebox.eu/api/invite/generate

Adım 4: şifreli bir Base64 kodu alacaksınız, şifresini çözmeniz gerekecek ve bir davet kodu alacaksınız.

Kodun şifresini çözmek için şu adrese gidin base64code.com ve deşifre edin.
 

Witcher 

QeyFrQ
titan
Mesajlar
2,786
Credits
1,763
Adım 1: hackthebox.eu/invite
adresine gidin
Bir davet kodu için bize soru soran bir metin kutusunu açıkça görebilirsiniz. Sayfaya sağ tıklayın ve Inspect Elementoption öğesini seçin. Alternatif olarak, Chrome'un Geliştirici Araçları'nı açmak için Ctrl + Shift + I tuşlarına basabilirsiniz.

Öğeler sekmesine gidin ve sonunda kaynağı aşağıdaki gibi olan bir komut dosyası bulacaksınız. //js/inviteapi.min.js.

Şimdi bu siteyi ziyaret edin https://www.hackthebox.eu/js/inviteapi.min.js ve aşağıdaki resimde olduğu gibi bir JS dosyası göreceksiniz.

Bu yeni bilgi ile geri dönüyoruz https://www.hackthebox.eu/invite makeInviteCode içeriğini denemek ve bulmak için
Konsol sekmesine gidin ve makeInviteCode() yazın ve Enter tuşuna basın. Aşağıda gösterildiği gibi 200 başarı durumu ve veri alacaksınız:
Verilerin kodlama türü ROT13 olabilir. Kutuyu kesmek de BASE64 kullanır; bu nedenle kodlama türlerimiz farklıysa endişelenmeyin.
Elimizdeki mesajı çözmenin zamanı geldi. Veri içeriğini kopyalayın ve rot13 kod çözücüsünü çevrimiçi olarak arayın. Benim durumumda, Google search'ün ilk sonucunu kişisel olarak kullandım: https://cryptii.com (https://cryptii.com/)/
Verileri metin kutusuna yapıştırın, ROT 13'ü (A-Z, a-z) seçin ve son olarak DECODE düğmesine tıklayın . Not: sadece rot 13 kod çözme için geçerlidir-kodlama türünüz BASE64 ise, aynı kod çözücü için çevrimiçi arama yapın
Kullanabilirsiniz base64code.com

Adım 2: komut istemini (terminal) açın.

Adım 3: tip
curl-XPOST https://www.hackthebox.eu/api/invite/generate

Adım 4: şifreli bir Base64 kodu alacaksınız, şifresini çözmeniz gerekecek ve bir davet kodu alacaksınız.

Kodun şifresini çözmek için şu adrese gidin base64code.com ve deşifre edin.
thanks for yandex translate
 

Bu konuyu görüntüleyen kullanıcılar